{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 1,
              "column": 1,
              "offset": 1
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "BinaryExpression",
                "left": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 2,
                        "offset": 2
                      },
                      "end": {
                        "line": 1,
                        "column": 3,
                        "offset": 3
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 2,
                      "offset": 2
                    },
                    "end": {
                      "line": 1,
                      "column": 5,
                      "offset": 5
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "LiteralNumericExpression",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 8,
                      "offset": 8
                    },
                    "end": {
                      "line": 1,
                      "column": 9,
                      "offset": 9
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 2,
                    "offset": 2
                  },
                  "end": {
                    "line": 1,
                    "column": 9,
                    "offset": 9
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "c",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 12,
                    "offset": 12
                  },
                  "end": {
                    "line": 1,
                    "column": 15,
                    "offset": 15
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 2,
                  "offset": 2
                },
                "end": {
                  "line": 1,
                  "column": 15,
                  "offset": 15
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "d",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 18,
                  "offset": 18
                },
                "end": {
                  "line": 1,
                  "column": 21,
                  "offset": 21
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 2,
                "offset": 2
              },
              "end": {
                "line": 1,
                "column": 21,
                "offset": 21
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 22,
            "offset": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 23,
          "offset": 23
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 2,
              "column": 0,
              "offset": 24
            },
            "end": {
              "line": 2,
              "column": 1,
              "offset": 25
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 2,
                      "offset": 26
                    },
                    "end": {
                      "line": 2,
                      "column": 3,
                      "offset": 27
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 2,
                    "offset": 26
                  },
                  "end": {
                    "line": 2,
                    "column": 5,
                    "offset": 29
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "BinaryExpression",
                "left": {
                  "type": "LiteralNumericExpression",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 9,
                      "offset": 33
                    },
                    "end": {
                      "line": 2,
                      "column": 10,
                      "offset": 34
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "LiteralStringExpression",
                  "value": "c",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 13,
                      "offset": 37
                    },
                    "end": {
                      "line": 2,
                      "column": 16,
                      "offset": 40
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 9,
                    "offset": 33
                  },
                  "end": {
                    "line": 2,
                    "column": 16,
                    "offset": 40
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 2,
                  "offset": 26
                },
                "end": {
                  "line": 2,
                  "column": 17,
                  "offset": 41
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "d",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 20,
                  "offset": 44
                },
                "end": {
                  "line": 2,
                  "column": 23,
                  "offset": 47
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 2,
                "offset": 26
              },
              "end": {
                "line": 2,
                "column": 23,
                "offset": 47
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 0,
            "offset": 24
          },
          "end": {
            "line": 2,
            "column": 24,
            "offset": 48
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 24
        },
        "end": {
          "line": 2,
          "column": 25,
          "offset": 49
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 3,
              "column": 0,
              "offset": 50
            },
            "end": {
              "line": 3,
              "column": 1,
              "offset": 51
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "BinaryExpression",
                "left": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 3,
                        "offset": 53
                      },
                      "end": {
                        "line": 3,
                        "column": 4,
                        "offset": 54
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 3,
                      "offset": 53
                    },
                    "end": {
                      "line": 3,
                      "column": 6,
                      "offset": 56
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "LiteralNumericExpression",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 9,
                      "offset": 59
                    },
                    "end": {
                      "line": 3,
                      "column": 10,
                      "offset": 60
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 3,
                    "offset": 53
                  },
                  "end": {
                    "line": 3,
                    "column": 10,
                    "offset": 60
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "c",
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 14,
                    "offset": 64
                  },
                  "end": {
                    "line": 3,
                    "column": 17,
                    "offset": 67
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 2,
                  "offset": 52
                },
                "end": {
                  "line": 3,
                  "column": 17,
                  "offset": 67
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "d",
              "loc": {
                "start": {
                  "line": 3,
                  "column": 20,
                  "offset": 70
                },
                "end": {
                  "line": 3,
                  "column": 23,
                  "offset": 73
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 2,
                "offset": 52
              },
              "end": {
                "line": 3,
                "column": 23,
                "offset": 73
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 0,
            "offset": 50
          },
          "end": {
            "line": 3,
            "column": 24,
            "offset": 74
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 50
        },
        "end": {
          "line": 3,
          "column": 25,
          "offset": 75
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 4,
              "column": 0,
              "offset": 76
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 77
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "BinaryExpression",
                "left": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 2,
                          "offset": 78
                        },
                        "end": {
                          "line": 4,
                          "column": 3,
                          "offset": 79
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 2,
                        "offset": 78
                      },
                      "end": {
                        "line": 4,
                        "column": 5,
                        "offset": 81
                      }
                    }
                  },
                  "operator": "+",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 4,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 8,
                        "offset": 84
                      },
                      "end": {
                        "line": 4,
                        "column": 9,
                        "offset": 85
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 2,
                      "offset": 78
                    },
                    "end": {
                      "line": 4,
                      "column": 9,
                      "offset": 85
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "LiteralStringExpression",
                  "value": "c",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 12,
                      "offset": 88
                    },
                    "end": {
                      "line": 4,
                      "column": 15,
                      "offset": 91
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 2,
                    "offset": 78
                  },
                  "end": {
                    "line": 4,
                    "column": 15,
                    "offset": 91
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "d",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 18,
                    "offset": 94
                  },
                  "end": {
                    "line": 4,
                    "column": 21,
                    "offset": 97
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 2,
                  "offset": 78
                },
                "end": {
                  "line": 4,
                  "column": 21,
                  "offset": 97
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralStringExpression",
                "value": "e",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 25,
                    "offset": 101
                  },
                  "end": {
                    "line": 4,
                    "column": 28,
                    "offset": 104
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "f",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 31,
                    "offset": 107
                  },
                  "end": {
                    "line": 4,
                    "column": 34,
                    "offset": 110
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 25,
                  "offset": 101
                },
                "end": {
                  "line": 4,
                  "column": 34,
                  "offset": 110
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 2,
                "offset": 78
              },
              "end": {
                "line": 4,
                "column": 35,
                "offset": 111
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0,
            "offset": 76
          },
          "end": {
            "line": 4,
            "column": 36,
            "offset": 112
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 0,
          "offset": 76
        },
        "end": {
          "line": 4,
          "column": 37,
          "offset": 113
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 5,
              "column": 0,
              "offset": 114
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 115
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "BinaryExpression",
                "left": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "BinaryExpression",
                    "left": {
                      "type": "BinaryExpression",
                      "left": {
                        "type": "LiteralStringExpression",
                        "value": "e",
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 2,
                            "offset": 116
                          },
                          "end": {
                            "line": 5,
                            "column": 5,
                            "offset": 119
                          }
                        }
                      },
                      "operator": "+",
                      "right": {
                        "type": "LiteralStringExpression",
                        "value": "f",
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8,
                            "offset": 122
                          },
                          "end": {
                            "line": 5,
                            "column": 11,
                            "offset": 125
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 2,
                          "offset": 116
                        },
                        "end": {
                          "line": 5,
                          "column": 11,
                          "offset": 125
                        }
                      }
                    },
                    "operator": "+",
                    "right": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "b",
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 14,
                            "offset": 128
                          },
                          "end": {
                            "line": 5,
                            "column": 15,
                            "offset": 129
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 14,
                          "offset": 128
                        },
                        "end": {
                          "line": 5,
                          "column": 17,
                          "offset": 131
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 2,
                        "offset": 116
                      },
                      "end": {
                        "line": 5,
                        "column": 17,
                        "offset": 131
                      }
                    }
                  },
                  "operator": "+",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 5,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 20,
                        "offset": 134
                      },
                      "end": {
                        "line": 5,
                        "column": 21,
                        "offset": 135
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 2,
                      "offset": 116
                    },
                    "end": {
                      "line": 5,
                      "column": 21,
                      "offset": 135
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "LiteralStringExpression",
                  "value": "c",
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 24,
                      "offset": 138
                    },
                    "end": {
                      "line": 5,
                      "column": 27,
                      "offset": 141
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 2,
                    "offset": 116
                  },
                  "end": {
                    "line": 5,
                    "column": 27,
                    "offset": 141
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "d",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 30,
                    "offset": 144
                  },
                  "end": {
                    "line": 5,
                    "column": 33,
                    "offset": 147
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 2,
                  "offset": 116
                },
                "end": {
                  "line": 5,
                  "column": 33,
                  "offset": 147
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralStringExpression",
                "value": "e",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 37,
                    "offset": 151
                  },
                  "end": {
                    "line": 5,
                    "column": 40,
                    "offset": 154
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "f",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 43,
                    "offset": 157
                  },
                  "end": {
                    "line": 5,
                    "column": 46,
                    "offset": 160
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 37,
                  "offset": 151
                },
                "end": {
                  "line": 5,
                  "column": 46,
                  "offset": 160
                }
              }
            },
            "loc": {
              "start": {
                "line": 5,
                "column": 2,
                "offset": 116
              },
              "end": {
                "line": 5,
                "column": 47,
                "offset": 161
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 0,
            "offset": 114
          },
          "end": {
            "line": 5,
            "column": 48,
            "offset": 162
          }
        }
      },
      "loc": {
        "start": {
          "line": 5,
          "column": 0,
          "offset": 114
        },
        "end": {
          "line": 5,
          "column": 49,
          "offset": 163
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 6,
              "column": 0,
              "offset": 164
            },
            "end": {
              "line": 6,
              "column": 1,
              "offset": 165
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "BinaryExpression",
                "left": {
                  "type": "LiteralStringExpression",
                  "value": "c",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 2,
                      "offset": 166
                    },
                    "end": {
                      "line": 6,
                      "column": 5,
                      "offset": 169
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 8,
                        "offset": 172
                      },
                      "end": {
                        "line": 6,
                        "column": 9,
                        "offset": 173
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8,
                      "offset": 172
                    },
                    "end": {
                      "line": 6,
                      "column": 11,
                      "offset": 175
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 2,
                    "offset": 166
                  },
                  "end": {
                    "line": 6,
                    "column": 11,
                    "offset": 175
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralNumericExpression",
                "value": 6,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 14,
                    "offset": 178
                  },
                  "end": {
                    "line": 6,
                    "column": 15,
                    "offset": 179
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2,
                  "offset": 166
                },
                "end": {
                  "line": 6,
                  "column": 15,
                  "offset": 179
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "d",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 18,
                  "offset": 182
                },
                "end": {
                  "line": 6,
                  "column": 21,
                  "offset": 185
                }
              }
            },
            "loc": {
              "start": {
                "line": 6,
                "column": 2,
                "offset": 166
              },
              "end": {
                "line": 6,
                "column": 21,
                "offset": 185
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 0,
            "offset": 164
          },
          "end": {
            "line": 6,
            "column": 22,
            "offset": 186
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 0,
          "offset": 164
        },
        "end": {
          "line": 6,
          "column": 23,
          "offset": 187
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 7,
              "column": 0,
              "offset": 188
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 189
            }
          }
        },
        "arguments": [
          {
            "type": "BinaryExpression",
            "left": {
              "type": "BinaryExpression",
              "left": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 2,
                      "offset": 190
                    },
                    "end": {
                      "line": 7,
                      "column": 3,
                      "offset": 191
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 2,
                    "offset": 190
                  },
                  "end": {
                    "line": 7,
                    "column": 5,
                    "offset": 193
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "e",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 8,
                    "offset": 196
                  },
                  "end": {
                    "line": 7,
                    "column": 11,
                    "offset": 199
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2,
                  "offset": 190
                },
                "end": {
                  "line": 7,
                  "column": 11,
                  "offset": 199
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralNumericExpression",
                "value": 7,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 15,
                    "offset": 203
                  },
                  "end": {
                    "line": 7,
                    "column": 16,
                    "offset": 204
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "g",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 19,
                      "offset": 207
                    },
                    "end": {
                      "line": 7,
                      "column": 20,
                      "offset": 208
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "LiteralStringExpression",
                    "value": "10",
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 21,
                        "offset": 209
                      },
                      "end": {
                        "line": 7,
                        "column": 25,
                        "offset": 213
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 19,
                    "offset": 207
                  },
                  "end": {
                    "line": 7,
                    "column": 26,
                    "offset": 214
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 15,
                  "offset": 203
                },
                "end": {
                  "line": 7,
                  "column": 26,
                  "offset": 214
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 2,
                "offset": 190
              },
              "end": {
                "line": 7,
                "column": 27,
                "offset": 215
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 0,
            "offset": 188
          },
          "end": {
            "line": 7,
            "column": 28,
            "offset": 216
          }
        }
      },
      "loc": {
        "start": {
          "line": 7,
          "column": 0,
          "offset": 188
        },
        "end": {
          "line": 7,
          "column": 29,
          "offset": 217
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 7,
      "column": 29,
      "offset": 217
    }
  }
}
