{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "validations",
            "loc": {
              "start": {
                "line": 16,
                "column": 7
              },
              "end": {
                "line": 16,
                "column": 18
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Map",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 25
                },
                "end": {
                  "line": 16,
                  "column": 28
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 21
              },
              "end": {
                "line": 16,
                "column": 30
              }
            }
          },
          "loc": {
            "start": {
              "line": 16,
              "column": 7
            },
            "end": {
              "line": 16,
              "column": 30
            }
          }
        }
      ],
      "kind": "const",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "required",
          "loc": {
            "start": {
              "line": 18,
              "column": 10
            },
            "end": {
              "line": 18,
              "column": 18
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "target",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 27
                },
                "end": {
                  "line": 18,
                  "column": 30
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 19
              },
              "end": {
                "line": 18,
                "column": 25
              }
            }
          },
          {
            "type": "Identifier",
            "name": "propertyKey",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 45
                },
                "end": {
                  "line": 18,
                  "column": 51
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 32
              },
              "end": {
                "line": 18,
                "column": 43
              }
            }
          },
          {
            "type": "Identifier",
            "name": "parameterIndex",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 69
                },
                "end": {
                  "line": 18,
                  "column": 75
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 53
              },
              "end": {
                "line": 18,
                "column": 67
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "IfStatement",
              "test": {
                "type": "UnaryExpression",
                "operator": "!",
                "prefix": true,
                "argument": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "object": {
                      "type": "Identifier",
                      "name": "validations",
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 10
                        },
                        "end": {
                          "line": 19,
                          "column": 21
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "has",
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 22
                        },
                        "end": {
                          "line": 19,
                          "column": 25
                        }
                      }
                    },
                    "computed": false,
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 10
                      },
                      "end": {
                        "line": 19,
                        "column": 25
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "name": "target",
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 26
                        },
                        "end": {
                          "line": 19,
                          "column": 32
                        }
                      }
                    }
                  ],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 10
                    },
                    "end": {
                      "line": 19,
                      "column": 33
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 9
                  },
                  "end": {
                    "line": 19,
                    "column": 33
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "Identifier",
                          "name": "validations",
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 9
                            },
                            "end": {
                              "line": 20,
                              "column": 20
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "set",
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 21
                            },
                            "end": {
                              "line": 20,
                              "column": 24
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 9
                          },
                          "end": {
                            "line": 20,
                            "column": 24
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "target",
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 25
                            },
                            "end": {
                              "line": 20,
                              "column": 31
                            }
                          }
                        },
                        {
                          "type": "NewExpression",
                          "callee": {
                            "type": "Identifier",
                            "name": "Map",
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 37
                              },
                              "end": {
                                "line": 20,
                                "column": 40
                              }
                            }
                          },
                          "arguments": [],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 33
                            },
                            "end": {
                              "line": 20,
                              "column": 42
                            }
                          }
                        }
                      ],
                      "optional": false,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 9
                        },
                        "end": {
                          "line": 20,
                          "column": 43
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 9
                      },
                      "end": {
                        "line": 20,
                        "column": 44
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 35
                  },
                  "end": {
                    "line": 21,
                    "column": 6
                  }
                }
              },
              "alternate": null,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 5
                },
                "end": {
                  "line": 21,
                  "column": 6
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "methodValidations",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 11
                      },
                      "end": {
                        "line": 22,
                        "column": 28
                      }
                    }
                  },
                  "init": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "MemberExpression",
                      "object": {
                        "type": "Identifier",
                        "name": "validations",
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 31
                          },
                          "end": {
                            "line": 22,
                            "column": 42
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "get",
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 43
                          },
                          "end": {
                            "line": 22,
                            "column": 46
                          }
                        }
                      },
                      "computed": false,
                      "optional": false,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 31
                        },
                        "end": {
                          "line": 22,
                          "column": 46
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "target",
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 47
                          },
                          "end": {
                            "line": 22,
                            "column": 53
                          }
                        }
                      }
                    ],
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 31
                      },
                      "end": {
                        "line": 22,
                        "column": 54
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 11
                    },
                    "end": {
                      "line": 22,
                      "column": 54
                    }
                  }
                }
              ],
              "kind": "const",
              "loc": {
                "start": {
                  "line": 22,
                  "column": 5
                },
                "end": {
                  "line": 22,
                  "column": 55
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "UnaryExpression",
                "operator": "!",
                "prefix": true,
                "argument": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "object": {
                      "type": "Identifier",
                      "name": "methodValidations",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 10
                        },
                        "end": {
                          "line": 23,
                          "column": 27
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "has",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 28
                        },
                        "end": {
                          "line": 23,
                          "column": 31
                        }
                      }
                    },
                    "computed": false,
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 10
                      },
                      "end": {
                        "line": 23,
                        "column": 31
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "name": "propertyKey",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 32
                        },
                        "end": {
                          "line": 23,
                          "column": 43
                        }
                      }
                    }
                  ],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 10
                    },
                    "end": {
                      "line": 23,
                      "column": 44
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 9
                  },
                  "end": {
                    "line": 23,
                    "column": 44
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "Identifier",
                          "name": "methodValidations",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 9
                            },
                            "end": {
                              "line": 24,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "set",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 27
                            },
                            "end": {
                              "line": 24,
                              "column": 30
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 9
                          },
                          "end": {
                            "line": 24,
                            "column": 30
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "propertyKey",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 31
                            },
                            "end": {
                              "line": 24,
                              "column": 42
                            }
                          }
                        },
                        {
                          "type": "ArrayExpression",
                          "elements": [],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 44
                            },
                            "end": {
                              "line": 24,
                              "column": 46
                            }
                          }
                        }
                      ],
                      "optional": false,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 9
                        },
                        "end": {
                          "line": 24,
                          "column": 47
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 9
                      },
                      "end": {
                        "line": 24,
                        "column": 48
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 46
                  },
                  "end": {
                    "line": 25,
                    "column": 6
                  }
                }
              },
              "alternate": null,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 5
                },
                "end": {
                  "line": 25,
                  "column": 6
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "MemberExpression",
                      "object": {
                        "type": "Identifier",
                        "name": "methodValidations",
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 5
                          },
                          "end": {
                            "line": 26,
                            "column": 22
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "get",
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 23
                          },
                          "end": {
                            "line": 26,
                            "column": 26
                          }
                        }
                      },
                      "computed": false,
                      "optional": false,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 5
                        },
                        "end": {
                          "line": 26,
                          "column": 26
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "propertyKey",
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 27
                          },
                          "end": {
                            "line": 26,
                            "column": 38
                          }
                        }
                      }
                    ],
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 5
                      },
                      "end": {
                        "line": 26,
                        "column": 39
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "push",
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 40
                      },
                      "end": {
                        "line": 26,
                        "column": 44
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 5
                    },
                    "end": {
                      "line": 26,
                      "column": 44
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "name": "parameterIndex",
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 45
                      },
                      "end": {
                        "line": 26,
                        "column": 59
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 5
                  },
                  "end": {
                    "line": 26,
                    "column": 60
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 26,
                  "column": 5
                },
                "end": {
                  "line": 26,
                  "column": 61
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 18,
              "column": 77
            },
            "end": {
              "line": 27,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "validate",
          "loc": {
            "start": {
              "line": 29,
              "column": 10
            },
            "end": {
              "line": 29,
              "column": 18
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "target",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 27
                },
                "end": {
                  "line": 29,
                  "column": 30
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 19
              },
              "end": {
                "line": 29,
                "column": 25
              }
            }
          },
          {
            "type": "Identifier",
            "name": "propertyKey",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 45
                },
                "end": {
                  "line": 29,
                  "column": 51
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 32
              },
              "end": {
                "line": 29,
                "column": 43
              }
            }
          },
          {
            "type": "Identifier",
            "name": "descriptor",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "PropertyDescriptor",
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 65
                  },
                  "end": {
                    "line": 29,
                    "column": 83
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 65
                },
                "end": {
                  "line": 29,
                  "column": 83
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 53
              },
              "end": {
                "line": 29,
                "column": 63
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "originalMethod",
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 11
                      },
                      "end": {
                        "line": 30,
                        "column": 25
                      }
                    }
                  },
                  "init": {
                    "type": "MemberExpression",
                    "object": {
                      "type": "Identifier",
                      "name": "descriptor",
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 28
                        },
                        "end": {
                          "line": 30,
                          "column": 38
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "value",
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 39
                        },
                        "end": {
                          "line": 30,
                          "column": 44
                        }
                      }
                    },
                    "computed": false,
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 28
                      },
                      "end": {
                        "line": 30,
                        "column": 44
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 11
                    },
                    "end": {
                      "line": 30,
                      "column": 44
                    }
                  }
                }
              ],
              "kind": "const",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 5
                },
                "end": {
                  "line": 30,
                  "column": 45
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "descriptor",
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 5
                      },
                      "end": {
                        "line": 32,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "value",
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 16
                      },
                      "end": {
                        "line": 32,
                        "column": 21
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 5
                    },
                    "end": {
                      "line": 32,
                      "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": 32,
                                  "column": 42
                                },
                                "end": {
                                  "line": 32,
                                  "column": 45
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 42
                              },
                              "end": {
                                "line": 32,
                                "column": 47
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 36
                            },
                            "end": {
                              "line": 32,
                              "column": 40
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 33
                          },
                          "end": {
                            "line": 32,
                            "column": 40
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "statements": [
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "requiredParams",
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 29
                                  }
                                }
                              },
                              "init": {
                                "type": "LogicalExpression",
                                "operator": "||",
                                "left": {
                                  "type": "ChainExpression",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "object": {
                                            "type": "Identifier",
                                            "name": "validations",
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "get",
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "computed": false,
                                          "optional": false,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "target",
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 54
                                              }
                                            }
                                          }
                                        ],
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "get",
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "computed": false,
                                      "optional": true,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 60
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "propertyKey",
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 72
                                          }
                                        }
                                      }
                                    ],
                                    "optional": false,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 73
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 73
                                    }
                                  }
                                },
                                "right": {
                                  "type": "ArrayExpression",
                                  "elements": [],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 79
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 79
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 15
                                },
                                "end": {
                                  "line": 33,
                                  "column": 79
                                }
                              }
                            }
                          ],
                          "kind": "const",
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 9
                            },
                            "end": {
                              "line": 33,
                              "column": 80
                            }
                          }
                        },
                        {
                          "type": "ForOfStatement",
                          "await": false,
                          "left": {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 25
                                    }
                                  }
                                },
                                "init": null,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 25
                                  }
                                }
                              }
                            ],
                            "kind": "const",
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 14
                              },
                              "end": {
                                "line": 34,
                                "column": 25
                              }
                            }
                          },
                          "right": {
                            "type": "Identifier",
                            "name": "requiredParams",
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 29
                              },
                              "end": {
                                "line": 34,
                                "column": 43
                              }
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "statements": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "||",
                                  "left": {
                                    "type": "LogicalExpression",
                                    "operator": "||",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "===",
                                      "left": {
                                        "type": "MemberExpression",
                                        "object": {
                                          "type": "Identifier",
                                          "name": "args",
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "index",
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "computed": true,
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "name": "undefined",
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "operator": "===",
                                      "left": {
                                        "type": "MemberExpression",
                                        "object": {
                                          "type": "Identifier",
                                          "name": "args",
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "index",
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 56
                                            }
                                          }
                                        },
                                        "computed": true,
                                        "optional": false,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 57
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "NullLiteral",
                                        "value": null,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 66
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 66
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 66
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "===",
                                    "left": {
                                      "type": "MemberExpression",
                                      "object": {
                                        "type": "Identifier",
                                        "name": "args",
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 80
                                          }
                                        }
                                      },
                                      "computed": true,
                                      "optional": false,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 81
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "value": "",
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 88
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 88
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 88
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "statements": [
                                    {
                                      "type": "ThrowStatement",
                                      "argument": {
                                        "type": "NewExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "Error",
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "TemplateLiteral",
                                            "expressions": [
                                              {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "index",
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "NumberLiteral",
                                                  "value": 1,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 51
                                                  }
                                                }
                                              }
                                            ],
                                            "quasis": [
                                              {
                                                "type": "TemplateElement",
                                                "value": {
                                                  "raw": "param ",
                                                  "cooked": "param "
                                                },
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "value": {
                                                  "raw": " is required",
                                                  "cooked": " is required"
                                                },
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 65
                                              }
                                            }
                                          }
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 66
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 67
                                        }
                                      }
                                    }
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 14
                                    }
                                  }
                                },
                                "alternate": null,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 14
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 45
                              },
                              "end": {
                                "line": 38,
                                "column": 10
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 9
                            },
                            "end": {
                              "line": 38,
                              "column": 10
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "object": {
                                "type": "Identifier",
                                "name": "originalMethod",
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 30
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "apply",
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 36
                                  }
                                }
                              },
                              "computed": false,
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 16
                                },
                                "end": {
                                  "line": 40,
                                  "column": 36
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 41
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "args",
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 47
                                  }
                                }
                              }
                            ],
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 16
                              },
                              "end": {
                                "line": 40,
                                "column": 48
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 9
                            },
                            "end": {
                              "line": 40,
                              "column": 49
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 49
                        },
                        "end": {
                          "line": 41,
                          "column": 6
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 24
                      },
                      "end": {
                        "line": 41,
                        "column": 6
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 24
                    },
                    "end": {
                      "line": 41,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 5
                  },
                  "end": {
                    "line": 41,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 32,
                  "column": 5
                },
                "end": {
                  "line": 41,
                  "column": 7
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 85
            },
            "end": {
              "line": 42,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 29,
            "column": 1
          },
          "end": {
            "line": 42,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "UserService",
          "loc": {
            "start": {
              "line": 44,
              "column": 7
            },
            "end": {
              "line": 44,
              "column": 18
            }
          }
        },
        "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": 44,
                    "column": 1
                  },
                  "end": {
                    "line": 44,
                    "column": 1
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 44,
                  "column": 1
                },
                "end": {
                  "line": 44,
                  "column": 1
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 44,
              "column": 1
            },
            "end": {
              "line": 54,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "register",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 5
                },
                "end": {
                  "line": 46,
                  "column": 13
                }
              }
            },
            "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": "username",
                    "typeAnnotation": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 29
                        },
                        "end": {
                          "line": 47,
                          "column": 35
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 19
                      },
                      "end": {
                        "line": 47,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "password",
                    "typeAnnotation": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 29
                        },
                        "end": {
                          "line": 48,
                          "column": 35
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 19
                      },
                      "end": {
                        "line": 48,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "email",
                    "typeAnnotation": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 17
                        },
                        "end": {
                          "line": 49,
                          "column": 23
                        }
                      }
                    },
                    "optional": true,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 9
                      },
                      "end": {
                        "line": 49,
                        "column": 14
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "print",
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 9
                            },
                            "end": {
                              "line": 51,
                              "column": 14
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "TemplateLiteral",
                            "expressions": [
                              {
                                "type": "Identifier",
                                "name": "username",
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 36
                                  }
                                }
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "value": {
                                  "raw": "username: ",
                                  "cooked": "username: "
                                },
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 26
                                  }
                                }
                              },
                              {
                                "type": "TemplateElement",
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 15
                              },
                              "end": {
                                "line": 51,
                                "column": 38
                              }
                            }
                          }
                        ],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 9
                          },
                          "end": {
                            "line": 51,
                            "column": 39
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 9
                        },
                        "end": {
                          "line": 51,
                          "column": 40
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "ObjectExpression",
                        "properties": [
                          {
                            "type": "Property",
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "name": "success",
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 18
                                },
                                "end": {
                                  "line": 52,
                                  "column": 25
                                }
                              }
                            },
                            "value": {
                              "type": "BooleanLiteral",
                              "value": true,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 27
                                },
                                "end": {
                                  "line": 52,
                                  "column": 31
                                }
                              }
                            },
                            "kind": "init",
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 18
                              },
                              "end": {
                                "line": 52,
                                "column": 31
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 16
                          },
                          "end": {
                            "line": 52,
                            "column": 33
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 9
                        },
                        "end": {
                          "line": 52,
                          "column": 34
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 7
                    },
                    "end": {
                      "line": 53,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 13
                  },
                  "end": {
                    "line": 53,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 46,
                  "column": 13
                },
                "end": {
                  "line": 53,
                  "column": 6
                }
              }
            },
            "overloads": [],
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "Identifier",
                  "name": "validate",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 6
                    },
                    "end": {
                      "line": 45,
                      "column": 14
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 5
                  },
                  "end": {
                    "line": 45,
                    "column": 14
                  }
                }
              }
            ],
            "annotations": [],
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 53,
                "column": 6
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 44,
            "column": 19
          },
          "end": {
            "line": 54,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_1",
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "validate",
            "loc": {
              "start": {
                "line": 45,
                "column": 6
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          "loc": {
            "start": {
              "line": 45,
              "column": 5
            },
            "end": {
              "line": 45,
              "column": 14
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_2",
            "loc": {
              "start": {
                "line": 47,
                "column": 9
              },
              "end": {
                "line": 47,
                "column": 18
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "required",
            "loc": {
              "start": {
                "line": 47,
                "column": 10
              },
              "end": {
                "line": 47,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 47,
              "column": 9
            },
            "end": {
              "line": 47,
              "column": 18
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_3",
            "loc": {
              "start": {
                "line": 48,
                "column": 9
              },
              "end": {
                "line": 48,
                "column": 18
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "required",
            "loc": {
              "start": {
                "line": 48,
                "column": 10
              },
              "end": {
                "line": 48,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 48,
              "column": 9
            },
            "end": {
              "line": 48,
              "column": 18
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "##var_3",
          "loc": {
            "start": {
              "line": 48,
              "column": 9
            },
            "end": {
              "line": 48,
              "column": 18
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "UserService",
              "loc": {
                "start": {
                  "line": 48,
                  "column": 9
                },
                "end": {
                  "line": 48,
                  "column": 18
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "prototype",
              "loc": {
                "start": {
                  "line": 48,
                  "column": 9
                },
                "end": {
                  "line": 48,
                  "column": 18
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 48,
                "column": 9
              },
              "end": {
                "line": 48,
                "column": 18
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "register",
            "loc": {
              "start": {
                "line": 46,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 13
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 48,
                "column": 9
              },
              "end": {
                "line": 48,
                "column": 18
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 48,
            "column": 9
          },
          "end": {
            "line": 48,
            "column": 18
          }
        }
      },
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "##var_2",
          "loc": {
            "start": {
              "line": 47,
              "column": 9
            },
            "end": {
              "line": 47,
              "column": 18
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "UserService",
              "loc": {
                "start": {
                  "line": 47,
                  "column": 9
                },
                "end": {
                  "line": 47,
                  "column": 18
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "prototype",
              "loc": {
                "start": {
                  "line": 47,
                  "column": 9
                },
                "end": {
                  "line": 47,
                  "column": 18
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 47,
                "column": 9
              },
              "end": {
                "line": 47,
                "column": 18
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "register",
            "loc": {
              "start": {
                "line": 46,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 13
              }
            }
          },
          {
            "type": "NumberLiteral",
            "value": 0,
            "loc": {
              "start": {
                "line": 47,
                "column": 9
              },
              "end": {
                "line": 47,
                "column": 18
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 47,
            "column": 9
          },
          "end": {
            "line": 47,
            "column": 18
          }
        }
      },
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_4",
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "object": {
                "type": "Identifier",
                "name": "Object",
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 5
                  },
                  "end": {
                    "line": 45,
                    "column": 14
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "getOwnPropertyDescriptor",
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 5
                  },
                  "end": {
                    "line": 45,
                    "column": 14
                  }
                }
              },
              "computed": false,
              "optional": false,
              "loc": {
                "start": {
                  "line": 45,
                  "column": 5
                },
                "end": {
                  "line": 45,
                  "column": 14
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "object": {
                  "type": "Identifier",
                  "name": "UserService",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 5
                    },
                    "end": {
                      "line": 45,
                      "column": 14
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "prototype",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 5
                    },
                    "end": {
                      "line": 45,
                      "column": 14
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 5
                  },
                  "end": {
                    "line": 45,
                    "column": 14
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "register",
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 5
                  },
                  "end": {
                    "line": 46,
                    "column": 13
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          "loc": {
            "start": {
              "line": 45,
              "column": 5
            },
            "end": {
              "line": 45,
              "column": 14
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "Object",
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "defineProperty",
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 45,
              "column": 5
            },
            "end": {
              "line": 45,
              "column": 14
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "UserService",
              "loc": {
                "start": {
                  "line": 45,
                  "column": 5
                },
                "end": {
                  "line": 45,
                  "column": 14
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "prototype",
              "loc": {
                "start": {
                  "line": 45,
                  "column": 5
                },
                "end": {
                  "line": 45,
                  "column": 14
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "register",
            "loc": {
              "start": {
                "line": 46,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 13
              }
            }
          },
          {
            "type": "LogicalExpression",
            "operator": "||",
            "left": {
              "type": "CallExpression",
              "callee": {
                "type": "Identifier",
                "name": "##var_1",
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 5
                  },
                  "end": {
                    "line": 45,
                    "column": 14
                  }
                }
              },
              "arguments": [
                {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "UserService",
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 5
                      },
                      "end": {
                        "line": 45,
                        "column": 14
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "prototype",
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 5
                      },
                      "end": {
                        "line": 45,
                        "column": 14
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 5
                    },
                    "end": {
                      "line": 45,
                      "column": 14
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "register",
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 5
                    },
                    "end": {
                      "line": 46,
                      "column": 13
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "##var_4",
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 5
                    },
                    "end": {
                      "line": 45,
                      "column": 14
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 45,
                  "column": 5
                },
                "end": {
                  "line": 45,
                  "column": 14
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "##var_4",
              "loc": {
                "start": {
                  "line": 45,
                  "column": 5
                },
                "end": {
                  "line": 45,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 14
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 45,
            "column": 5
          },
          "end": {
            "line": 45,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "service",
            "loc": {
              "start": {
                "line": 56,
                "column": 7
              },
              "end": {
                "line": 56,
                "column": 14
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "UserService",
              "loc": {
                "start": {
                  "line": 56,
                  "column": 21
                },
                "end": {
                  "line": 56,
                  "column": 32
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 56,
                "column": 17
              },
              "end": {
                "line": 56,
                "column": 34
              }
            }
          },
          "loc": {
            "start": {
              "line": 56,
              "column": 7
            },
            "end": {
              "line": 56,
              "column": 34
            }
          }
        }
      ],
      "kind": "const",
      "loc": {
        "start": {
          "line": 56,
          "column": 1
        },
        "end": {
          "line": 56,
          "column": 35
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "service",
            "loc": {
              "start": {
                "line": 57,
                "column": 1
              },
              "end": {
                "line": 57,
                "column": 8
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "register",
            "loc": {
              "start": {
                "line": 57,
                "column": 9
              },
              "end": {
                "line": 57,
                "column": 17
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 57,
              "column": 1
            },
            "end": {
              "line": 57,
              "column": 17
            }
          }
        },
        "arguments": [
          {
            "type": "StringLiteral",
            "value": "Jone",
            "loc": {
              "start": {
                "line": 57,
                "column": 18
              },
              "end": {
                "line": 57,
                "column": 24
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "123456",
            "loc": {
              "start": {
                "line": 57,
                "column": 26
              },
              "end": {
                "line": 57,
                "column": 34
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 57,
            "column": 1
          },
          "end": {
            "line": 57,
            "column": 35
          }
        }
      },
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 57,
          "column": 36
        }
      }
    },
    {
      "type": "TryStatement",
      "block": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "MemberExpression",
                "object": {
                  "type": "Identifier",
                  "name": "service",
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 5
                    },
                    "end": {
                      "line": 60,
                      "column": 12
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "register",
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 13
                    },
                    "end": {
                      "line": 60,
                      "column": 21
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 5
                  },
                  "end": {
                    "line": 60,
                    "column": 21
                  }
                }
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 22
                    },
                    "end": {
                      "line": 60,
                      "column": 24
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "123456",
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 26
                    },
                    "end": {
                      "line": 60,
                      "column": 34
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 5
                },
                "end": {
                  "line": 60,
                  "column": 35
                }
              }
            },
            "loc": {
              "start": {
                "line": 60,
                "column": 5
              },
              "end": {
                "line": 60,
                "column": 36
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 59,
            "column": 5
          },
          "end": {
            "line": 61,
            "column": 2
          }
        }
      },
      "handler": {
        "type": "CatchClause",
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "print",
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 5
                    },
                    "end": {
                      "line": 62,
                      "column": 10
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "object": {
                      "type": "Identifier",
                      "name": "error",
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 11
                        },
                        "end": {
                          "line": 62,
                          "column": 16
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "message",
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 17
                        },
                        "end": {
                          "line": 62,
                          "column": 24
                        }
                      }
                    },
                    "computed": false,
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 11
                      },
                      "end": {
                        "line": 62,
                        "column": 24
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 5
                  },
                  "end": {
                    "line": 62,
                    "column": 25
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 62,
                  "column": 5
                },
                "end": {
                  "line": 62,
                  "column": 26
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 61,
              "column": 17
            },
            "end": {
              "line": 63,
              "column": 2
            }
          }
        },
        "param": {
          "type": "Identifier",
          "name": "error",
          "loc": {
            "start": {
              "line": 61,
              "column": 10
            },
            "end": {
              "line": 61,
              "column": 15
            }
          }
        },
        "loc": {
          "start": {
            "line": 61,
            "column": 3
          },
          "end": {
            "line": 63,
            "column": 2
          }
        }
      },
      "finalizer": null,
      "loc": {
        "start": {
          "line": 59,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 63,
      "column": 2
    }
  }
}
Illegal ast structure after transform.
