{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "measure",
          "loc": {
            "start": {
              "line": 16,
              "column": 10
            },
            "end": {
              "line": 16,
              "column": 17
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "target",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 26
                },
                "end": {
                  "line": 16,
                  "column": 29
                }
              }
            },
            "loc": {
              "start": {
                "line": 16,
                "column": 18
              },
              "end": {
                "line": 16,
                "column": 24
              }
            }
          },
          {
            "type": "Identifier",
            "name": "propertyKey",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 44
                },
                "end": {
                  "line": 16,
                  "column": 50
                }
              }
            },
            "loc": {
              "start": {
                "line": 16,
                "column": 31
              },
              "end": {
                "line": 16,
                "column": 42
              }
            }
          },
          {
            "type": "Identifier",
            "name": "descriptor",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "PropertyDescriptor",
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 64
                  },
                  "end": {
                    "line": 16,
                    "column": 82
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 64
                },
                "end": {
                  "line": 16,
                  "column": 82
                }
              }
            },
            "loc": {
              "start": {
                "line": 16,
                "column": 52
              },
              "end": {
                "line": 16,
                "column": 62
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "originalMethod",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 11
                      },
                      "end": {
                        "line": 17,
                        "column": 25
                      }
                    }
                  },
                  "init": {
                    "type": "MemberExpression",
                    "object": {
                      "type": "Identifier",
                      "name": "descriptor",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 28
                        },
                        "end": {
                          "line": 17,
                          "column": 38
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "value",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 39
                        },
                        "end": {
                          "line": 17,
                          "column": 44
                        }
                      }
                    },
                    "computed": false,
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 28
                      },
                      "end": {
                        "line": 17,
                        "column": 44
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 11
                    },
                    "end": {
                      "line": 17,
                      "column": 44
                    }
                  }
                }
              ],
              "kind": "const",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 5
                },
                "end": {
                  "line": 17,
                  "column": 45
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "descriptor",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 5
                      },
                      "end": {
                        "line": 19,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "value",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 16
                      },
                      "end": {
                        "line": 19,
                        "column": 21
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 5
                    },
                    "end": {
                      "line": 19,
                      "column": 21
                    }
                  }
                },
                "right": {
                  "type": "FunctionExpression",
                  "function": {
                    "type": "ScriptFunction",
                    "id": null,
                    "generator": false,
                    "async": false,
                    "expression": false,
                    "params": [
                      {
                        "type": "RestElement",
                        "argument": {
                          "type": "Identifier",
                          "name": "args",
                          "typeAnnotation": {
                            "type": "TSArrayType",
                            "elementType": {
                              "type": "TSAnyKeyword",
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 42
                                },
                                "end": {
                                  "line": 19,
                                  "column": 45
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 42
                              },
                              "end": {
                                "line": 19,
                                "column": 47
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 36
                            },
                            "end": {
                              "line": 19,
                              "column": 40
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 33
                          },
                          "end": {
                            "line": 19,
                            "column": 40
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "statements": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "Identifier",
                              "name": "print",
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 9
                                },
                                "end": {
                                  "line": 20,
                                  "column": 14
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "TemplateLiteral",
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "name": "propertyKey",
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 36
                                      }
                                    }
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "value": {
                                      "raw": "start: ",
                                      "cooked": "start: "
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 23
                                      }
                                    }
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 37
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 38
                                  }
                                }
                              }
                            ],
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 20,
                                "column": 39
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 9
                            },
                            "end": {
                              "line": 20,
                              "column": 40
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "start",
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 20
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "Identifier",
                                    "name": "Date",
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "now",
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "computed": false,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 31
                                    }
                                  }
                                },
                                "arguments": [],
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 33
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 15
                                },
                                "end": {
                                  "line": 21,
                                  "column": 33
                                }
                              }
                            }
                          ],
                          "kind": "const",
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 9
                            },
                            "end": {
                              "line": 21,
                              "column": 34
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "result",
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 21
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "Identifier",
                                    "name": "originalMethod",
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "apply",
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "computed": false,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 49
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "args",
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 56
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 15
                                },
                                "end": {
                                  "line": 23,
                                  "column": 56
                                }
                              }
                            }
                          ],
                          "kind": "const",
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 9
                            },
                            "end": {
                              "line": 23,
                              "column": 57
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "end",
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 18
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "object": {
                                    "type": "Identifier",
                                    "name": "Date",
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "now",
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "computed": false,
                                  "optional": false,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [],
                                "optional": false,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 31
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 15
                                },
                                "end": {
                                  "line": 25,
                                  "column": 31
                                }
                              }
                            }
                          ],
                          "kind": "const",
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 9
                            },
                            "end": {
                              "line": 25,
                              "column": 32
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "Identifier",
                              "name": "print",
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 9
                                },
                                "end": {
                                  "line": 26,
                                  "column": 14
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "TemplateLiteral",
                                "expressions": [
                                  {
                                    "type": "Identifier",
                                    "name": "propertyKey",
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 29
                                      }
                                    }
                                  },
                                  {
                                    "type": "BinaryExpression",
                                    "operator": "-",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "end",
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 60
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "start",
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 68
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 68
                                      }
                                    }
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 16
                                      }
                                    }
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "value": {
                                      "raw": " Finish, time-consuming: ",
                                      "cooked": " Finish, time-consuming: "
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 55
                                      }
                                    }
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "value": {
                                      "raw": "ms",
                                      "cooked": "ms"
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 71
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 72
                                  }
                                }
                              }
                            ],
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 9
                              },
                              "end": {
                                "line": 26,
                                "column": 73
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 9
                            },
                            "end": {
                              "line": 26,
                              "column": 74
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "Identifier",
                            "name": "result",
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 16
                              },
                              "end": {
                                "line": 28,
                                "column": 22
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 9
                            },
                            "end": {
                              "line": 28,
                              "column": 23
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 49
                        },
                        "end": {
                          "line": 29,
                          "column": 6
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 24
                      },
                      "end": {
                        "line": 29,
                        "column": 6
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 24
                    },
                    "end": {
                      "line": 29,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 5
                  },
                  "end": {
                    "line": 29,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 5
                },
                "end": {
                  "line": 29,
                  "column": 7
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "Identifier",
                "name": "descriptor",
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 12
                  },
                  "end": {
                    "line": 31,
                    "column": 22
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 31,
                  "column": 5
                },
                "end": {
                  "line": 31,
                  "column": 23
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 84
            },
            "end": {
              "line": 32,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 1
          },
          "end": {
            "line": 32,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Calculator",
          "loc": {
            "start": {
              "line": 34,
              "column": 7
            },
            "end": {
              "line": 34,
              "column": 17
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 1
                  },
                  "end": {
                    "line": 34,
                    "column": 1
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 34,
                  "column": 1
                },
                "end": {
                  "line": 34,
                  "column": 1
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 34,
              "column": 1
            },
            "end": {
              "line": 40,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "add",
              "loc": {
                "start": {
                  "line": 36,
                  "column": 5
                },
                "end": {
                  "line": 36,
                  "column": 8
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "a",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 12
                        },
                        "end": {
                          "line": 36,
                          "column": 18
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 9
                      },
                      "end": {
                        "line": 36,
                        "column": 10
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "b",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 23
                        },
                        "end": {
                          "line": 36,
                          "column": 29
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 20
                      },
                      "end": {
                        "line": 36,
                        "column": 21
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ForUpdateStatement",
                      "init": {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "i",
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 17
                                },
                                "end": {
                                  "line": 37,
                                  "column": 18
                                }
                              }
                            },
                            "init": {
                              "type": "NumberLiteral",
                              "value": 0,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 21
                                },
                                "end": {
                                  "line": 37,
                                  "column": 22
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 17
                              },
                              "end": {
                                "line": 37,
                                "column": 22
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 13
                          },
                          "end": {
                            "line": 37,
                            "column": 22
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "operator": "<",
                        "left": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 24
                            },
                            "end": {
                              "line": 37,
                              "column": 25
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 1e+06,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 28
                            },
                            "end": {
                              "line": 37,
                              "column": 35
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 24
                          },
                          "end": {
                            "line": 37,
                            "column": 35
                          }
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "name": "i",
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 37
                            },
                            "end": {
                              "line": 37,
                              "column": 38
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 37
                          },
                          "end": {
                            "line": 37,
                            "column": 40
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "statements": [],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 42
                          },
                          "end": {
                            "line": 37,
                            "column": 44
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 9
                        },
                        "end": {
                          "line": 37,
                          "column": 44
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "BinaryExpression",
                        "operator": "+",
                        "left": {
                          "type": "Identifier",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 16
                            },
                            "end": {
                              "line": 38,
                              "column": 17
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 20
                            },
                            "end": {
                              "line": 38,
                              "column": 21
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 16
                          },
                          "end": {
                            "line": 38,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 9
                        },
                        "end": {
                          "line": 38,
                          "column": 22
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 31
                    },
                    "end": {
                      "line": 39,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 8
                  },
                  "end": {
                    "line": 39,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 36,
                  "column": 8
                },
                "end": {
                  "line": 39,
                  "column": 6
                }
              }
            },
            "overloads": [],
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "Identifier",
                  "name": "measure",
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 6
                    },
                    "end": {
                      "line": 35,
                      "column": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 5
                  },
                  "end": {
                    "line": 35,
                    "column": 13
                  }
                }
              }
            ],
            "annotations": [],
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 39,
                "column": 6
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 34,
            "column": 18
          },
          "end": {
            "line": 40,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_1",
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "measure",
            "loc": {
              "start": {
                "line": 35,
                "column": 6
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          "loc": {
            "start": {
              "line": 35,
              "column": 5
            },
            "end": {
              "line": 35,
              "column": 13
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_2",
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "object": {
                "type": "Identifier",
                "name": "Object",
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 5
                  },
                  "end": {
                    "line": 35,
                    "column": 13
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "getOwnPropertyDescriptor",
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 5
                  },
                  "end": {
                    "line": 35,
                    "column": 13
                  }
                }
              },
              "computed": false,
              "optional": false,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 13
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "object": {
                  "type": "Identifier",
                  "name": "Calculator",
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 5
                    },
                    "end": {
                      "line": 35,
                      "column": 13
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "prototype",
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 5
                    },
                    "end": {
                      "line": 35,
                      "column": 13
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 5
                  },
                  "end": {
                    "line": 35,
                    "column": 13
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "add",
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 5
                  },
                  "end": {
                    "line": 36,
                    "column": 8
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          "loc": {
            "start": {
              "line": 35,
              "column": 5
            },
            "end": {
              "line": 35,
              "column": 13
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "Object",
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "defineProperty",
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 35,
              "column": 5
            },
            "end": {
              "line": 35,
              "column": 13
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "Calculator",
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 13
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "prototype",
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 13
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "add",
            "loc": {
              "start": {
                "line": 36,
                "column": 5
              },
              "end": {
                "line": 36,
                "column": 8
              }
            }
          },
          {
            "type": "LogicalExpression",
            "operator": "||",
            "left": {
              "type": "CallExpression",
              "callee": {
                "type": "Identifier",
                "name": "##var_1",
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 5
                  },
                  "end": {
                    "line": 35,
                    "column": 13
                  }
                }
              },
              "arguments": [
                {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "Calculator",
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 5
                      },
                      "end": {
                        "line": 35,
                        "column": 13
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "prototype",
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 5
                      },
                      "end": {
                        "line": 35,
                        "column": 13
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 5
                    },
                    "end": {
                      "line": 35,
                      "column": 13
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "add",
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 5
                    },
                    "end": {
                      "line": 36,
                      "column": 8
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "##var_2",
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 5
                    },
                    "end": {
                      "line": 35,
                      "column": 13
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 13
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "##var_2",
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 13
                }
              }
            },
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 13
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 35,
            "column": 5
          },
          "end": {
            "line": 35,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "calc",
            "loc": {
              "start": {
                "line": 42,
                "column": 7
              },
              "end": {
                "line": 42,
                "column": 11
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Calculator",
              "loc": {
                "start": {
                  "line": 42,
                  "column": 18
                },
                "end": {
                  "line": 42,
                  "column": 28
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 42,
                "column": 14
              },
              "end": {
                "line": 42,
                "column": 30
              }
            }
          },
          "loc": {
            "start": {
              "line": 42,
              "column": 7
            },
            "end": {
              "line": 42,
              "column": 30
            }
          }
        }
      ],
      "kind": "const",
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 31
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "calc",
            "loc": {
              "start": {
                "line": 43,
                "column": 1
              },
              "end": {
                "line": 43,
                "column": 5
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "add",
            "loc": {
              "start": {
                "line": 43,
                "column": 6
              },
              "end": {
                "line": 43,
                "column": 9
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 43,
              "column": 1
            },
            "end": {
              "line": 43,
              "column": 9
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 43,
                "column": 10
              },
              "end": {
                "line": 43,
                "column": 11
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 43,
                "column": 13
              },
              "end": {
                "line": 43,
                "column": 14
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 43,
            "column": 1
          },
          "end": {
            "line": 43,
            "column": 15
          }
        }
      },
      "loc": {
        "start": {
          "line": 43,
          "column": 1
        },
        "end": {
          "line": 43,
          "column": 16
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 44,
      "column": 1
    }
  }
}
Illegal ast structure after transform.
