44 lines
		
	
	
		
			905 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			905 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Result of parsing import_constant.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "Ok": {
 | 
						|
    "body": [
 | 
						|
      {
 | 
						|
        "commentStart": 0,
 | 
						|
        "end": 0,
 | 
						|
        "path": {
 | 
						|
          "type": "Kcl",
 | 
						|
          "filename": "export_constant.kcl"
 | 
						|
        },
 | 
						|
        "selector": {
 | 
						|
          "type": "List",
 | 
						|
          "items": [
 | 
						|
            {
 | 
						|
              "alias": null,
 | 
						|
              "commentStart": 0,
 | 
						|
              "end": 0,
 | 
						|
              "name": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "name": "three",
 | 
						|
                "start": 0,
 | 
						|
                "type": "Identifier"
 | 
						|
              },
 | 
						|
              "start": 0,
 | 
						|
              "type": "ImportItem"
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "start": 0,
 | 
						|
        "type": "ImportStatement",
 | 
						|
        "type": "ImportStatement"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "commentStart": 0,
 | 
						|
    "end": 0,
 | 
						|
    "start": 0
 | 
						|
  }
 | 
						|
}
 |