* Add operations for variable declarations * Update output * Change to use OpKclValue * Update output after merge
		
			
				
	
	
		
			97 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Operations executed object_prop_not_found.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "rust/kcl-lib/tests/object_prop_not_found/input.kcl": [],
 | 
						|
  "std::appearance": [],
 | 
						|
  "std::array": [],
 | 
						|
  "std::math": [
 | 
						|
    {
 | 
						|
      "type": "VariableDeclaration",
 | 
						|
      "name": "PI",
 | 
						|
      "value": {
 | 
						|
        "type": "Number",
 | 
						|
        "value": 3.142,
 | 
						|
        "ty": {
 | 
						|
          "type": "Unknown"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "visibility": "export",
 | 
						|
      "nodePath": {
 | 
						|
        "steps": []
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "VariableDeclaration",
 | 
						|
      "name": "E",
 | 
						|
      "value": {
 | 
						|
        "type": "Number",
 | 
						|
        "value": 2.718,
 | 
						|
        "ty": {
 | 
						|
          "type": "Known",
 | 
						|
          "type": "Count"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "visibility": "export",
 | 
						|
      "nodePath": {
 | 
						|
        "steps": []
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "VariableDeclaration",
 | 
						|
      "name": "TAU",
 | 
						|
      "value": {
 | 
						|
        "type": "Number",
 | 
						|
        "value": 6.283,
 | 
						|
        "ty": {
 | 
						|
          "type": "Known",
 | 
						|
          "type": "Count"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "visibility": "export",
 | 
						|
      "nodePath": {
 | 
						|
        "steps": []
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "std::prelude": [
 | 
						|
    {
 | 
						|
      "type": "VariableDeclaration",
 | 
						|
      "name": "START",
 | 
						|
      "value": {
 | 
						|
        "type": "String",
 | 
						|
        "value": "start"
 | 
						|
      },
 | 
						|
      "visibility": "export",
 | 
						|
      "nodePath": {
 | 
						|
        "steps": []
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "VariableDeclaration",
 | 
						|
      "name": "END",
 | 
						|
      "value": {
 | 
						|
        "type": "String",
 | 
						|
        "value": "end"
 | 
						|
      },
 | 
						|
      "visibility": "export",
 | 
						|
      "nodePath": {
 | 
						|
        "steps": []
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "std::sketch": [],
 | 
						|
  "std::solid": [],
 | 
						|
  "std::sweep": [],
 | 
						|
  "std::transform": [],
 | 
						|
  "std::turns": [],
 | 
						|
  "std::types": [],
 | 
						|
  "std::units": []
 | 
						|
}
 |