{
  "type": "File",
  "start": 0,
  "end": 434,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 17,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 434,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 17,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 50,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 50
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 15,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 15
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 15,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 15
                },
                "identifierName": "TopEnv"
              },
              "name": "TopEnv"
            },
            "local": {
              "type": "Identifier",
              "start": 9,
              "end": 15,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 15
                },
                "identifierName": "TopEnv"
              },
              "name": "TopEnv"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 23,
          "end": 49,
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 49
            }
          },
          "extra": {
            "rawValue": "../interp/environment.js",
            "raw": "\"../interp/environment.js\""
          },
          "value": "../interp/environment.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 51,
        "end": 83,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 58,
            "end": 63,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 58,
              "end": 63,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 12
                },
                "identifierName": "style"
              },
              "name": "style"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 69,
          "end": 82,
          "loc": {
            "start": {
              "line": 2,
              "column": 18
            },
            "end": {
              "line": 2,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "ansi-styles",
            "raw": "\"ansi-styles\""
          },
          "value": "ansi-styles"
        }
      },
      {
        "type": "Identifier",
        "start": 85,
        "end": 134,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 49
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 91,
            "end": 133,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 48
              }
            },
            "id": {
              "type": "Identifier",
              "start": 91,
              "end": 94,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 9
                },
                "identifierName": "RED"
              },
              "name": "RED"
            },
            "init": {
              "type": "AssignmentExpression",
              "start": 98,
              "end": 132,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 13
                },
                "end": {
                  "line": 4,
                  "column": 47
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 98,
                "end": 115,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 13
                  },
                  "end": {
                    "line": 4,
                    "column": 30
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 98,
                  "end": 104,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 13
                    },
                    "end": {
                      "line": 4,
                      "column": 19
                    },
                    "identifierName": "TopEnv"
                  },
                  "name": "TopEnv"
                },
                "property": {
                  "type": "StringLiteral",
                  "start": 105,
                  "end": 114,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 20
                    },
                    "end": {
                      "line": 4,
                      "column": 29
                    }
                  },
                  "extra": {
                    "rawValue": "__RED__",
                    "raw": "\"__RED__\""
                  },
                  "value": "__RED__"
                },
                "computed": true
              },
              "right": {
                "type": "MemberExpression",
                "start": 118,
                "end": 132,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 33
                  },
                  "end": {
                    "line": 4,
                    "column": 47
                  }
                },
                "object": {
                  "type": "MemberExpression",
                  "start": 118,
                  "end": 127,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 33
                    },
                    "end": {
                      "line": 4,
                      "column": 42
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 118,
                    "end": 123,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 33
                      },
                      "end": {
                        "line": 4,
                        "column": 38
                      },
                      "identifierName": "style"
                    },
                    "name": "style"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 124,
                    "end": 127,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 39
                      },
                      "end": {
                        "line": 4,
                        "column": 42
                      },
                      "identifierName": "red"
                    },
                    "name": "red"
                  },
                  "computed": false
                },
                "property": {
                  "type": "Identifier",
                  "start": 128,
                  "end": 132,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 43
                    },
                    "end": {
                      "line": 4,
                      "column": 47
                    },
                    "identifierName": "open"
                  },
                  "name": "open"
                },
                "computed": false
              },
              "extra": {
                "parenthesized": true,
                "parenStart": 97
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 135,
        "end": 190,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 55
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 141,
            "end": 189,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 54
              }
            },
            "id": {
              "type": "Identifier",
              "start": 141,
              "end": 146,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 11
                },
                "identifierName": "GREEN"
              },
              "name": "GREEN"
            },
            "init": {
              "type": "AssignmentExpression",
              "start": 150,
              "end": 188,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 15
                },
                "end": {
                  "line": 5,
                  "column": 53
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 150,
                "end": 169,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 15
                  },
                  "end": {
                    "line": 5,
                    "column": 34
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 150,
                  "end": 156,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 15
                    },
                    "end": {
                      "line": 5,
                      "column": 21
                    },
                    "identifierName": "TopEnv"
                  },
                  "name": "TopEnv"
                },
                "property": {
                  "type": "StringLiteral",
                  "start": 157,
                  "end": 168,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 22
                    },
                    "end": {
                      "line": 5,
                      "column": 33
                    }
                  },
                  "extra": {
                    "rawValue": "__GREEN__",
                    "raw": "\"__GREEN__\""
                  },
                  "value": "__GREEN__"
                },
                "computed": true
              },
              "right": {
                "type": "MemberExpression",
                "start": 172,
                "end": 188,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 37
                  },
                  "end": {
                    "line": 5,
                    "column": 53
                  }
                },
                "object": {
                  "type": "MemberExpression",
                  "start": 172,
                  "end": 183,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 37
                    },
                    "end": {
                      "line": 5,
                      "column": 48
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 172,
                    "end": 177,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 37
                      },
                      "end": {
                        "line": 5,
                        "column": 42
                      },
                      "identifierName": "style"
                    },
                    "name": "style"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 178,
                    "end": 183,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 43
                      },
                      "end": {
                        "line": 5,
                        "column": 48
                      },
                      "identifierName": "green"
                    },
                    "name": "green"
                  },
                  "computed": false
                },
                "property": {
                  "type": "Identifier",
                  "start": 184,
                  "end": 188,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 49
                    },
                    "end": {
                      "line": 5,
                      "column": 53
                    },
                    "identifierName": "open"
                  },
                  "name": "open"
                },
                "computed": false
              },
              "extra": {
                "parenthesized": true,
                "parenStart": 149
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 191,
        "end": 249,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 58
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 197,
            "end": 248,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 57
              }
            },
            "id": {
              "type": "Identifier",
              "start": 197,
              "end": 203,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 12
                },
                "identifierName": "YELLOW"
              },
              "name": "YELLOW"
            },
            "init": {
              "type": "AssignmentExpression",
              "start": 207,
              "end": 247,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 16
                },
                "end": {
                  "line": 6,
                  "column": 56
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 207,
                "end": 227,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 16
                  },
                  "end": {
                    "line": 6,
                    "column": 36
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 207,
                  "end": 213,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 16
                    },
                    "end": {
                      "line": 6,
                      "column": 22
                    },
                    "identifierName": "TopEnv"
                  },
                  "name": "TopEnv"
                },
                "property": {
                  "type": "StringLiteral",
                  "start": 214,
                  "end": 226,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 23
                    },
                    "end": {
                      "line": 6,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "__YELLOW__",
                    "raw": "\"__YELLOW__\""
                  },
                  "value": "__YELLOW__"
                },
                "computed": true
              },
              "right": {
                "type": "MemberExpression",
                "start": 230,
                "end": 247,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 39
                  },
                  "end": {
                    "line": 6,
                    "column": 56
                  }
                },
                "object": {
                  "type": "MemberExpression",
                  "start": 230,
                  "end": 242,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 39
                    },
                    "end": {
                      "line": 6,
                      "column": 51
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 230,
                    "end": 235,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 39
                      },
                      "end": {
                        "line": 6,
                        "column": 44
                      },
                      "identifierName": "style"
                    },
                    "name": "style"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 236,
                    "end": 242,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 45
                      },
                      "end": {
                        "line": 6,
                        "column": 51
                      },
                      "identifierName": "yellow"
                    },
                    "name": "yellow"
                  },
                  "computed": false
                },
                "property": {
                  "type": "Identifier",
                  "start": 243,
                  "end": 247,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 52
                    },
                    "end": {
                      "line": 6,
                      "column": 56
                    },
                    "identifierName": "open"
                  },
                  "name": "open"
                },
                "computed": false
              },
              "extra": {
                "parenthesized": true,
                "parenStart": 206
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 250,
        "end": 302,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 52
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 256,
            "end": 301,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 51
              }
            },
            "id": {
              "type": "Identifier",
              "start": 256,
              "end": 260,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 10
                },
                "identifierName": "BLUE"
              },
              "name": "BLUE"
            },
            "init": {
              "type": "AssignmentExpression",
              "start": 264,
              "end": 300,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 14
                },
                "end": {
                  "line": 7,
                  "column": 50
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 264,
                "end": 282,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 32
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 264,
                  "end": 270,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 14
                    },
                    "end": {
                      "line": 7,
                      "column": 20
                    },
                    "identifierName": "TopEnv"
                  },
                  "name": "TopEnv"
                },
                "property": {
                  "type": "StringLiteral",
                  "start": 271,
                  "end": 281,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 21
                    },
                    "end": {
                      "line": 7,
                      "column": 31
                    }
                  },
                  "extra": {
                    "rawValue": "__BLUE__",
                    "raw": "\"__BLUE__\""
                  },
                  "value": "__BLUE__"
                },
                "computed": true
              },
              "right": {
                "type": "MemberExpression",
                "start": 285,
                "end": 300,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 35
                  },
                  "end": {
                    "line": 7,
                    "column": 50
                  }
                },
                "object": {
                  "type": "MemberExpression",
                  "start": 285,
                  "end": 295,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 35
                    },
                    "end": {
                      "line": 7,
                      "column": 45
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 285,
                    "end": 290,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 35
                      },
                      "end": {
                        "line": 7,
                        "column": 40
                      },
                      "identifierName": "style"
                    },
                    "name": "style"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 291,
                    "end": 295,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 41
                      },
                      "end": {
                        "line": 7,
                        "column": 45
                      },
                      "identifierName": "blue"
                    },
                    "name": "blue"
                  },
                  "computed": false
                },
                "property": {
                  "type": "Identifier",
                  "start": 296,
                  "end": 300,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 46
                    },
                    "end": {
                      "line": 7,
                      "column": 50
                    },
                    "identifierName": "open"
                  },
                  "name": "open"
                },
                "computed": false
              },
              "extra": {
                "parenthesized": true,
                "parenStart": 263
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 303,
        "end": 359,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 56
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 309,
            "end": 358,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 55
              }
            },
            "id": {
              "type": "Identifier",
              "start": 309,
              "end": 316,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 13
                },
                "identifierName": "DEFAULT"
              },
              "name": "DEFAULT"
            },
            "init": {
              "type": "AssignmentExpression",
              "start": 320,
              "end": 357,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 17
                },
                "end": {
                  "line": 8,
                  "column": 54
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 320,
                "end": 337,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 17
                  },
                  "end": {
                    "line": 8,
                    "column": 34
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 320,
                  "end": 326,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 17
                    },
                    "end": {
                      "line": 8,
                      "column": 23
                    },
                    "identifierName": "TopEnv"
                  },
                  "name": "TopEnv"
                },
                "property": {
                  "type": "StringLiteral",
                  "start": 327,
                  "end": 336,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 24
                    },
                    "end": {
                      "line": 8,
                      "column": 33
                    }
                  },
                  "extra": {
                    "rawValue": "__DEF__",
                    "raw": "\"__DEF__\""
                  },
                  "value": "__DEF__"
                },
                "computed": true
              },
              "right": {
                "type": "MemberExpression",
                "start": 340,
                "end": 357,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 37
                  },
                  "end": {
                    "line": 8,
                    "column": 54
                  }
                },
                "object": {
                  "type": "MemberExpression",
                  "start": 340,
                  "end": 351,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 37
                    },
                    "end": {
                      "line": 8,
                      "column": 48
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 340,
                    "end": 345,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 37
                      },
                      "end": {
                        "line": 8,
                        "column": 42
                      },
                      "identifierName": "style"
                    },
                    "name": "style"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 346,
                    "end": 351,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 43
                      },
                      "end": {
                        "line": 8,
                        "column": 48
                      },
                      "identifierName": "color"
                    },
                    "name": "color"
                  },
                  "computed": false
                },
                "property": {
                  "type": "Identifier",
                  "start": 352,
                  "end": 357,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 49
                    },
                    "end": {
                      "line": 8,
                      "column": 54
                    },
                    "identifierName": "close"
                  },
                  "name": "close"
                },
                "computed": false
              },
              "extra": {
                "parenthesized": true,
                "parenStart": 319
              }
            }
          }
        ],
        "kind": "const",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExpressionStatement",
        "start": 361,
        "end": 378,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 17
          }
        },
        "expression": {
          "type": "CallExpression",
          "start": 361,
          "end": 377,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 16
            }
          },
          "callee": {
            "type": "MemberExpression",
            "start": 361,
            "end": 372,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 11
              }
            },
            "object": {
              "type": "Identifier",
              "start": 361,
              "end": 368,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 0
                },
                "end": {
                  "line": 10,
                  "column": 7
                },
                "identifierName": "console"
              },
              "name": "console"
            },
            "property": {
              "type": "Identifier",
              "start": 369,
              "end": 372,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 8
                },
                "end": {
                  "line": 10,
                  "column": 11
                },
                "identifierName": "log"
              },
              "name": "log"
            },
            "computed": false
          },
          "arguments": [
            {
              "type": "Identifier",
              "start": 373,
              "end": 376,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 12
                },
                "end": {
                  "line": 10,
                  "column": 15
                },
                "identifierName": "RED"
              },
              "name": "RED"
            }
          ]
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 380,
        "end": 433,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 12
          }
        },
        "declaration": null,
        "specifiers": [
          {
            "type": "ExportSpecifier",
            "start": 389,
            "end": 392,
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 389,
              "end": 392,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 9
                },
                "end": {
                  "line": 12,
                  "column": 12
                },
                "identifierName": "RED"
              },
              "name": "RED"
            },
            "exported": {
              "type": "Identifier",
              "start": 389,
              "end": 392,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 9
                },
                "end": {
                  "line": 12,
                  "column": 12
                },
                "identifierName": "RED"
              },
              "name": "RED"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 396,
            "end": 401,
            "loc": {
              "start": {
                "line": 13,
                "column": 2
              },
              "end": {
                "line": 13,
                "column": 7
              }
            },
            "local": {
              "type": "Identifier",
              "start": 396,
              "end": 401,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 7
                },
                "identifierName": "GREEN"
              },
              "name": "GREEN"
            },
            "exported": {
              "type": "Identifier",
              "start": 396,
              "end": 401,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 7
                },
                "identifierName": "GREEN"
              },
              "name": "GREEN"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 405,
            "end": 411,
            "loc": {
              "start": {
                "line": 14,
                "column": 2
              },
              "end": {
                "line": 14,
                "column": 8
              }
            },
            "local": {
              "type": "Identifier",
              "start": 405,
              "end": 411,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 8
                },
                "identifierName": "YELLOW"
              },
              "name": "YELLOW"
            },
            "exported": {
              "type": "Identifier",
              "start": 405,
              "end": 411,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 8
                },
                "identifierName": "YELLOW"
              },
              "name": "YELLOW"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 415,
            "end": 419,
            "loc": {
              "start": {
                "line": 15,
                "column": 2
              },
              "end": {
                "line": 15,
                "column": 6
              }
            },
            "local": {
              "type": "Identifier",
              "start": 415,
              "end": 419,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 2
                },
                "end": {
                  "line": 15,
                  "column": 6
                },
                "identifierName": "BLUE"
              },
              "name": "BLUE"
            },
            "exported": {
              "type": "Identifier",
              "start": 415,
              "end": 419,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 2
                },
                "end": {
                  "line": 15,
                  "column": 6
                },
                "identifierName": "BLUE"
              },
              "name": "BLUE"
            }
          },
          {
            "type": "ExportSpecifier",
            "start": 423,
            "end": 430,
            "loc": {
              "start": {
                "line": 16,
                "column": 2
              },
              "end": {
                "line": 16,
                "column": 9
              }
            },
            "local": {
              "type": "Identifier",
              "start": 423,
              "end": 430,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 2
                },
                "end": {
                  "line": 16,
                  "column": 9
                },
                "identifierName": "DEFAULT"
              },
              "name": "DEFAULT"
            },
            "exported": {
              "type": "Identifier",
              "start": 423,
              "end": 430,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 2
                },
                "end": {
                  "line": 16,
                  "column": 9
                },
                "identifierName": "DEFAULT"
              },
              "name": "DEFAULT"
            }
          }
        ],
        "source": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 380,
        "end": 433,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 12
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 85,
          "end": 134,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 49
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 91,
              "end": 133,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 48
                }
              },
              "id": {
                "type": "Identifier",
                "start": 91,
                "end": 94,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 6
                  },
                  "end": {
                    "line": 4,
                    "column": 9
                  },
                  "identifierName": "RED"
                },
                "name": "RED"
              },
              "init": {
                "type": "AssignmentExpression",
                "start": 98,
                "end": 132,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 13
                  },
                  "end": {
                    "line": 4,
                    "column": 47
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 98,
                  "end": 115,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 13
                    },
                    "end": {
                      "line": 4,
                      "column": 30
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 98,
                    "end": 104,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 13
                      },
                      "end": {
                        "line": 4,
                        "column": 19
                      },
                      "identifierName": "TopEnv"
                    },
                    "name": "TopEnv"
                  },
                  "property": {
                    "type": "StringLiteral",
                    "start": 105,
                    "end": 114,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 20
                      },
                      "end": {
                        "line": 4,
                        "column": 29
                      }
                    },
                    "extra": {
                      "rawValue": "__RED__",
                      "raw": "\"__RED__\""
                    },
                    "value": "__RED__"
                  },
                  "computed": true
                },
                "right": {
                  "type": "MemberExpression",
                  "start": 118,
                  "end": 132,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 33
                    },
                    "end": {
                      "line": 4,
                      "column": 47
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 118,
                    "end": 127,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 33
                      },
                      "end": {
                        "line": 4,
                        "column": 42
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 118,
                      "end": 123,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 33
                        },
                        "end": {
                          "line": 4,
                          "column": 38
                        },
                        "identifierName": "style"
                      },
                      "name": "style"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 124,
                      "end": 127,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 39
                        },
                        "end": {
                          "line": 4,
                          "column": 42
                        },
                        "identifierName": "red"
                      },
                      "name": "red"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 128,
                    "end": 132,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 43
                      },
                      "end": {
                        "line": 4,
                        "column": 47
                      },
                      "identifierName": "open"
                    },
                    "name": "open"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 97
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 380,
        "end": 433,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 12
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 135,
          "end": 190,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 55
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 141,
              "end": 189,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 54
                }
              },
              "id": {
                "type": "Identifier",
                "start": 141,
                "end": 146,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 6
                  },
                  "end": {
                    "line": 5,
                    "column": 11
                  },
                  "identifierName": "GREEN"
                },
                "name": "GREEN"
              },
              "init": {
                "type": "AssignmentExpression",
                "start": 150,
                "end": 188,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 15
                  },
                  "end": {
                    "line": 5,
                    "column": 53
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 150,
                  "end": 169,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 15
                    },
                    "end": {
                      "line": 5,
                      "column": 34
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 150,
                    "end": 156,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 15
                      },
                      "end": {
                        "line": 5,
                        "column": 21
                      },
                      "identifierName": "TopEnv"
                    },
                    "name": "TopEnv"
                  },
                  "property": {
                    "type": "StringLiteral",
                    "start": 157,
                    "end": 168,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 22
                      },
                      "end": {
                        "line": 5,
                        "column": 33
                      }
                    },
                    "extra": {
                      "rawValue": "__GREEN__",
                      "raw": "\"__GREEN__\""
                    },
                    "value": "__GREEN__"
                  },
                  "computed": true
                },
                "right": {
                  "type": "MemberExpression",
                  "start": 172,
                  "end": 188,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 37
                    },
                    "end": {
                      "line": 5,
                      "column": 53
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 172,
                    "end": 183,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 37
                      },
                      "end": {
                        "line": 5,
                        "column": 48
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 172,
                      "end": 177,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 37
                        },
                        "end": {
                          "line": 5,
                          "column": 42
                        },
                        "identifierName": "style"
                      },
                      "name": "style"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 178,
                      "end": 183,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 43
                        },
                        "end": {
                          "line": 5,
                          "column": 48
                        },
                        "identifierName": "green"
                      },
                      "name": "green"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 184,
                    "end": 188,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 49
                      },
                      "end": {
                        "line": 5,
                        "column": 53
                      },
                      "identifierName": "open"
                    },
                    "name": "open"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 149
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 380,
        "end": 433,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 12
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 191,
          "end": 249,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 58
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 197,
              "end": 248,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 57
                }
              },
              "id": {
                "type": "Identifier",
                "start": 197,
                "end": 203,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 6
                  },
                  "end": {
                    "line": 6,
                    "column": 12
                  },
                  "identifierName": "YELLOW"
                },
                "name": "YELLOW"
              },
              "init": {
                "type": "AssignmentExpression",
                "start": 207,
                "end": 247,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 16
                  },
                  "end": {
                    "line": 6,
                    "column": 56
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 207,
                  "end": 227,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 16
                    },
                    "end": {
                      "line": 6,
                      "column": 36
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 207,
                    "end": 213,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 22
                      },
                      "identifierName": "TopEnv"
                    },
                    "name": "TopEnv"
                  },
                  "property": {
                    "type": "StringLiteral",
                    "start": 214,
                    "end": 226,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 23
                      },
                      "end": {
                        "line": 6,
                        "column": 35
                      }
                    },
                    "extra": {
                      "rawValue": "__YELLOW__",
                      "raw": "\"__YELLOW__\""
                    },
                    "value": "__YELLOW__"
                  },
                  "computed": true
                },
                "right": {
                  "type": "MemberExpression",
                  "start": 230,
                  "end": 247,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 39
                    },
                    "end": {
                      "line": 6,
                      "column": 56
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 230,
                    "end": 242,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 39
                      },
                      "end": {
                        "line": 6,
                        "column": 51
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 230,
                      "end": 235,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 39
                        },
                        "end": {
                          "line": 6,
                          "column": 44
                        },
                        "identifierName": "style"
                      },
                      "name": "style"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 236,
                      "end": 242,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 45
                        },
                        "end": {
                          "line": 6,
                          "column": 51
                        },
                        "identifierName": "yellow"
                      },
                      "name": "yellow"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 243,
                    "end": 247,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 52
                      },
                      "end": {
                        "line": 6,
                        "column": 56
                      },
                      "identifierName": "open"
                    },
                    "name": "open"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 206
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 380,
        "end": 433,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 12
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 250,
          "end": 302,
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 52
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 256,
              "end": 301,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 51
                }
              },
              "id": {
                "type": "Identifier",
                "start": 256,
                "end": 260,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 6
                  },
                  "end": {
                    "line": 7,
                    "column": 10
                  },
                  "identifierName": "BLUE"
                },
                "name": "BLUE"
              },
              "init": {
                "type": "AssignmentExpression",
                "start": 264,
                "end": 300,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 50
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 264,
                  "end": 282,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 14
                    },
                    "end": {
                      "line": 7,
                      "column": 32
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 264,
                    "end": 270,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 14
                      },
                      "end": {
                        "line": 7,
                        "column": 20
                      },
                      "identifierName": "TopEnv"
                    },
                    "name": "TopEnv"
                  },
                  "property": {
                    "type": "StringLiteral",
                    "start": 271,
                    "end": 281,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 21
                      },
                      "end": {
                        "line": 7,
                        "column": 31
                      }
                    },
                    "extra": {
                      "rawValue": "__BLUE__",
                      "raw": "\"__BLUE__\""
                    },
                    "value": "__BLUE__"
                  },
                  "computed": true
                },
                "right": {
                  "type": "MemberExpression",
                  "start": 285,
                  "end": 300,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 35
                    },
                    "end": {
                      "line": 7,
                      "column": 50
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 285,
                    "end": 295,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 35
                      },
                      "end": {
                        "line": 7,
                        "column": 45
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 285,
                      "end": 290,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 35
                        },
                        "end": {
                          "line": 7,
                          "column": 40
                        },
                        "identifierName": "style"
                      },
                      "name": "style"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 291,
                      "end": 295,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 41
                        },
                        "end": {
                          "line": 7,
                          "column": 45
                        },
                        "identifierName": "blue"
                      },
                      "name": "blue"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 296,
                    "end": 300,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 46
                      },
                      "end": {
                        "line": 7,
                        "column": 50
                      },
                      "identifierName": "open"
                    },
                    "name": "open"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 263
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 380,
        "end": 433,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 12
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 303,
          "end": 359,
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 56
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 309,
              "end": 358,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 55
                }
              },
              "id": {
                "type": "Identifier",
                "start": 309,
                "end": 316,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 6
                  },
                  "end": {
                    "line": 8,
                    "column": 13
                  },
                  "identifierName": "DEFAULT"
                },
                "name": "DEFAULT"
              },
              "init": {
                "type": "AssignmentExpression",
                "start": 320,
                "end": 357,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 17
                  },
                  "end": {
                    "line": 8,
                    "column": 54
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 320,
                  "end": 337,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 17
                    },
                    "end": {
                      "line": 8,
                      "column": 34
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 320,
                    "end": 326,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 17
                      },
                      "end": {
                        "line": 8,
                        "column": 23
                      },
                      "identifierName": "TopEnv"
                    },
                    "name": "TopEnv"
                  },
                  "property": {
                    "type": "StringLiteral",
                    "start": 327,
                    "end": 336,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 24
                      },
                      "end": {
                        "line": 8,
                        "column": 33
                      }
                    },
                    "extra": {
                      "rawValue": "__DEF__",
                      "raw": "\"__DEF__\""
                    },
                    "value": "__DEF__"
                  },
                  "computed": true
                },
                "right": {
                  "type": "MemberExpression",
                  "start": 340,
                  "end": 357,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 37
                    },
                    "end": {
                      "line": 8,
                      "column": 54
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 340,
                    "end": 351,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 37
                      },
                      "end": {
                        "line": 8,
                        "column": 48
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 340,
                      "end": 345,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 37
                        },
                        "end": {
                          "line": 8,
                          "column": 42
                        },
                        "identifierName": "style"
                      },
                      "name": "style"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 346,
                      "end": 351,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 43
                        },
                        "end": {
                          "line": 8,
                          "column": 48
                        },
                        "identifierName": "color"
                      },
                      "name": "color"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 352,
                    "end": 357,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 49
                      },
                      "end": {
                        "line": 8,
                        "column": 54
                      },
                      "identifierName": "close"
                    },
                    "name": "close"
                  },
                  "computed": false
                },
                "extra": {
                  "parenthesized": true,
                  "parenStart": 319
                }
              }
            }
          ],
          "kind": "const",
          "leadingComments": [],
          "trailingComments": []
        },
        "specifiers": null,
        "source": null,
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 9,
      "end": 15,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 16
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 18,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../interp/environment.js",
      "start": 23,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 49,
      "end": 50,
      "loc": {
        "start": {
          "line": 1,
          "column": 49
        },
        "end": {
          "line": 1,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 51,
      "end": 57,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 58,
      "end": 63,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 64,
      "end": 68,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ansi-styles",
      "start": 69,
      "end": 82,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 2,
          "column": 31
        },
        "end": {
          "line": 2,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 85,
      "end": 90,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RED",
      "start": 91,
      "end": 94,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 95,
      "end": 96,
      "loc": {
        "start": {
          "line": 4,
          "column": 10
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 97,
      "end": 98,
      "loc": {
        "start": {
          "line": 4,
          "column": 12
        },
        "end": {
          "line": 4,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 98,
      "end": 104,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 104,
      "end": 105,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "__RED__",
      "start": 105,
      "end": 114,
      "loc": {
        "start": {
          "line": 4,
          "column": 20
        },
        "end": {
          "line": 4,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 114,
      "end": 115,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 116,
      "end": 117,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 118,
      "end": 123,
      "loc": {
        "start": {
          "line": 4,
          "column": 33
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 123,
      "end": 124,
      "loc": {
        "start": {
          "line": 4,
          "column": 38
        },
        "end": {
          "line": 4,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "red",
      "start": 124,
      "end": 127,
      "loc": {
        "start": {
          "line": 4,
          "column": 39
        },
        "end": {
          "line": 4,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 127,
      "end": 128,
      "loc": {
        "start": {
          "line": 4,
          "column": 42
        },
        "end": {
          "line": 4,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 128,
      "end": 132,
      "loc": {
        "start": {
          "line": 4,
          "column": 43
        },
        "end": {
          "line": 4,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 132,
      "end": 133,
      "loc": {
        "start": {
          "line": 4,
          "column": 47
        },
        "end": {
          "line": 4,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 133,
      "end": 134,
      "loc": {
        "start": {
          "line": 4,
          "column": 48
        },
        "end": {
          "line": 4,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 135,
      "end": 140,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GREEN",
      "start": 141,
      "end": 146,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 147,
      "end": 148,
      "loc": {
        "start": {
          "line": 5,
          "column": 12
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 150,
      "end": 156,
      "loc": {
        "start": {
          "line": 5,
          "column": 15
        },
        "end": {
          "line": 5,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 156,
      "end": 157,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "__GREEN__",
      "start": 157,
      "end": 168,
      "loc": {
        "start": {
          "line": 5,
          "column": 22
        },
        "end": {
          "line": 5,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 168,
      "end": 169,
      "loc": {
        "start": {
          "line": 5,
          "column": 33
        },
        "end": {
          "line": 5,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 170,
      "end": 171,
      "loc": {
        "start": {
          "line": 5,
          "column": 35
        },
        "end": {
          "line": 5,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 172,
      "end": 177,
      "loc": {
        "start": {
          "line": 5,
          "column": 37
        },
        "end": {
          "line": 5,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 177,
      "end": 178,
      "loc": {
        "start": {
          "line": 5,
          "column": 42
        },
        "end": {
          "line": 5,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "green",
      "start": 178,
      "end": 183,
      "loc": {
        "start": {
          "line": 5,
          "column": 43
        },
        "end": {
          "line": 5,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 183,
      "end": 184,
      "loc": {
        "start": {
          "line": 5,
          "column": 48
        },
        "end": {
          "line": 5,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 184,
      "end": 188,
      "loc": {
        "start": {
          "line": 5,
          "column": 49
        },
        "end": {
          "line": 5,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 188,
      "end": 189,
      "loc": {
        "start": {
          "line": 5,
          "column": 53
        },
        "end": {
          "line": 5,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 189,
      "end": 190,
      "loc": {
        "start": {
          "line": 5,
          "column": 54
        },
        "end": {
          "line": 5,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 191,
      "end": 196,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "YELLOW",
      "start": 197,
      "end": 203,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 204,
      "end": 205,
      "loc": {
        "start": {
          "line": 6,
          "column": 13
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 206,
      "end": 207,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 207,
      "end": 213,
      "loc": {
        "start": {
          "line": 6,
          "column": 16
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 6,
          "column": 22
        },
        "end": {
          "line": 6,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "__YELLOW__",
      "start": 214,
      "end": 226,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 226,
      "end": 227,
      "loc": {
        "start": {
          "line": 6,
          "column": 35
        },
        "end": {
          "line": 6,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 228,
      "end": 229,
      "loc": {
        "start": {
          "line": 6,
          "column": 37
        },
        "end": {
          "line": 6,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 230,
      "end": 235,
      "loc": {
        "start": {
          "line": 6,
          "column": 39
        },
        "end": {
          "line": 6,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 235,
      "end": 236,
      "loc": {
        "start": {
          "line": 6,
          "column": 44
        },
        "end": {
          "line": 6,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yellow",
      "start": 236,
      "end": 242,
      "loc": {
        "start": {
          "line": 6,
          "column": 45
        },
        "end": {
          "line": 6,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 242,
      "end": 243,
      "loc": {
        "start": {
          "line": 6,
          "column": 51
        },
        "end": {
          "line": 6,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 243,
      "end": 247,
      "loc": {
        "start": {
          "line": 6,
          "column": 52
        },
        "end": {
          "line": 6,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 247,
      "end": 248,
      "loc": {
        "start": {
          "line": 6,
          "column": 56
        },
        "end": {
          "line": 6,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 248,
      "end": 249,
      "loc": {
        "start": {
          "line": 6,
          "column": 57
        },
        "end": {
          "line": 6,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 250,
      "end": 255,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BLUE",
      "start": 256,
      "end": 260,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 261,
      "end": 262,
      "loc": {
        "start": {
          "line": 7,
          "column": 11
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 263,
      "end": 264,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 264,
      "end": 270,
      "loc": {
        "start": {
          "line": 7,
          "column": 14
        },
        "end": {
          "line": 7,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 270,
      "end": 271,
      "loc": {
        "start": {
          "line": 7,
          "column": 20
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "__BLUE__",
      "start": 271,
      "end": 281,
      "loc": {
        "start": {
          "line": 7,
          "column": 21
        },
        "end": {
          "line": 7,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 7,
          "column": 31
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 283,
      "end": 284,
      "loc": {
        "start": {
          "line": 7,
          "column": 33
        },
        "end": {
          "line": 7,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 285,
      "end": 290,
      "loc": {
        "start": {
          "line": 7,
          "column": 35
        },
        "end": {
          "line": 7,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 290,
      "end": 291,
      "loc": {
        "start": {
          "line": 7,
          "column": 40
        },
        "end": {
          "line": 7,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "blue",
      "start": 291,
      "end": 295,
      "loc": {
        "start": {
          "line": 7,
          "column": 41
        },
        "end": {
          "line": 7,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 295,
      "end": 296,
      "loc": {
        "start": {
          "line": 7,
          "column": 45
        },
        "end": {
          "line": 7,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "open",
      "start": 296,
      "end": 300,
      "loc": {
        "start": {
          "line": 7,
          "column": 46
        },
        "end": {
          "line": 7,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 300,
      "end": 301,
      "loc": {
        "start": {
          "line": 7,
          "column": 50
        },
        "end": {
          "line": 7,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 301,
      "end": 302,
      "loc": {
        "start": {
          "line": 7,
          "column": 51
        },
        "end": {
          "line": 7,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 303,
      "end": 308,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DEFAULT",
      "start": 309,
      "end": 316,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 317,
      "end": 318,
      "loc": {
        "start": {
          "line": 8,
          "column": 14
        },
        "end": {
          "line": 8,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 319,
      "end": 320,
      "loc": {
        "start": {
          "line": 8,
          "column": 16
        },
        "end": {
          "line": 8,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TopEnv",
      "start": 320,
      "end": 326,
      "loc": {
        "start": {
          "line": 8,
          "column": 17
        },
        "end": {
          "line": 8,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 326,
      "end": 327,
      "loc": {
        "start": {
          "line": 8,
          "column": 23
        },
        "end": {
          "line": 8,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "__DEF__",
      "start": 327,
      "end": 336,
      "loc": {
        "start": {
          "line": 8,
          "column": 24
        },
        "end": {
          "line": 8,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 336,
      "end": 337,
      "loc": {
        "start": {
          "line": 8,
          "column": 33
        },
        "end": {
          "line": 8,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 338,
      "end": 339,
      "loc": {
        "start": {
          "line": 8,
          "column": 35
        },
        "end": {
          "line": 8,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "style",
      "start": 340,
      "end": 345,
      "loc": {
        "start": {
          "line": 8,
          "column": 37
        },
        "end": {
          "line": 8,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 345,
      "end": 346,
      "loc": {
        "start": {
          "line": 8,
          "column": 42
        },
        "end": {
          "line": 8,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 346,
      "end": 351,
      "loc": {
        "start": {
          "line": 8,
          "column": 43
        },
        "end": {
          "line": 8,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 351,
      "end": 352,
      "loc": {
        "start": {
          "line": 8,
          "column": 48
        },
        "end": {
          "line": 8,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "close",
      "start": 352,
      "end": 357,
      "loc": {
        "start": {
          "line": 8,
          "column": 49
        },
        "end": {
          "line": 8,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 357,
      "end": 358,
      "loc": {
        "start": {
          "line": 8,
          "column": 54
        },
        "end": {
          "line": 8,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 358,
      "end": 359,
      "loc": {
        "start": {
          "line": 8,
          "column": 55
        },
        "end": {
          "line": 8,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 361,
      "end": 368,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 368,
      "end": 369,
      "loc": {
        "start": {
          "line": 10,
          "column": 7
        },
        "end": {
          "line": 10,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 369,
      "end": 372,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 372,
      "end": 373,
      "loc": {
        "start": {
          "line": 10,
          "column": 11
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RED",
      "start": 373,
      "end": 376,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 376,
      "end": 377,
      "loc": {
        "start": {
          "line": 10,
          "column": 15
        },
        "end": {
          "line": 10,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 377,
      "end": 378,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 380,
      "end": 386,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 387,
      "end": 388,
      "loc": {
        "start": {
          "line": 12,
          "column": 7
        },
        "end": {
          "line": 12,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RED",
      "start": 389,
      "end": 392,
      "loc": {
        "start": {
          "line": 12,
          "column": 9
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 392,
      "end": 393,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GREEN",
      "start": 396,
      "end": 401,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 401,
      "end": 402,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "YELLOW",
      "start": 405,
      "end": 411,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 411,
      "end": 412,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BLUE",
      "start": 415,
      "end": 419,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 419,
      "end": 420,
      "loc": {
        "start": {
          "line": 15,
          "column": 6
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DEFAULT",
      "start": 423,
      "end": 430,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 431,
      "end": 432,
      "loc": {
        "start": {
          "line": 16,
          "column": 10
        },
        "end": {
          "line": 16,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 432,
      "end": 433,
      "loc": {
        "start": {
          "line": 16,
          "column": 11
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 434,
      "end": 434,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 0
        }
      }
    }
  ]
}