* Rename operations to be more generic grouping * Add group enum * Add module instance groups * Change to export all operation ts-rs types to the same file * Fix Feature Tree display of modules to use name * Ignore clippy warning * Update output after operation changes * Change module instances in Feature Tree use to import icon * Fix error message when attempting to delete module instance
		
			
				
	
	
		
			39 lines
		
	
	
		
			723 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			723 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Operations executed kw_fn_too_few_args.kcl
 | 
						|
---
 | 
						|
[
 | 
						|
  {
 | 
						|
    "type": "GroupBegin",
 | 
						|
    "group": {
 | 
						|
      "type": "FunctionCall",
 | 
						|
      "name": "add",
 | 
						|
      "functionSourceRange": [
 | 
						|
        6,
 | 
						|
        31,
 | 
						|
        0
 | 
						|
      ],
 | 
						|
      "unlabeledArg": null,
 | 
						|
      "labeledArgs": {
 | 
						|
        "x": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Mm"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "sourceRange": []
 | 
						|
  }
 | 
						|
]
 |