{
  "type": "File",
  "start": 0,
  "end": 4162,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 143,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 4162,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 143,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 239,
        "end": 276,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 243,
            "end": 275,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 243,
              "end": 251,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 12
                },
                "identifierName": "id_regex"
              },
              "name": "id_regex",
              "leadingComments": null
            },
            "init": {
              "type": "RegExpLiteral",
              "start": 254,
              "end": 275,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 15
                },
                "end": {
                  "line": 7,
                  "column": 36
                }
              },
              "extra": {
                "raw": "/\\b\\d+\\.\\d+\\.(\\d+)\\b/"
              },
              "pattern": "\\b\\d+\\.\\d+\\.(\\d+)\\b",
              "flags": ""
            },
            "leadingComments": null
          }
        ],
        "kind": "let",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n    Account names may contain one or more names separated by a dot.\n    Each name needs to start with a letter and may contain\n    numbers, or well placed dashes.\n    @see is_valid_name graphene/libraries/chain/protocol/account.cpp\n",
            "start": 0,
            "end": 238,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 2
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 278,
        "end": 4128,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 140,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 282,
            "end": 4127,
            "loc": {
              "start": {
                "line": 9,
                "column": 4
              },
              "end": {
                "line": 140,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 282,
              "end": 297,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 19
                },
                "identifierName": "chainValidation"
              },
              "name": "chainValidation"
            },
            "init": {
              "type": "ObjectExpression",
              "start": 300,
              "end": 4127,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 22
                },
                "end": {
                  "line": 140,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 306,
                  "end": 1018,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4
                    },
                    "end": {
                      "line": 39,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 306,
                    "end": 321,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 19
                      },
                      "identifierName": "is_account_name"
                    },
                    "name": "is_account_name"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 323,
                    "end": 1018,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 21
                      },
                      "end": {
                        "line": 39,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 332,
                        "end": 337,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 30
                          },
                          "end": {
                            "line": 10,
                            "column": 35
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      {
                        "type": "AssignmentPattern",
                        "start": 339,
                        "end": 362,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 37
                          },
                          "end": {
                            "line": 10,
                            "column": 60
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 339,
                          "end": 354,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 37
                            },
                            "end": {
                              "line": 10,
                              "column": 52
                            },
                            "identifierName": "allow_too_short"
                          },
                          "name": "allow_too_short"
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 357,
                          "end": 362,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 55
                            },
                            "end": {
                              "line": 10,
                              "column": 60
                            }
                          },
                          "value": false
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 364,
                      "end": 1018,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 62
                        },
                        "end": {
                          "line": 39,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 374,
                          "end": 405,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 39
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 378,
                              "end": 379,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 12
                                },
                                "end": {
                                  "line": 11,
                                  "column": 13
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 378,
                                "end": 379,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 13
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 381,
                              "end": 386,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 15
                                },
                                "end": {
                                  "line": 11,
                                  "column": 20
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 381,
                                "end": 386,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 20
                                  },
                                  "identifierName": "label"
                                },
                                "name": "label"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 388,
                              "end": 391,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 22
                                },
                                "end": {
                                  "line": 11,
                                  "column": 25
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 388,
                                "end": 391,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 25
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 393,
                              "end": 399,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 27
                                },
                                "end": {
                                  "line": 11,
                                  "column": 33
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 393,
                                "end": 399,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 33
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 401,
                              "end": 404,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 35
                                },
                                "end": {
                                  "line": 11,
                                  "column": 38
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 401,
                                "end": 404,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 38
                                  },
                                  "identifierName": "ref"
                                },
                                "name": "ref"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "IfStatement",
                          "start": 415,
                          "end": 478,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 419,
                            "end": 439,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 12
                              },
                              "end": {
                                "line": 13,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 419,
                              "end": 432,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 419,
                                "end": 423,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 424,
                                "end": 432,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 25
                                  },
                                  "identifierName": "is_empty"
                                },
                                "name": "is_empty"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 433,
                                "end": 438,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 31
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 441,
                            "end": 478,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 34
                              },
                              "end": {
                                "line": 15,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 455,
                                "end": 468,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 25
                                  }
                                },
                                "argument": {
                                  "type": "BooleanLiteral",
                                  "start": 462,
                                  "end": 467,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 24
                                    }
                                  },
                                  "value": false
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 488,
                          "end": 510,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 30
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 488,
                            "end": 509,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 29
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 488,
                              "end": 494,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 14
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 497,
                              "end": 509,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 17
                                },
                                "end": {
                                  "line": 17,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 497,
                                "end": 502,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 22
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 503,
                                "end": 509,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 29
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          }
                        },
                        {
                          "type": "IfStatement",
                          "start": 520,
                          "end": 610,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 524,
                            "end": 571,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 12
                              },
                              "end": {
                                "line": 19,
                                "column": 59
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 525,
                              "end": 555,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 13
                                },
                                "end": {
                                  "line": 19,
                                  "column": 43
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 525,
                                "end": 541,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 29
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 526,
                                  "end": 541,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 29
                                    },
                                    "identifierName": "allow_too_short"
                                  },
                                  "name": "allow_too_short"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 545,
                                "end": 555,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 43
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 545,
                                  "end": 551,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 39
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 554,
                                  "end": 555,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 43
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 3,
                                    "raw": "3"
                                  },
                                  "value": 3
                                }
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 524
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 560,
                              "end": 571,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 48
                                },
                                "end": {
                                  "line": 19,
                                  "column": 59
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 560,
                                "end": 566,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 54
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 569,
                                "end": 571,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 59
                                  }
                                },
                                "extra": {
                                  "rawValue": 63,
                                  "raw": "63"
                                },
                                "value": 63
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 573,
                            "end": 610,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 61
                              },
                              "end": {
                                "line": 21,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 587,
                                "end": 600,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 25
                                  }
                                },
                                "argument": {
                                  "type": "BooleanLiteral",
                                  "start": 594,
                                  "end": 599,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 24
                                    }
                                  },
                                  "value": false
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 620,
                          "end": 643,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 31
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 620,
                            "end": 642,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 30
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 620,
                              "end": 623,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 11
                                },
                                "identifierName": "ref"
                              },
                              "name": "ref"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 626,
                              "end": 642,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 14
                                },
                                "end": {
                                  "line": 23,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 626,
                                "end": 637,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 626,
                                  "end": 631,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 19
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 632,
                                  "end": 637,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 25
                                    },
                                    "identifierName": "split"
                                  },
                                  "name": "split"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 638,
                                  "end": 641,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ".",
                                    "raw": "\".\""
                                  },
                                  "value": "."
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ForStatement",
                          "start": 653,
                          "end": 991,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 9
                            }
                          },
                          "init": {
                            "type": "SequenceExpression",
                            "start": 658,
                            "end": 681,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 36
                              }
                            },
                            "expressions": [
                              {
                                "type": "AssignmentExpression",
                                "start": 658,
                                "end": 663,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 18
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 658,
                                  "end": 659,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 14
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 662,
                                  "end": 663,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 18
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "start": 665,
                                "end": 681,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 36
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 665,
                                  "end": 668,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 23
                                    },
                                    "identifierName": "len"
                                  },
                                  "name": "len"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 671,
                                  "end": 681,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 671,
                                    "end": 674,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 29
                                      },
                                      "identifierName": "ref"
                                    },
                                    "name": "ref"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 675,
                                    "end": 681,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 36
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 683,
                            "end": 690,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 38
                              },
                              "end": {
                                "line": 25,
                                "column": 45
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 683,
                              "end": 684,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 38
                                },
                                "end": {
                                  "line": 25,
                                  "column": 39
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 687,
                              "end": 690,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 42
                                },
                                "end": {
                                  "line": 25,
                                  "column": 45
                                },
                                "identifierName": "len"
                              },
                              "name": "len"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 692,
                            "end": 695,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 47
                              },
                              "end": {
                                "line": 25,
                                "column": 50
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 692,
                              "end": 693,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 47
                                },
                                "end": {
                                  "line": 25,
                                  "column": 48
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 697,
                            "end": 991,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 52
                              },
                              "end": {
                                "line": 37,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 711,
                                "end": 726,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 711,
                                  "end": 725,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 26
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 711,
                                    "end": 716,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 17
                                      },
                                      "identifierName": "label"
                                    },
                                    "name": "label"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 719,
                                    "end": 725,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 719,
                                      "end": 722,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 23
                                        },
                                        "identifierName": "ref"
                                      },
                                      "name": "ref"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 723,
                                      "end": 724,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 25
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 740,
                                "end": 981,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 761,
                                  "end": 921,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 17
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "LogicalExpression",
                                    "start": 784,
                                    "end": 903,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 43
                                      }
                                    },
                                    "left": {
                                      "type": "LogicalExpression",
                                      "start": 784,
                                      "end": 856,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 37
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 784,
                                        "end": 815,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 784,
                                          "end": 808,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 44
                                            }
                                          },
                                          "object": {
                                            "type": "RegExpLiteral",
                                            "start": 784,
                                            "end": 803,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 39
                                              }
                                            },
                                            "extra": {
                                              "raw": "/^[a-z][a-z0-9-]*$/"
                                            },
                                            "pattern": "^[a-z][a-z0-9-]*$",
                                            "flags": ""
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 804,
                                            "end": 808,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 44
                                              },
                                              "identifierName": "test"
                                            },
                                            "name": "test"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 809,
                                            "end": 814,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 50
                                              },
                                              "identifierName": "label"
                                            },
                                            "name": "label"
                                          }
                                        ]
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 839,
                                        "end": 856,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 37
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 840,
                                          "end": 856,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 37
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 840,
                                            "end": 849,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "RegExpLiteral",
                                              "start": 840,
                                              "end": 844,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 25
                                                }
                                              },
                                              "extra": {
                                                "raw": "/--/"
                                              },
                                              "pattern": "--",
                                              "flags": ""
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 845,
                                              "end": 849,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 30
                                                },
                                                "identifierName": "test"
                                              },
                                              "name": "test"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 850,
                                              "end": 855,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 36
                                                },
                                                "identifierName": "label"
                                              },
                                              "name": "label"
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 880,
                                      "end": 903,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 43
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 880,
                                        "end": 896,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "RegExpLiteral",
                                          "start": 880,
                                          "end": 891,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 31
                                            }
                                          },
                                          "extra": {
                                            "raw": "/[a-z0-9]$/"
                                          },
                                          "pattern": "[a-z0-9]$",
                                          "flags": ""
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 892,
                                          "end": 896,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 36
                                            },
                                            "identifierName": "test"
                                          },
                                          "name": "test"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 897,
                                          "end": 902,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 42
                                            },
                                            "identifierName": "label"
                                          },
                                          "name": "label"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 762
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 936,
                                  "end": 981,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 954,
                                      "end": 967,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 29
                                        }
                                      },
                                      "argument": {
                                        "type": "BooleanLiteral",
                                        "start": 961,
                                        "end": 966,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 28
                                          }
                                        },
                                        "value": false
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1000,
                          "end": 1012,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 20
                            }
                          },
                          "argument": {
                            "type": "BooleanLiteral",
                            "start": 1007,
                            "end": 1011,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 15
                              },
                              "end": {
                                "line": 38,
                                "column": 19
                              }
                            },
                            "value": true
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1025,
                  "end": 1225,
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 4
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1025,
                    "end": 1037,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 41,
                        "column": 16
                      },
                      "identifierName": "is_object_id"
                    },
                    "name": "is_object_id"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 1039,
                    "end": 1225,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 18
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1048,
                        "end": 1054,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 27
                          },
                          "end": {
                            "line": 41,
                            "column": 33
                          },
                          "identifierName": "obj_id"
                        },
                        "name": "obj_id"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1056,
                      "end": 1225,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 35
                        },
                        "end": {
                          "line": 46,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 1066,
                          "end": 1110,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 52
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1070,
                            "end": 1095,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 12
                              },
                              "end": {
                                "line": 42,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "StringLiteral",
                              "start": 1070,
                              "end": 1078,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 20
                                }
                              },
                              "extra": {
                                "rawValue": "string",
                                "raw": "\"string\""
                              },
                              "value": "string"
                            },
                            "operator": "!=",
                            "right": {
                              "type": "UnaryExpression",
                              "start": 1082,
                              "end": 1095,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 24
                                },
                                "end": {
                                  "line": 42,
                                  "column": 37
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 1089,
                                "end": 1095,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 37
                                  },
                                  "identifierName": "obj_id"
                                },
                                "name": "obj_id"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          },
                          "consequent": {
                            "type": "ReturnStatement",
                            "start": 1097,
                            "end": 1110,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 39
                              },
                              "end": {
                                "line": 42,
                                "column": 52
                              }
                            },
                            "argument": {
                              "type": "BooleanLiteral",
                              "start": 1104,
                              "end": 1109,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 46
                                },
                                "end": {
                                  "line": 42,
                                  "column": 51
                                }
                              },
                              "value": false
                            }
                          },
                          "alternate": null
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 1120,
                          "end": 1154,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 42
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1124,
                              "end": 1153,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 12
                                },
                                "end": {
                                  "line": 44,
                                  "column": 41
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1124,
                                "end": 1129,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 17
                                  },
                                  "identifierName": "match"
                                },
                                "name": "match"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 1132,
                                "end": 1153,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1132,
                                  "end": 1145,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1132,
                                    "end": 1140,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 28
                                      },
                                      "identifierName": "id_regex"
                                    },
                                    "name": "id_regex"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1141,
                                    "end": 1145,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 33
                                      },
                                      "identifierName": "exec"
                                    },
                                    "name": "exec"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1146,
                                    "end": 1152,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 40
                                      },
                                      "identifierName": "obj_id"
                                    },
                                    "name": "obj_id"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1163,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 64
                            }
                          },
                          "argument": {
                            "type": "LogicalExpression",
                            "start": 1170,
                            "end": 1218,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 15
                              },
                              "end": {
                                "line": 45,
                                "column": 63
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1170,
                              "end": 1184,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 15
                                },
                                "end": {
                                  "line": 45,
                                  "column": 29
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1170,
                                "end": 1175,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 20
                                  },
                                  "identifierName": "match"
                                },
                                "name": "match"
                              },
                              "operator": "!==",
                              "right": {
                                "type": "NullLiteral",
                                "start": 1180,
                                "end": 1184,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 29
                                  }
                                }
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1188,
                              "end": 1218,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 33
                                },
                                "end": {
                                  "line": 45,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1188,
                                "end": 1212,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 1188,
                                  "end": 1205,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 50
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1188,
                                    "end": 1200,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1188,
                                      "end": 1194,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 39
                                        },
                                        "identifierName": "obj_id"
                                      },
                                      "name": "obj_id"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1195,
                                      "end": 1200,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 45
                                        },
                                        "identifierName": "split"
                                      },
                                      "name": "split"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 1201,
                                      "end": 1204,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 49
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "\".\""
                                      },
                                      "value": "."
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1206,
                                  "end": 1212,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 57
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 1217,
                                "end": 1218,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 63
                                  }
                                },
                                "extra": {
                                  "rawValue": 3,
                                  "raw": "3"
                                },
                                "value": 3
                              }
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1232,
                  "end": 1317,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 4
                    },
                    "end": {
                      "line": 50,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1232,
                    "end": 1240,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 12
                      },
                      "identifierName": "is_empty"
                    },
                    "name": "is_empty"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 1242,
                    "end": 1317,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 14
                      },
                      "end": {
                        "line": 50,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1251,
                        "end": 1256,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 23
                          },
                          "end": {
                            "line": 48,
                            "column": 28
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1258,
                      "end": 1317,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 30
                        },
                        "end": {
                          "line": 50,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 1268,
                          "end": 1311,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 51
                            }
                          },
                          "argument": {
                            "type": "LogicalExpression",
                            "start": 1275,
                            "end": 1310,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 15
                              },
                              "end": {
                                "line": 49,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1275,
                              "end": 1288,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 15
                                },
                                "end": {
                                  "line": 49,
                                  "column": 28
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1275,
                                "end": 1280,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 20
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "operator": "==",
                              "right": {
                                "type": "NullLiteral",
                                "start": 1284,
                                "end": 1288,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 28
                                  }
                                }
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1292,
                              "end": 1310,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 32
                                },
                                "end": {
                                  "line": 49,
                                  "column": 50
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1292,
                                "end": 1304,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1292,
                                  "end": 1297,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 37
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1298,
                                  "end": 1304,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 44
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 1309,
                                "end": 1310,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 50
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 1324,
                  "end": 2683,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 4
                    },
                    "end": {
                      "line": 91,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 1324,
                    "end": 1345,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 25
                      },
                      "identifierName": "is_account_name_error"
                    },
                    "name": "is_account_name_error"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 1347,
                    "end": 2683,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 27
                      },
                      "end": {
                        "line": 91,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1356,
                        "end": 1361,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 36
                          },
                          "end": {
                            "line": 52,
                            "column": 41
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      {
                        "type": "Identifier",
                        "start": 1363,
                        "end": 1378,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 43
                          },
                          "end": {
                            "line": 52,
                            "column": 58
                          },
                          "identifierName": "allow_too_short"
                        },
                        "name": "allow_too_short"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1380,
                      "end": 2683,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 60
                        },
                        "end": {
                          "line": 91,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 1390,
                          "end": 1429,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 47
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1394,
                              "end": 1395,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 12
                                },
                                "end": {
                                  "line": 53,
                                  "column": 13
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1394,
                                "end": 1395,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 13
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 1397,
                              "end": 1402,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 15
                                },
                                "end": {
                                  "line": 53,
                                  "column": 20
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1397,
                                "end": 1402,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 20
                                  },
                                  "identifierName": "label"
                                },
                                "name": "label"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 1404,
                              "end": 1407,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 22
                                },
                                "end": {
                                  "line": 53,
                                  "column": 25
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1404,
                                "end": 1407,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 25
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 1409,
                              "end": 1415,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 27
                                },
                                "end": {
                                  "line": 53,
                                  "column": 33
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1409,
                                "end": 1415,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 33
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 1417,
                              "end": 1420,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 35
                                },
                                "end": {
                                  "line": 53,
                                  "column": 38
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1417,
                                "end": 1420,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 38
                                  },
                                  "identifierName": "ref"
                                },
                                "name": "ref"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 1422,
                              "end": 1428,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 40
                                },
                                "end": {
                                  "line": 53,
                                  "column": 46
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1422,
                                "end": 1428,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 46
                                  },
                                  "identifierName": "suffix"
                                },
                                "name": "suffix"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "IfStatement",
                          "start": 1438,
                          "end": 1515,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1442,
                            "end": 1465,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 12
                              },
                              "end": {
                                "line": 54,
                                "column": 35
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1442,
                              "end": 1457,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 12
                                },
                                "end": {
                                  "line": 54,
                                  "column": 27
                                },
                                "identifierName": "allow_too_short"
                              },
                              "name": "allow_too_short"
                            },
                            "operator": "==",
                            "right": {
                              "type": "NullLiteral",
                              "start": 1461,
                              "end": 1465,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 31
                                },
                                "end": {
                                  "line": 54,
                                  "column": 35
                                }
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1467,
                            "end": 1515,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 37
                              },
                              "end": {
                                "line": 56,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1481,
                                "end": 1505,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 36
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1481,
                                  "end": 1504,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 35
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1481,
                                    "end": 1496,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 27
                                      },
                                      "identifierName": "allow_too_short"
                                    },
                                    "name": "allow_too_short"
                                  },
                                  "right": {
                                    "type": "BooleanLiteral",
                                    "start": 1499,
                                    "end": 1504,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 35
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1524,
                          "end": 1556,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 8
                            },
                            "end": {
                              "line": 57,
                              "column": 40
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1524,
                            "end": 1555,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 39
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 1524,
                              "end": 1530,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 14
                                },
                                "identifierName": "suffix"
                              },
                              "name": "suffix"
                            },
                            "right": {
                              "type": "StringLiteral",
                              "start": 1533,
                              "end": 1555,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 17
                                },
                                "end": {
                                  "line": 57,
                                  "column": 39
                                }
                              },
                              "extra": {
                                "rawValue": "Account name should ",
                                "raw": "\"Account name should \""
                              },
                              "value": "Account name should "
                            }
                          }
                        },
                        {
                          "type": "IfStatement",
                          "start": 1565,
                          "end": 1647,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 60,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 1569,
                            "end": 1589,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 12
                              },
                              "end": {
                                "line": 58,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1569,
                              "end": 1582,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 12
                                },
                                "end": {
                                  "line": 58,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1569,
                                "end": 1573,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1574,
                                "end": 1582,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 25
                                  },
                                  "identifierName": "is_empty"
                                },
                                "name": "is_empty"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1583,
                                "end": 1588,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 31
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1591,
                            "end": 1647,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 34
                              },
                              "end": {
                                "line": 60,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 1605,
                                "end": 1637,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 44
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 1612,
                                  "end": 1636,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1612,
                                    "end": 1618,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1621,
                                    "end": 1636,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 43
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "not be empty.",
                                      "raw": "\"not be empty.\""
                                    },
                                    "value": "not be empty."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1656,
                          "end": 1678,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 30
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1656,
                            "end": 1677,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 29
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 1656,
                              "end": 1662,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 14
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 1665,
                              "end": 1677,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 17
                                },
                                "end": {
                                  "line": 61,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1665,
                                "end": 1670,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 22
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1671,
                                "end": 1677,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 29
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          }
                        },
                        {
                          "type": "IfStatement",
                          "start": 1687,
                          "end": 1776,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 1691,
                            "end": 1721,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 12
                              },
                              "end": {
                                "line": 62,
                                "column": 42
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 1691,
                              "end": 1707,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 12
                                },
                                "end": {
                                  "line": 62,
                                  "column": 28
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 1692,
                                "end": 1707,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 28
                                  },
                                  "identifierName": "allow_too_short"
                                },
                                "name": "allow_too_short"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1711,
                              "end": 1721,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 32
                                },
                                "end": {
                                  "line": 62,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1711,
                                "end": 1717,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 38
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "operator": "<",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 1720,
                                "end": 1721,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 42
                                  }
                                },
                                "extra": {
                                  "rawValue": 3,
                                  "raw": "3"
                                },
                                "value": 3
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1723,
                            "end": 1776,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 44
                              },
                              "end": {
                                "line": 64,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 1737,
                                "end": 1766,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 41
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 1744,
                                  "end": 1765,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 40
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1744,
                                    "end": 1750,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1753,
                                    "end": 1765,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 40
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "be longer.",
                                      "raw": "\"be longer.\""
                                    },
                                    "value": "be longer."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 1785,
                          "end": 1856,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 67,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1789,
                            "end": 1800,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 12
                              },
                              "end": {
                                "line": 65,
                                "column": 23
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1789,
                              "end": 1795,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 12
                                },
                                "end": {
                                  "line": 65,
                                  "column": 18
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "operator": ">",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 1798,
                              "end": 1800,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 21
                                },
                                "end": {
                                  "line": 65,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": 63,
                                "raw": "63"
                              },
                              "value": 63
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1802,
                            "end": 1856,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 25
                              },
                              "end": {
                                "line": 67,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 1816,
                                "end": 1846,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 42
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 1823,
                                  "end": 1845,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 41
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1823,
                                    "end": 1829,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1832,
                                    "end": 1845,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 41
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "be shorter.",
                                      "raw": "\"be shorter.\""
                                    },
                                    "value": "be shorter."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 1865,
                          "end": 1951,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 8
                            },
                            "end": {
                              "line": 70,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 1869,
                            "end": 1885,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 12
                              },
                              "end": {
                                "line": 68,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1869,
                              "end": 1878,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 12
                                },
                                "end": {
                                  "line": 68,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "RegExpLiteral",
                                "start": 1869,
                                "end": 1873,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 16
                                  }
                                },
                                "extra": {
                                  "raw": "/\\./"
                                },
                                "pattern": "\\.",
                                "flags": ""
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1874,
                                "end": 1878,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 21
                                  },
                                  "identifierName": "test"
                                },
                                "name": "test"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1879,
                                "end": 1884,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 27
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1887,
                            "end": 1951,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 30
                              },
                              "end": {
                                "line": 70,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1901,
                                "end": 1941,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 52
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 1901,
                                  "end": 1940,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 51
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1901,
                                    "end": 1907,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 18
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1910,
                                    "end": 1940,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 51
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "Each account segment should ",
                                      "raw": "\"Each account segment should \""
                                    },
                                    "value": "Each account segment should "
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1960,
                          "end": 1983,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 31
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1960,
                            "end": 1982,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 8
                              },
                              "end": {
                                "line": 71,
                                "column": 30
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 1960,
                              "end": 1963,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 11
                                },
                                "identifierName": "ref"
                              },
                              "name": "ref"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 1966,
                              "end": 1982,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 14
                                },
                                "end": {
                                  "line": 71,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1966,
                                "end": 1977,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1966,
                                  "end": 1971,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 19
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1972,
                                  "end": 1977,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 25
                                    },
                                    "identifierName": "split"
                                  },
                                  "name": "split"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 1978,
                                  "end": 1981,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ".",
                                    "raw": "\".\""
                                  },
                                  "value": "."
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ForStatement",
                          "start": 1992,
                          "end": 2656,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 9
                            }
                          },
                          "init": {
                            "type": "SequenceExpression",
                            "start": 1997,
                            "end": 2020,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 13
                              },
                              "end": {
                                "line": 72,
                                "column": 36
                              }
                            },
                            "expressions": [
                              {
                                "type": "AssignmentExpression",
                                "start": 1997,
                                "end": 2002,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 18
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 1997,
                                  "end": 1998,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 14
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 2001,
                                  "end": 2002,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 18
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "start": 2004,
                                "end": 2020,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 36
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 2004,
                                  "end": 2007,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 23
                                    },
                                    "identifierName": "len"
                                  },
                                  "name": "len"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2010,
                                  "end": 2020,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2010,
                                    "end": 2013,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 29
                                      },
                                      "identifierName": "ref"
                                    },
                                    "name": "ref"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2014,
                                    "end": 2020,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 36
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 2022,
                            "end": 2029,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 38
                              },
                              "end": {
                                "line": 72,
                                "column": 45
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2022,
                              "end": 2023,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 38
                                },
                                "end": {
                                  "line": 72,
                                  "column": 39
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 2026,
                              "end": 2029,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 42
                                },
                                "end": {
                                  "line": 72,
                                  "column": 45
                                },
                                "identifierName": "len"
                              },
                              "name": "len"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 2031,
                            "end": 2034,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 47
                              },
                              "end": {
                                "line": 72,
                                "column": 50
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 2031,
                              "end": 2032,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 47
                                },
                                "end": {
                                  "line": 72,
                                  "column": 48
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 2036,
                            "end": 2656,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 52
                              },
                              "end": {
                                "line": 89,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 2050,
                                "end": 2065,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2050,
                                  "end": 2064,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 26
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 2050,
                                    "end": 2055,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 17
                                      },
                                      "identifierName": "label"
                                    },
                                    "name": "label"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2058,
                                    "end": 2064,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2058,
                                      "end": 2061,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 23
                                        },
                                        "identifierName": "ref"
                                      },
                                      "name": "ref"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2062,
                                      "end": 2063,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 25
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 2078,
                                "end": 2177,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 2082,
                                  "end": 2104,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 38
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 2083,
                                    "end": 2104,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2083,
                                      "end": 2097,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "RegExpLiteral",
                                        "start": 2083,
                                        "end": 2092,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 26
                                          }
                                        },
                                        "extra": {
                                          "raw": "/^[~a-z]/"
                                        },
                                        "pattern": "^[~a-z]",
                                        "flags": ""
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2093,
                                        "end": 2097,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 31
                                          },
                                          "identifierName": "test"
                                        },
                                        "name": "test"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2098,
                                        "end": 2103,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 37
                                          },
                                          "identifierName": "label"
                                        },
                                        "name": "label"
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2106,
                                  "end": 2177,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2124,
                                      "end": 2163,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 55
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 2131,
                                        "end": 2162,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 54
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2131,
                                          "end": 2137,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 29
                                            },
                                            "identifierName": "suffix"
                                          },
                                          "name": "suffix"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2140,
                                          "end": 2162,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 54
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "start with a letter.",
                                            "raw": "\"start with a letter.\""
                                          },
                                          "value": "start with a letter."
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 2190,
                                "end": 2312,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 2194,
                                  "end": 2222,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 44
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 2195,
                                    "end": 2222,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2195,
                                      "end": 2215,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "RegExpLiteral",
                                        "start": 2195,
                                        "end": 2210,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 32
                                          }
                                        },
                                        "extra": {
                                          "raw": "/^[~a-z0-9-]*$/"
                                        },
                                        "pattern": "^[~a-z0-9-]*$",
                                        "flags": ""
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2211,
                                        "end": 2215,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 37
                                          },
                                          "identifierName": "test"
                                        },
                                        "name": "test"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2216,
                                        "end": 2221,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 43
                                          },
                                          "identifierName": "label"
                                        },
                                        "name": "label"
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2224,
                                  "end": 2312,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2242,
                                      "end": 2298,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 72
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 2249,
                                        "end": 2297,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 71
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2249,
                                          "end": 2255,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 29
                                            },
                                            "identifierName": "suffix"
                                          },
                                          "name": "suffix"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2258,
                                          "end": 2297,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 71
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "have only letters, digits, or dashes.",
                                            "raw": "\"have only letters, digits, or dashes.\""
                                          },
                                          "value": "have only letters, digits, or dashes."
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 2325,
                                "end": 2426,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 2329,
                                  "end": 2345,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 32
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2329,
                                    "end": 2338,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "RegExpLiteral",
                                      "start": 2329,
                                      "end": 2333,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 20
                                        }
                                      },
                                      "extra": {
                                        "raw": "/--/"
                                      },
                                      "pattern": "--",
                                      "flags": ""
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2334,
                                      "end": 2338,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 25
                                        },
                                        "identifierName": "test"
                                      },
                                      "name": "test"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2339,
                                      "end": 2344,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 31
                                        },
                                        "identifierName": "label"
                                      },
                                      "name": "label"
                                    }
                                  ]
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2347,
                                  "end": 2426,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2365,
                                      "end": 2412,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 63
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 2372,
                                        "end": 2411,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 62
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2372,
                                          "end": 2378,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 29
                                            },
                                            "identifierName": "suffix"
                                          },
                                          "name": "suffix"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2381,
                                          "end": 2411,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 62
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "have only one dash in a row.",
                                            "raw": "\"have only one dash in a row.\""
                                          },
                                          "value": "have only one dash in a row."
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 2439,
                                "end": 2547,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 2443,
                                  "end": 2467,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 40
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 2444,
                                    "end": 2467,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2444,
                                      "end": 2460,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "RegExpLiteral",
                                        "start": 2444,
                                        "end": 2455,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 28
                                          }
                                        },
                                        "extra": {
                                          "raw": "/[a-z0-9]$/"
                                        },
                                        "pattern": "[a-z0-9]$",
                                        "flags": ""
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2456,
                                        "end": 2460,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 33
                                          },
                                          "identifierName": "test"
                                        },
                                        "name": "test"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2461,
                                        "end": 2466,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 39
                                          },
                                          "identifierName": "label"
                                        },
                                        "name": "label"
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2469,
                                  "end": 2547,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2487,
                                      "end": 2533,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 62
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 2494,
                                        "end": 2532,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 61
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2494,
                                          "end": 2500,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 29
                                            },
                                            "identifierName": "suffix"
                                          },
                                          "name": "suffix"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2503,
                                          "end": 2532,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 61
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "end with a letter or digit.",
                                            "raw": "\"end with a letter or digit.\""
                                          },
                                          "value": "end with a letter or digit."
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 2560,
                                "end": 2646,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 2564,
                                  "end": 2584,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 36
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 2566,
                                    "end": 2583,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 35
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2566,
                                      "end": 2578,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2566,
                                        "end": 2571,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 23
                                          },
                                          "identifierName": "label"
                                        },
                                        "name": "label"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2572,
                                        "end": 2578,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 30
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    },
                                    "operator": ">=",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 2582,
                                      "end": 2583,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 35
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 3,
                                        "raw": "3"
                                      },
                                      "value": 3
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 2565
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2586,
                                  "end": 2646,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 2604,
                                      "end": 2632,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 44
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 2611,
                                        "end": 2631,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 43
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 2611,
                                          "end": 2617,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 29
                                            },
                                            "identifierName": "suffix"
                                          },
                                          "name": "suffix"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 2620,
                                          "end": 2631,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 43
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "be longer",
                                            "raw": "\"be longer\""
                                          },
                                          "value": "be longer"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 2665,
                          "end": 2677,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 20
                            }
                          },
                          "argument": {
                            "type": "NullLiteral",
                            "start": 2672,
                            "end": 2676,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 15
                              },
                              "end": {
                                "line": 90,
                                "column": 19
                              }
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 2690,
                  "end": 2813,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 4
                    },
                    "end": {
                      "line": 95,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 2690,
                    "end": 2703,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 4
                      },
                      "end": {
                        "line": 93,
                        "column": 17
                      },
                      "identifierName": "is_cheap_name"
                    },
                    "name": "is_cheap_name"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 2705,
                    "end": 2813,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 19
                      },
                      "end": {
                        "line": 95,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 2714,
                        "end": 2726,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 28
                          },
                          "end": {
                            "line": 93,
                            "column": 40
                          },
                          "identifierName": "account_name"
                        },
                        "name": "account_name"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 2728,
                      "end": 2813,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 42
                        },
                        "end": {
                          "line": 95,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 2738,
                          "end": 2807,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 8
                            },
                            "end": {
                              "line": 94,
                              "column": 77
                            }
                          },
                          "argument": {
                            "type": "LogicalExpression",
                            "start": 2745,
                            "end": 2806,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 15
                              },
                              "end": {
                                "line": 94,
                                "column": 76
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 2745,
                              "end": 2772,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 15
                                },
                                "end": {
                                  "line": 94,
                                  "column": 42
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2745,
                                "end": 2758,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "RegExpLiteral",
                                  "start": 2745,
                                  "end": 2753,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 23
                                    }
                                  },
                                  "extra": {
                                    "raw": "/[0-9-]/"
                                  },
                                  "pattern": "[0-9-]",
                                  "flags": ""
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2754,
                                  "end": 2758,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 28
                                    },
                                    "identifierName": "test"
                                  },
                                  "name": "test"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2759,
                                  "end": 2771,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 41
                                    },
                                    "identifierName": "account_name"
                                  },
                                  "name": "account_name"
                                }
                              ]
                            },
                            "operator": "||",
                            "right": {
                              "type": "UnaryExpression",
                              "start": 2776,
                              "end": 2806,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 46
                                },
                                "end": {
                                  "line": 94,
                                  "column": 76
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 2777,
                                "end": 2806,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 76
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2777,
                                  "end": 2792,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 62
                                    }
                                  },
                                  "object": {
                                    "type": "RegExpLiteral",
                                    "start": 2777,
                                    "end": 2787,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 57
                                      }
                                    },
                                    "extra": {
                                      "raw": "/[aeiouy]/"
                                    },
                                    "pattern": "[aeiouy]",
                                    "flags": ""
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2788,
                                    "end": 2792,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 62
                                      },
                                      "identifierName": "test"
                                    },
                                    "name": "test"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2793,
                                    "end": 2805,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 75
                                      },
                                      "identifierName": "account_name"
                                    },
                                    "name": "account_name"
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 2820,
                  "end": 3034,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 4
                    },
                    "end": {
                      "line": 105,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 2820,
                    "end": 2839,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 4
                      },
                      "end": {
                        "line": 97,
                        "column": 23
                      },
                      "identifierName": "is_empty_user_input"
                    },
                    "name": "is_empty_user_input"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 2841,
                    "end": 3034,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 25
                      },
                      "end": {
                        "line": 105,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 2850,
                        "end": 2855,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 34
                          },
                          "end": {
                            "line": 97,
                            "column": 39
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 2857,
                      "end": 3034,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 41
                        },
                        "end": {
                          "line": 105,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 2867,
                          "end": 2929,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 8
                            },
                            "end": {
                              "line": 100,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 2871,
                            "end": 2891,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 98,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2871,
                              "end": 2884,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 12
                                },
                                "end": {
                                  "line": 98,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2871,
                                "end": 2875,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2876,
                                "end": 2884,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 25
                                  },
                                  "identifierName": "is_empty"
                                },
                                "name": "is_empty"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2885,
                                "end": 2890,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 31
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 2893,
                            "end": 2929,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 34
                              },
                              "end": {
                                "line": 100,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 2907,
                                "end": 2919,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 24
                                  }
                                },
                                "argument": {
                                  "type": "BooleanLiteral",
                                  "start": 2914,
                                  "end": 2918,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 23
                                    }
                                  },
                                  "value": true
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 2938,
                          "end": 3006,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 8
                            },
                            "end": {
                              "line": 103,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 2942,
                            "end": 2968,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 12
                              },
                              "end": {
                                "line": 101,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 2942,
                              "end": 2961,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 12
                                },
                                "end": {
                                  "line": 101,
                                  "column": 31
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2942,
                                "end": 2959,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "BinaryExpression",
                                  "start": 2943,
                                  "end": 2953,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 23
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 2943,
                                    "end": 2948,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 18
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 2951,
                                    "end": 2953,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 23
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "",
                                      "raw": "\"\""
                                    },
                                    "value": ""
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 2942
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2955,
                                  "end": 2959,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 29
                                    },
                                    "identifierName": "trim"
                                  },
                                  "name": "trim"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 2966,
                              "end": 2968,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 36
                                },
                                "end": {
                                  "line": 101,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "\"\""
                              },
                              "value": ""
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 2970,
                            "end": 3006,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 40
                              },
                              "end": {
                                "line": 103,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 2984,
                                "end": 2996,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 24
                                  }
                                },
                                "argument": {
                                  "type": "BooleanLiteral",
                                  "start": 2991,
                                  "end": 2995,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 23
                                    }
                                  },
                                  "value": true
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 3015,
                          "end": 3028,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 8
                            },
                            "end": {
                              "line": 104,
                              "column": 21
                            }
                          },
                          "argument": {
                            "type": "BooleanLiteral",
                            "start": 3022,
                            "end": 3027,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 15
                              },
                              "end": {
                                "line": 104,
                                "column": 20
                              }
                            },
                            "value": false
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 3041,
                  "end": 3239,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 4
                    },
                    "end": {
                      "line": 112,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3041,
                    "end": 3049,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 4
                      },
                      "end": {
                        "line": 107,
                        "column": 12
                      },
                      "identifierName": "required"
                    },
                    "name": "required"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 3051,
                    "end": 3239,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 14
                      },
                      "end": {
                        "line": 112,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3060,
                        "end": 3065,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 23
                          },
                          "end": {
                            "line": 107,
                            "column": 28
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      {
                        "type": "AssignmentPattern",
                        "start": 3067,
                        "end": 3082,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 30
                          },
                          "end": {
                            "line": 107,
                            "column": 45
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3067,
                          "end": 3077,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 30
                            },
                            "end": {
                              "line": 107,
                              "column": 40
                            },
                            "identifierName": "field_name"
                          },
                          "name": "field_name"
                        },
                        "right": {
                          "type": "StringLiteral",
                          "start": 3080,
                          "end": 3082,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 43
                            },
                            "end": {
                              "line": 107,
                              "column": 45
                            }
                          },
                          "extra": {
                            "rawValue": "",
                            "raw": "\"\""
                          },
                          "value": ""
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 3084,
                      "end": 3239,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 47
                        },
                        "end": {
                          "line": 112,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 3094,
                          "end": 3211,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 8
                            },
                            "end": {
                              "line": 110,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 3098,
                            "end": 3118,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 12
                              },
                              "end": {
                                "line": 108,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3098,
                              "end": 3111,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 12
                                },
                                "end": {
                                  "line": 108,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3098,
                                "end": 3102,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3103,
                                "end": 3111,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 25
                                  },
                                  "identifierName": "is_empty"
                                },
                                "name": "is_empty"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3112,
                                "end": 3117,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 31
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3120,
                            "end": 3211,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 34
                              },
                              "end": {
                                "line": 110,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ThrowStatement",
                                "start": 3134,
                                "end": 3201,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 79
                                  }
                                },
                                "argument": {
                                  "type": "NewExpression",
                                  "start": 3140,
                                  "end": 3200,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 78
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 3144,
                                    "end": 3149,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 27
                                      },
                                      "identifierName": "Error"
                                    },
                                    "name": "Error"
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 3150,
                                      "end": 3199,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 77
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 3150,
                                        "end": 3191,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3150,
                                          "end": 3184,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 62
                                            }
                                          },
                                          "left": {
                                            "type": "StringLiteral",
                                            "start": 3150,
                                            "end": 3171,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 49
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "value required for ",
                                              "raw": "\"value required for \""
                                            },
                                            "value": "value required for "
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3174,
                                            "end": 3184,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 62
                                              },
                                              "identifierName": "field_name"
                                            },
                                            "name": "field_name"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "StringLiteral",
                                          "start": 3187,
                                          "end": 3191,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 69
                                            }
                                          },
                                          "extra": {
                                            "rawValue": ": ",
                                            "raw": "\": \""
                                          },
                                          "value": ": "
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 3194,
                                        "end": 3199,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 77
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 3220,
                          "end": 3233,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 8
                            },
                            "end": {
                              "line": 111,
                              "column": 21
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 3227,
                            "end": 3232,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 15
                              },
                              "end": {
                                "line": 111,
                                "column": 20
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                },
                {
                  "type": "ObjectProperty",
                  "start": 3326,
                  "end": 4125,
                  "loc": {
                    "start": {
                      "line": 115,
                      "column": 4
                    },
                    "end": {
                      "line": 139,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 3326,
                    "end": 3347,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 4
                      },
                      "end": {
                        "line": 115,
                        "column": 25
                      },
                      "identifierName": "is_valid_symbol_error"
                    },
                    "name": "is_valid_symbol_error",
                    "leadingComments": null
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 3349,
                    "end": 4125,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 27
                      },
                      "end": {
                        "line": 139,
                        "column": 5
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3358,
                        "end": 3363,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 36
                          },
                          "end": {
                            "line": 115,
                            "column": 41
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 3365,
                      "end": 4125,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 43
                        },
                        "end": {
                          "line": 139,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 3375,
                          "end": 3409,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 8
                            },
                            "end": {
                              "line": 116,
                              "column": 42
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3379,
                              "end": 3408,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 12
                                },
                                "end": {
                                  "line": 116,
                                  "column": 41
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3379,
                                "end": 3385,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 18
                                  },
                                  "identifierName": "suffix"
                                },
                                "name": "suffix"
                              },
                              "init": {
                                "type": "StringLiteral",
                                "start": 3388,
                                "end": 3408,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 41
                                  }
                                },
                                "extra": {
                                  "rawValue": "Asset name should ",
                                  "raw": "\"Asset name should \""
                                },
                                "value": "Asset name should "
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "IfStatement",
                          "start": 3418,
                          "end": 3500,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 3422,
                            "end": 3442,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 12
                              },
                              "end": {
                                "line": 117,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3422,
                              "end": 3435,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 12
                                },
                                "end": {
                                  "line": 117,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3422,
                                "end": 3426,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3427,
                                "end": 3435,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 25
                                  },
                                  "identifierName": "is_empty"
                                },
                                "name": "is_empty"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3436,
                                "end": 3441,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 31
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3444,
                            "end": 3500,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 34
                              },
                              "end": {
                                "line": 119,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3458,
                                "end": 3490,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 44
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 3465,
                                  "end": 3489,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3465,
                                    "end": 3471,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3474,
                                    "end": 3489,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 43
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "not be empty.",
                                      "raw": "\"not be empty.\""
                                    },
                                    "value": "not be empty."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 3509,
                          "end": 3603,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 3513,
                            "end": 3540,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 12
                              },
                              "end": {
                                "line": 120,
                                "column": 39
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 3513,
                              "end": 3536,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 12
                                },
                                "end": {
                                  "line": 120,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3513,
                                "end": 3529,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 28
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3513,
                                  "end": 3524,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3513,
                                    "end": 3518,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 17
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3519,
                                    "end": 3524,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 23
                                      },
                                      "identifierName": "split"
                                    },
                                    "name": "split"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 3525,
                                    "end": 3528,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 27
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ".",
                                      "raw": "\".\""
                                    },
                                    "value": "."
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3530,
                                "end": 3536,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 35
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": ">",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3539,
                              "end": 3540,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 38
                                },
                                "end": {
                                  "line": 120,
                                  "column": 39
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3542,
                            "end": 3603,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 41
                              },
                              "end": {
                                "line": 122,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3556,
                                "end": 3593,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 49
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 3563,
                                  "end": 3592,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 48
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3563,
                                    "end": 3569,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3572,
                                    "end": 3592,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 48
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "have only one dot.",
                                      "raw": "\"have only one dot.\""
                                    },
                                    "value": "have only one dot."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 3612,
                          "end": 3687,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 8
                            },
                            "end": {
                              "line": 125,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 3616,
                            "end": 3632,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 12
                              },
                              "end": {
                                "line": 123,
                                "column": 28
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 3616,
                              "end": 3628,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 12
                                },
                                "end": {
                                  "line": 123,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3616,
                                "end": 3621,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 17
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3622,
                                "end": 3628,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 24
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": "<",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3631,
                              "end": 3632,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 27
                                },
                                "end": {
                                  "line": 123,
                                  "column": 28
                                }
                              },
                              "extra": {
                                "rawValue": 3,
                                "raw": "3"
                              },
                              "value": 3
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3634,
                            "end": 3687,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 30
                              },
                              "end": {
                                "line": 125,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3648,
                                "end": 3677,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 41
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 3655,
                                  "end": 3676,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 40
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3655,
                                    "end": 3661,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3664,
                                    "end": 3676,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 40
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "be longer.",
                                      "raw": "\"be longer.\""
                                    },
                                    "value": "be longer."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 3696,
                          "end": 3773,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 8
                            },
                            "end": {
                              "line": 128,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 3700,
                            "end": 3717,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 29
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 3700,
                              "end": 3712,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 12
                                },
                                "end": {
                                  "line": 126,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3700,
                                "end": 3705,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 17
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3706,
                                "end": 3712,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 24
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": ">",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3715,
                              "end": 3717,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 27
                                },
                                "end": {
                                  "line": 126,
                                  "column": 29
                                }
                              },
                              "extra": {
                                "rawValue": 16,
                                "raw": "16"
                              },
                              "value": 16
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3719,
                            "end": 3773,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 31
                              },
                              "end": {
                                "line": 128,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3733,
                                "end": 3763,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 42
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 3740,
                                  "end": 3762,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 41
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3740,
                                    "end": 3746,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3749,
                                    "end": 3762,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 41
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "be shorter.",
                                      "raw": "\"be shorter.\""
                                    },
                                    "value": "be shorter."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 3782,
                          "end": 3871,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 8
                            },
                            "end": {
                              "line": 131,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 3786,
                            "end": 3807,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 12
                              },
                              "end": {
                                "line": 129,
                                "column": 33
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 3787,
                              "end": 3807,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 13
                                },
                                "end": {
                                  "line": 129,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3787,
                                "end": 3800,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "RegExpLiteral",
                                  "start": 3787,
                                  "end": 3795,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 21
                                    }
                                  },
                                  "extra": {
                                    "raw": "/^[A-Z]/"
                                  },
                                  "pattern": "^[A-Z]",
                                  "flags": ""
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3796,
                                  "end": 3800,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 26
                                    },
                                    "identifierName": "test"
                                  },
                                  "name": "test"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3801,
                                  "end": 3806,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 32
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3809,
                            "end": 3871,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 35
                              },
                              "end": {
                                "line": 131,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3823,
                                "end": 3861,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 50
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 3830,
                                  "end": 3860,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 49
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3830,
                                    "end": 3836,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3839,
                                    "end": 3860,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 49
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "start with a letter",
                                      "raw": "\"start with a letter\""
                                    },
                                    "value": "start with a letter"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 3880,
                          "end": 3967,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 134,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 3884,
                            "end": 3905,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 12
                              },
                              "end": {
                                "line": 132,
                                "column": 33
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 3885,
                              "end": 3905,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 13
                                },
                                "end": {
                                  "line": 132,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3885,
                                "end": 3898,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "RegExpLiteral",
                                  "start": 3885,
                                  "end": 3893,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 21
                                    }
                                  },
                                  "extra": {
                                    "raw": "/[A-Z]$/"
                                  },
                                  "pattern": "[A-Z]$",
                                  "flags": ""
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3894,
                                  "end": 3898,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 26
                                    },
                                    "identifierName": "test"
                                  },
                                  "name": "test"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3899,
                                  "end": 3904,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 32
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3907,
                            "end": 3967,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 35
                              },
                              "end": {
                                "line": 134,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3921,
                                "end": 3957,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 48
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 3928,
                                  "end": 3956,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 47
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3928,
                                    "end": 3934,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 3937,
                                    "end": 3956,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 47
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "end with a letter",
                                      "raw": "\"end with a letter\""
                                    },
                                    "value": "end with a letter"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 3976,
                          "end": 4098,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 8
                            },
                            "end": {
                              "line": 137,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 3980,
                            "end": 4006,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 12
                              },
                              "end": {
                                "line": 135,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3980,
                              "end": 3999,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 12
                                },
                                "end": {
                                  "line": 135,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "RegExpLiteral",
                                "start": 3980,
                                "end": 3994,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 26
                                  }
                                },
                                "extra": {
                                  "raw": "/^[A-Z0-9\\.]$/"
                                },
                                "pattern": "^[A-Z0-9\\.]$",
                                "flags": ""
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3995,
                                "end": 3999,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 31
                                  },
                                  "identifierName": "test"
                                },
                                "name": "test"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4000,
                                "end": 4005,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 37
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4008,
                            "end": 4098,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 40
                              },
                              "end": {
                                "line": 137,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 4022,
                                "end": 4088,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 78
                                  }
                                },
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 4029,
                                  "end": 4087,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 77
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 4029,
                                    "end": 4035,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 25
                                      },
                                      "identifierName": "suffix"
                                    },
                                    "name": "suffix"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 4038,
                                    "end": 4087,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 77
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "contain only letters numbers and perhaps a dot.",
                                      "raw": "\"contain only letters numbers and perhaps a dot.\""
                                    },
                                    "value": "contain only letters numbers and perhaps a dot."
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 4107,
                          "end": 4119,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 8
                            },
                            "end": {
                              "line": 138,
                              "column": 20
                            }
                          },
                          "argument": {
                            "type": "NullLiteral",
                            "start": 4114,
                            "end": 4118,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 15
                              },
                              "end": {
                                "line": 138,
                                "column": 19
                              }
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  "leadingComments": [
                    {
                      "type": "CommentBlock",
                      "value": "* @see is_valid_symbol graphene/libraries/chain/protocol/asset_ops.cpp ",
                      "start": 3246,
                      "end": 3321,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 4
                        },
                        "end": {
                          "line": 114,
                          "column": 79
                        }
                      }
                    }
                  ]
                }
              ]
            }
          }
        ],
        "kind": "var",
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 4130,
        "end": 4161,
        "loc": {
          "start": {
            "line": 142,
            "column": 0
          },
          "end": {
            "line": 142,
            "column": 31
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 4145,
          "end": 4160,
          "loc": {
            "start": {
              "line": 142,
              "column": 15
            },
            "end": {
              "line": 142,
              "column": 30
            },
            "identifierName": "chainValidation"
          },
          "name": "chainValidation"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 4130,
        "end": 4161,
        "loc": {
          "start": {
            "line": 142,
            "column": 0
          },
          "end": {
            "line": 142,
            "column": 31
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 278,
          "end": 4128,
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 140,
              "column": 2
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 282,
              "end": 4127,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4
                },
                "end": {
                  "line": 140,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 282,
                "end": 297,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4
                  },
                  "end": {
                    "line": 9,
                    "column": 19
                  },
                  "identifierName": "chainValidation"
                },
                "name": "chainValidation"
              },
              "init": {
                "type": "ObjectExpression",
                "start": 300,
                "end": 4127,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 22
                  },
                  "end": {
                    "line": 140,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 306,
                    "end": 1018,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 39,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 306,
                      "end": 321,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 19
                        },
                        "identifierName": "is_account_name"
                      },
                      "name": "is_account_name"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 323,
                      "end": 1018,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 21
                        },
                        "end": {
                          "line": 39,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 332,
                          "end": 337,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 30
                            },
                            "end": {
                              "line": 10,
                              "column": 35
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        {
                          "type": "AssignmentPattern",
                          "start": 339,
                          "end": 362,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 37
                            },
                            "end": {
                              "line": 10,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 339,
                            "end": 354,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 37
                              },
                              "end": {
                                "line": 10,
                                "column": 52
                              },
                              "identifierName": "allow_too_short"
                            },
                            "name": "allow_too_short"
                          },
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 357,
                            "end": 362,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 55
                              },
                              "end": {
                                "line": 10,
                                "column": 60
                              }
                            },
                            "value": false
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 364,
                        "end": 1018,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 62
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 374,
                            "end": 405,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 39
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 378,
                                "end": 379,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 13
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 378,
                                  "end": 379,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 381,
                                "end": 386,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 20
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 381,
                                  "end": 386,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 20
                                    },
                                    "identifierName": "label"
                                  },
                                  "name": "label"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 388,
                                "end": 391,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 25
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 388,
                                  "end": 391,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 25
                                    },
                                    "identifierName": "len"
                                  },
                                  "name": "len"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 393,
                                "end": 399,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 393,
                                  "end": 399,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 33
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 401,
                                "end": 404,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 38
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 401,
                                  "end": 404,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 38
                                    },
                                    "identifierName": "ref"
                                  },
                                  "name": "ref"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 415,
                            "end": 478,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 419,
                              "end": 439,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 419,
                                "end": 432,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 419,
                                  "end": 423,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 424,
                                  "end": 432,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 25
                                    },
                                    "identifierName": "is_empty"
                                  },
                                  "name": "is_empty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 433,
                                  "end": 438,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 31
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 441,
                              "end": 478,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 34
                                },
                                "end": {
                                  "line": 15,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 455,
                                  "end": 468,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 25
                                    }
                                  },
                                  "argument": {
                                    "type": "BooleanLiteral",
                                    "start": 462,
                                    "end": 467,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 24
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 488,
                            "end": 510,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 488,
                              "end": 509,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 29
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 488,
                                "end": 494,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 14
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 497,
                                "end": 509,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 497,
                                  "end": 502,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 22
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 503,
                                  "end": 509,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 29
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 520,
                            "end": 610,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 524,
                              "end": 571,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 12
                                },
                                "end": {
                                  "line": 19,
                                  "column": 59
                                }
                              },
                              "left": {
                                "type": "LogicalExpression",
                                "start": 525,
                                "end": 555,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 43
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 525,
                                  "end": 541,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 29
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 526,
                                    "end": 541,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 29
                                      },
                                      "identifierName": "allow_too_short"
                                    },
                                    "name": "allow_too_short"
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 545,
                                  "end": 555,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 545,
                                    "end": 551,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 39
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "operator": "<",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 554,
                                    "end": 555,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 43
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 3,
                                      "raw": "3"
                                    },
                                    "value": 3
                                  }
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 524
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 560,
                                "end": 571,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 59
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 560,
                                  "end": 566,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 54
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "operator": ">",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 569,
                                  "end": 571,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 63,
                                    "raw": "63"
                                  },
                                  "value": 63
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 573,
                              "end": 610,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 61
                                },
                                "end": {
                                  "line": 21,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 587,
                                  "end": 600,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 25
                                    }
                                  },
                                  "argument": {
                                    "type": "BooleanLiteral",
                                    "start": 594,
                                    "end": 599,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 24
                                      }
                                    },
                                    "value": false
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 620,
                            "end": 643,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 31
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 620,
                              "end": 642,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 30
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 620,
                                "end": 623,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 11
                                  },
                                  "identifierName": "ref"
                                },
                                "name": "ref"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 626,
                                "end": 642,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 30
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 626,
                                  "end": 637,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 626,
                                    "end": 631,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 19
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 632,
                                    "end": 637,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 25
                                      },
                                      "identifierName": "split"
                                    },
                                    "name": "split"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 638,
                                    "end": 641,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ".",
                                      "raw": "\".\""
                                    },
                                    "value": "."
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ForStatement",
                            "start": 653,
                            "end": 991,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 9
                              }
                            },
                            "init": {
                              "type": "SequenceExpression",
                              "start": 658,
                              "end": 681,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 13
                                },
                                "end": {
                                  "line": 25,
                                  "column": 36
                                }
                              },
                              "expressions": [
                                {
                                  "type": "AssignmentExpression",
                                  "start": 658,
                                  "end": 663,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 18
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 658,
                                    "end": 659,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 14
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 662,
                                    "end": 663,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 18
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "AssignmentExpression",
                                  "start": 665,
                                  "end": 681,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 36
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 665,
                                    "end": 668,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 23
                                      },
                                      "identifierName": "len"
                                    },
                                    "name": "len"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 671,
                                    "end": 681,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 671,
                                      "end": 674,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 29
                                        },
                                        "identifierName": "ref"
                                      },
                                      "name": "ref"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 675,
                                      "end": 681,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 36
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 683,
                              "end": 690,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 38
                                },
                                "end": {
                                  "line": 25,
                                  "column": 45
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 683,
                                "end": 684,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 39
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "Identifier",
                                "start": 687,
                                "end": 690,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 45
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 692,
                              "end": 695,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 47
                                },
                                "end": {
                                  "line": 25,
                                  "column": 50
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 692,
                                "end": 693,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 48
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 697,
                              "end": 991,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 52
                                },
                                "end": {
                                  "line": 37,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 711,
                                  "end": 726,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 27
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 711,
                                    "end": 725,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 26
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 711,
                                      "end": 716,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 17
                                        },
                                        "identifierName": "label"
                                      },
                                      "name": "label"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 719,
                                      "end": 725,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 719,
                                        "end": 722,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 23
                                          },
                                          "identifierName": "ref"
                                        },
                                        "name": "ref"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 723,
                                        "end": 724,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 25
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 740,
                                  "end": 981,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 761,
                                    "end": 921,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 17
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "LogicalExpression",
                                      "start": 784,
                                      "end": 903,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 43
                                        }
                                      },
                                      "left": {
                                        "type": "LogicalExpression",
                                        "start": 784,
                                        "end": 856,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 37
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 784,
                                          "end": 815,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 51
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 784,
                                            "end": 808,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "RegExpLiteral",
                                              "start": 784,
                                              "end": 803,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 39
                                                }
                                              },
                                              "extra": {
                                                "raw": "/^[a-z][a-z0-9-]*$/"
                                              },
                                              "pattern": "^[a-z][a-z0-9-]*$",
                                              "flags": ""
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 804,
                                              "end": 808,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 44
                                                },
                                                "identifierName": "test"
                                              },
                                              "name": "test"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 809,
                                              "end": 814,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 50
                                                },
                                                "identifierName": "label"
                                              },
                                              "name": "label"
                                            }
                                          ]
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "UnaryExpression",
                                          "start": 839,
                                          "end": 856,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 37
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 840,
                                            "end": 856,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 37
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 840,
                                              "end": 849,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "RegExpLiteral",
                                                "start": 840,
                                                "end": 844,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 25
                                                  }
                                                },
                                                "extra": {
                                                  "raw": "/--/"
                                                },
                                                "pattern": "--",
                                                "flags": ""
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 845,
                                                "end": 849,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 30
                                                  },
                                                  "identifierName": "test"
                                                },
                                                "name": "test"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 850,
                                                "end": 855,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 36
                                                  },
                                                  "identifierName": "label"
                                                },
                                                "name": "label"
                                              }
                                            ]
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 880,
                                        "end": 903,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 43
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 880,
                                          "end": 896,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "RegExpLiteral",
                                            "start": 880,
                                            "end": 891,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 31
                                              }
                                            },
                                            "extra": {
                                              "raw": "/[a-z0-9]$/"
                                            },
                                            "pattern": "[a-z0-9]$",
                                            "flags": ""
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 892,
                                            "end": 896,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 36
                                              },
                                              "identifierName": "test"
                                            },
                                            "name": "test"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 897,
                                            "end": 902,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 42
                                              },
                                              "identifierName": "label"
                                            },
                                            "name": "label"
                                          }
                                        ]
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 762
                                      }
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 936,
                                    "end": 981,
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 954,
                                        "end": 967,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 29
                                          }
                                        },
                                        "argument": {
                                          "type": "BooleanLiteral",
                                          "start": 961,
                                          "end": 966,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 28
                                            }
                                          },
                                          "value": false
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 1000,
                            "end": 1012,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 20
                              }
                            },
                            "argument": {
                              "type": "BooleanLiteral",
                              "start": 1007,
                              "end": 1011,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 15
                                },
                                "end": {
                                  "line": 38,
                                  "column": 19
                                }
                              },
                              "value": true
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1025,
                    "end": 1225,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1025,
                      "end": 1037,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 41,
                          "column": 16
                        },
                        "identifierName": "is_object_id"
                      },
                      "name": "is_object_id"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 1039,
                      "end": 1225,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 18
                        },
                        "end": {
                          "line": 46,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1048,
                          "end": 1054,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 27
                            },
                            "end": {
                              "line": 41,
                              "column": 33
                            },
                            "identifierName": "obj_id"
                          },
                          "name": "obj_id"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1056,
                        "end": 1225,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 35
                          },
                          "end": {
                            "line": 46,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 1066,
                            "end": 1110,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 52
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1070,
                              "end": 1095,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 37
                                }
                              },
                              "left": {
                                "type": "StringLiteral",
                                "start": 1070,
                                "end": 1078,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 20
                                  }
                                },
                                "extra": {
                                  "rawValue": "string",
                                  "raw": "\"string\""
                                },
                                "value": "string"
                              },
                              "operator": "!=",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 1082,
                                "end": 1095,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 37
                                  }
                                },
                                "operator": "typeof",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 1089,
                                  "end": 1095,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 37
                                    },
                                    "identifierName": "obj_id"
                                  },
                                  "name": "obj_id"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "ReturnStatement",
                              "start": 1097,
                              "end": 1110,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 39
                                },
                                "end": {
                                  "line": 42,
                                  "column": 52
                                }
                              },
                              "argument": {
                                "type": "BooleanLiteral",
                                "start": 1104,
                                "end": 1109,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 51
                                  }
                                },
                                "value": false
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 1120,
                            "end": 1154,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 42
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1124,
                                "end": 1153,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 41
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1124,
                                  "end": 1129,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 17
                                    },
                                    "identifierName": "match"
                                  },
                                  "name": "match"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 1132,
                                  "end": 1153,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 41
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1132,
                                    "end": 1145,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1132,
                                      "end": 1140,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 28
                                        },
                                        "identifierName": "id_regex"
                                      },
                                      "name": "id_regex"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1141,
                                      "end": 1145,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 33
                                        },
                                        "identifierName": "exec"
                                      },
                                      "name": "exec"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1146,
                                      "end": 1152,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 40
                                        },
                                        "identifierName": "obj_id"
                                      },
                                      "name": "obj_id"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 1163,
                            "end": 1219,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 64
                              }
                            },
                            "argument": {
                              "type": "LogicalExpression",
                              "start": 1170,
                              "end": 1218,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 15
                                },
                                "end": {
                                  "line": 45,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1170,
                                "end": 1184,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 29
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1170,
                                  "end": 1175,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 20
                                    },
                                    "identifierName": "match"
                                  },
                                  "name": "match"
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "NullLiteral",
                                  "start": 1180,
                                  "end": 1184,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 29
                                    }
                                  }
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 1188,
                                "end": 1218,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 63
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1188,
                                  "end": 1212,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 1188,
                                    "end": 1205,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 50
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1188,
                                      "end": 1200,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1188,
                                        "end": 1194,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 39
                                          },
                                          "identifierName": "obj_id"
                                        },
                                        "name": "obj_id"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1195,
                                        "end": 1200,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 45
                                          },
                                          "identifierName": "split"
                                        },
                                        "name": "split"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 1201,
                                        "end": 1204,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 49
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ".",
                                          "raw": "\".\""
                                        },
                                        "value": "."
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1206,
                                    "end": 1212,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 57
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 1217,
                                  "end": 1218,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 63
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 3,
                                    "raw": "3"
                                  },
                                  "value": 3
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1232,
                    "end": 1317,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 50,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1232,
                      "end": 1240,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 12
                        },
                        "identifierName": "is_empty"
                      },
                      "name": "is_empty"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 1242,
                      "end": 1317,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 14
                        },
                        "end": {
                          "line": 50,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1251,
                          "end": 1256,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 23
                            },
                            "end": {
                              "line": 48,
                              "column": 28
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1258,
                        "end": 1317,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 30
                          },
                          "end": {
                            "line": 50,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 1268,
                            "end": 1311,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 8
                              },
                              "end": {
                                "line": 49,
                                "column": 51
                              }
                            },
                            "argument": {
                              "type": "LogicalExpression",
                              "start": 1275,
                              "end": 1310,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 15
                                },
                                "end": {
                                  "line": 49,
                                  "column": 50
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1275,
                                "end": 1288,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 28
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1275,
                                  "end": 1280,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 20
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "operator": "==",
                                "right": {
                                  "type": "NullLiteral",
                                  "start": 1284,
                                  "end": 1288,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 28
                                    }
                                  }
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 1292,
                                "end": 1310,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 50
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1292,
                                  "end": 1304,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1292,
                                    "end": 1297,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 37
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1298,
                                    "end": 1304,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 44
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 1309,
                                  "end": 1310,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 50
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1324,
                    "end": 2683,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 91,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1324,
                      "end": 1345,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 25
                        },
                        "identifierName": "is_account_name_error"
                      },
                      "name": "is_account_name_error"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 1347,
                      "end": 2683,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 27
                        },
                        "end": {
                          "line": 91,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1356,
                          "end": 1361,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 36
                            },
                            "end": {
                              "line": 52,
                              "column": 41
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        {
                          "type": "Identifier",
                          "start": 1363,
                          "end": 1378,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 43
                            },
                            "end": {
                              "line": 52,
                              "column": 58
                            },
                            "identifierName": "allow_too_short"
                          },
                          "name": "allow_too_short"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1380,
                        "end": 2683,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 60
                          },
                          "end": {
                            "line": 91,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 1390,
                            "end": 1429,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 8
                              },
                              "end": {
                                "line": 53,
                                "column": 47
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1394,
                                "end": 1395,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 13
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1394,
                                  "end": 1395,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 13
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 1397,
                                "end": 1402,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 20
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1397,
                                  "end": 1402,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 20
                                    },
                                    "identifierName": "label"
                                  },
                                  "name": "label"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 1404,
                                "end": 1407,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 25
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1404,
                                  "end": 1407,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 25
                                    },
                                    "identifierName": "len"
                                  },
                                  "name": "len"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 1409,
                                "end": 1415,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1409,
                                  "end": 1415,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 33
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 1417,
                                "end": 1420,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 38
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1417,
                                  "end": 1420,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 38
                                    },
                                    "identifierName": "ref"
                                  },
                                  "name": "ref"
                                },
                                "init": null
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 1422,
                                "end": 1428,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 46
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1422,
                                  "end": 1428,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 46
                                    },
                                    "identifierName": "suffix"
                                  },
                                  "name": "suffix"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 1438,
                            "end": 1515,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1442,
                              "end": 1465,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 12
                                },
                                "end": {
                                  "line": 54,
                                  "column": 35
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1442,
                                "end": 1457,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 27
                                  },
                                  "identifierName": "allow_too_short"
                                },
                                "name": "allow_too_short"
                              },
                              "operator": "==",
                              "right": {
                                "type": "NullLiteral",
                                "start": 1461,
                                "end": 1465,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 35
                                  }
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1467,
                              "end": 1515,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 37
                                },
                                "end": {
                                  "line": 56,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1481,
                                  "end": 1505,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1481,
                                    "end": 1504,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1481,
                                      "end": 1496,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 27
                                        },
                                        "identifierName": "allow_too_short"
                                      },
                                      "name": "allow_too_short"
                                    },
                                    "right": {
                                      "type": "BooleanLiteral",
                                      "start": 1499,
                                      "end": 1504,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 35
                                        }
                                      },
                                      "value": false
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1524,
                            "end": 1556,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1524,
                              "end": 1555,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1524,
                                "end": 1530,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 14
                                  },
                                  "identifierName": "suffix"
                                },
                                "name": "suffix"
                              },
                              "right": {
                                "type": "StringLiteral",
                                "start": 1533,
                                "end": 1555,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 39
                                  }
                                },
                                "extra": {
                                  "rawValue": "Account name should ",
                                  "raw": "\"Account name should \""
                                },
                                "value": "Account name should "
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1565,
                            "end": 1647,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 8
                              },
                              "end": {
                                "line": 60,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 1569,
                              "end": 1589,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 12
                                },
                                "end": {
                                  "line": 58,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1569,
                                "end": 1582,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1569,
                                  "end": 1573,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1574,
                                  "end": 1582,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 25
                                    },
                                    "identifierName": "is_empty"
                                  },
                                  "name": "is_empty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1583,
                                  "end": 1588,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 31
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1591,
                              "end": 1647,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 34
                                },
                                "end": {
                                  "line": 60,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 1605,
                                  "end": 1637,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 44
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 1612,
                                    "end": 1636,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 43
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1612,
                                      "end": 1618,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 1621,
                                      "end": 1636,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 43
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "not be empty.",
                                        "raw": "\"not be empty.\""
                                      },
                                      "value": "not be empty."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1656,
                            "end": 1678,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1656,
                              "end": 1677,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 29
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1656,
                                "end": 1662,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 14
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 1665,
                                "end": 1677,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1665,
                                  "end": 1670,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 22
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1671,
                                  "end": 1677,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 29
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1687,
                            "end": 1776,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 8
                              },
                              "end": {
                                "line": 64,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 1691,
                              "end": 1721,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 12
                                },
                                "end": {
                                  "line": 62,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 1691,
                                "end": 1707,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 28
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 1692,
                                  "end": 1707,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 28
                                    },
                                    "identifierName": "allow_too_short"
                                  },
                                  "name": "allow_too_short"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 1711,
                                "end": 1721,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 42
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1711,
                                  "end": 1717,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 38
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 1720,
                                  "end": 1721,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 42
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 3,
                                    "raw": "3"
                                  },
                                  "value": 3
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1723,
                              "end": 1776,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 44
                                },
                                "end": {
                                  "line": 64,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 1737,
                                  "end": 1766,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 41
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 1744,
                                    "end": 1765,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 40
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1744,
                                      "end": 1750,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 1753,
                                      "end": 1765,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 40
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "be longer.",
                                        "raw": "\"be longer.\""
                                      },
                                      "value": "be longer."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 1785,
                            "end": 1856,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 8
                              },
                              "end": {
                                "line": 67,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1789,
                              "end": 1800,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 12
                                },
                                "end": {
                                  "line": 65,
                                  "column": 23
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1789,
                                "end": 1795,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 18
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 1798,
                                "end": 1800,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 23
                                  }
                                },
                                "extra": {
                                  "rawValue": 63,
                                  "raw": "63"
                                },
                                "value": 63
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1802,
                              "end": 1856,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 25
                                },
                                "end": {
                                  "line": 67,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 1816,
                                  "end": 1846,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 42
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 1823,
                                    "end": 1845,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 41
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1823,
                                      "end": 1829,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 1832,
                                      "end": 1845,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 41
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "be shorter.",
                                        "raw": "\"be shorter.\""
                                      },
                                      "value": "be shorter."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 1865,
                            "end": 1951,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 8
                              },
                              "end": {
                                "line": 70,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 1869,
                              "end": 1885,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 12
                                },
                                "end": {
                                  "line": 68,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1869,
                                "end": 1878,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "RegExpLiteral",
                                  "start": 1869,
                                  "end": 1873,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 16
                                    }
                                  },
                                  "extra": {
                                    "raw": "/\\./"
                                  },
                                  "pattern": "\\.",
                                  "flags": ""
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1874,
                                  "end": 1878,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 21
                                    },
                                    "identifierName": "test"
                                  },
                                  "name": "test"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1879,
                                  "end": 1884,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 27
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1887,
                              "end": 1951,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 30
                                },
                                "end": {
                                  "line": 70,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1901,
                                  "end": 1941,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1901,
                                    "end": 1940,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1901,
                                      "end": 1907,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 18
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 1910,
                                      "end": 1940,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 51
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Each account segment should ",
                                        "raw": "\"Each account segment should \""
                                      },
                                      "value": "Each account segment should "
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1960,
                            "end": 1983,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 8
                              },
                              "end": {
                                "line": 71,
                                "column": 31
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1960,
                              "end": 1982,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 30
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1960,
                                "end": 1963,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 11
                                  },
                                  "identifierName": "ref"
                                },
                                "name": "ref"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 1966,
                                "end": 1982,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 30
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1966,
                                  "end": 1977,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1966,
                                    "end": 1971,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 19
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1972,
                                    "end": 1977,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 25
                                      },
                                      "identifierName": "split"
                                    },
                                    "name": "split"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 1978,
                                    "end": 1981,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ".",
                                      "raw": "\".\""
                                    },
                                    "value": "."
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ForStatement",
                            "start": 1992,
                            "end": 2656,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 8
                              },
                              "end": {
                                "line": 89,
                                "column": 9
                              }
                            },
                            "init": {
                              "type": "SequenceExpression",
                              "start": 1997,
                              "end": 2020,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 13
                                },
                                "end": {
                                  "line": 72,
                                  "column": 36
                                }
                              },
                              "expressions": [
                                {
                                  "type": "AssignmentExpression",
                                  "start": 1997,
                                  "end": 2002,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 18
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1997,
                                    "end": 1998,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 14
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 2001,
                                    "end": 2002,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 18
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "AssignmentExpression",
                                  "start": 2004,
                                  "end": 2020,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 36
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 2004,
                                    "end": 2007,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 23
                                      },
                                      "identifierName": "len"
                                    },
                                    "name": "len"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2010,
                                    "end": 2020,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2010,
                                      "end": 2013,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 29
                                        },
                                        "identifierName": "ref"
                                      },
                                      "name": "ref"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2014,
                                      "end": 2020,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 36
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2022,
                              "end": 2029,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 38
                                },
                                "end": {
                                  "line": 72,
                                  "column": 45
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 2022,
                                "end": 2023,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 39
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "Identifier",
                                "start": 2026,
                                "end": 2029,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 45
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 2031,
                              "end": 2034,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 47
                                },
                                "end": {
                                  "line": 72,
                                  "column": 50
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 2031,
                                "end": 2032,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 48
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2036,
                              "end": 2656,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 52
                                },
                                "end": {
                                  "line": 89,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2050,
                                  "end": 2065,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 27
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2050,
                                    "end": 2064,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 26
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2050,
                                      "end": 2055,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 17
                                        },
                                        "identifierName": "label"
                                      },
                                      "name": "label"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2058,
                                      "end": 2064,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2058,
                                        "end": 2061,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 23
                                          },
                                          "identifierName": "ref"
                                        },
                                        "name": "ref"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2062,
                                        "end": 2063,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 25
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2078,
                                  "end": 2177,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 2082,
                                    "end": 2104,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 38
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 2083,
                                      "end": 2104,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 38
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2083,
                                        "end": 2097,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "RegExpLiteral",
                                          "start": 2083,
                                          "end": 2092,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 26
                                            }
                                          },
                                          "extra": {
                                            "raw": "/^[~a-z]/"
                                          },
                                          "pattern": "^[~a-z]",
                                          "flags": ""
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2093,
                                          "end": 2097,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 31
                                            },
                                            "identifierName": "test"
                                          },
                                          "name": "test"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2098,
                                          "end": 2103,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 37
                                            },
                                            "identifierName": "label"
                                          },
                                          "name": "label"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2106,
                                    "end": 2177,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2124,
                                        "end": 2163,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 55
                                          }
                                        },
                                        "argument": {
                                          "type": "BinaryExpression",
                                          "start": 2131,
                                          "end": 2162,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 54
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2131,
                                            "end": 2137,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 29
                                              },
                                              "identifierName": "suffix"
                                            },
                                            "name": "suffix"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2140,
                                            "end": 2162,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 54
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "start with a letter.",
                                              "raw": "\"start with a letter.\""
                                            },
                                            "value": "start with a letter."
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2190,
                                  "end": 2312,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 2194,
                                    "end": 2222,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 44
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 2195,
                                      "end": 2222,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 44
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2195,
                                        "end": 2215,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "RegExpLiteral",
                                          "start": 2195,
                                          "end": 2210,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 32
                                            }
                                          },
                                          "extra": {
                                            "raw": "/^[~a-z0-9-]*$/"
                                          },
                                          "pattern": "^[~a-z0-9-]*$",
                                          "flags": ""
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2211,
                                          "end": 2215,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 37
                                            },
                                            "identifierName": "test"
                                          },
                                          "name": "test"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2216,
                                          "end": 2221,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 43
                                            },
                                            "identifierName": "label"
                                          },
                                          "name": "label"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2224,
                                    "end": 2312,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2242,
                                        "end": 2298,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 72
                                          }
                                        },
                                        "argument": {
                                          "type": "BinaryExpression",
                                          "start": 2249,
                                          "end": 2297,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 71
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2249,
                                            "end": 2255,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 29
                                              },
                                              "identifierName": "suffix"
                                            },
                                            "name": "suffix"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2258,
                                            "end": 2297,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 71
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "have only letters, digits, or dashes.",
                                              "raw": "\"have only letters, digits, or dashes.\""
                                            },
                                            "value": "have only letters, digits, or dashes."
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2325,
                                  "end": 2426,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 2329,
                                    "end": 2345,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 32
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2329,
                                      "end": 2338,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "RegExpLiteral",
                                        "start": 2329,
                                        "end": 2333,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "raw": "/--/"
                                        },
                                        "pattern": "--",
                                        "flags": ""
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2334,
                                        "end": 2338,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 25
                                          },
                                          "identifierName": "test"
                                        },
                                        "name": "test"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2339,
                                        "end": 2344,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 31
                                          },
                                          "identifierName": "label"
                                        },
                                        "name": "label"
                                      }
                                    ]
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2347,
                                    "end": 2426,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2365,
                                        "end": 2412,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 63
                                          }
                                        },
                                        "argument": {
                                          "type": "BinaryExpression",
                                          "start": 2372,
                                          "end": 2411,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 62
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2372,
                                            "end": 2378,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 29
                                              },
                                              "identifierName": "suffix"
                                            },
                                            "name": "suffix"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2381,
                                            "end": 2411,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 62
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "have only one dash in a row.",
                                              "raw": "\"have only one dash in a row.\""
                                            },
                                            "value": "have only one dash in a row."
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2439,
                                  "end": 2547,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 2443,
                                    "end": 2467,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 40
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 2444,
                                      "end": 2467,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 40
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2444,
                                        "end": 2460,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "RegExpLiteral",
                                          "start": 2444,
                                          "end": 2455,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 28
                                            }
                                          },
                                          "extra": {
                                            "raw": "/[a-z0-9]$/"
                                          },
                                          "pattern": "[a-z0-9]$",
                                          "flags": ""
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2456,
                                          "end": 2460,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 33
                                            },
                                            "identifierName": "test"
                                          },
                                          "name": "test"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2461,
                                          "end": 2466,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 39
                                            },
                                            "identifierName": "label"
                                          },
                                          "name": "label"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2469,
                                    "end": 2547,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2487,
                                        "end": 2533,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 62
                                          }
                                        },
                                        "argument": {
                                          "type": "BinaryExpression",
                                          "start": 2494,
                                          "end": 2532,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 61
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2494,
                                            "end": 2500,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 29
                                              },
                                              "identifierName": "suffix"
                                            },
                                            "name": "suffix"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2503,
                                            "end": 2532,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 61
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "end with a letter or digit.",
                                              "raw": "\"end with a letter or digit.\""
                                            },
                                            "value": "end with a letter or digit."
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2560,
                                  "end": 2646,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 2564,
                                    "end": 2584,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 36
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "BinaryExpression",
                                      "start": 2566,
                                      "end": 2583,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 35
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2566,
                                        "end": 2578,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2566,
                                          "end": 2571,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 23
                                            },
                                            "identifierName": "label"
                                          },
                                          "name": "label"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2572,
                                          "end": 2578,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 30
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "operator": ">=",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 2582,
                                        "end": 2583,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 35
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 3,
                                          "raw": "3"
                                        },
                                        "value": 3
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 2565
                                      }
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2586,
                                    "end": 2646,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2604,
                                        "end": 2632,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 44
                                          }
                                        },
                                        "argument": {
                                          "type": "BinaryExpression",
                                          "start": 2611,
                                          "end": 2631,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 43
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2611,
                                            "end": 2617,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 29
                                              },
                                              "identifierName": "suffix"
                                            },
                                            "name": "suffix"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2620,
                                            "end": 2631,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 43
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "be longer",
                                              "raw": "\"be longer\""
                                            },
                                            "value": "be longer"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 2665,
                            "end": 2677,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 20
                              }
                            },
                            "argument": {
                              "type": "NullLiteral",
                              "start": 2672,
                              "end": 2676,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 15
                                },
                                "end": {
                                  "line": 90,
                                  "column": 19
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 2690,
                    "end": 2813,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 4
                      },
                      "end": {
                        "line": 95,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 2690,
                      "end": 2703,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 17
                        },
                        "identifierName": "is_cheap_name"
                      },
                      "name": "is_cheap_name"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 2705,
                      "end": 2813,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 19
                        },
                        "end": {
                          "line": 95,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 2714,
                          "end": 2726,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 28
                            },
                            "end": {
                              "line": 93,
                              "column": 40
                            },
                            "identifierName": "account_name"
                          },
                          "name": "account_name"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 2728,
                        "end": 2813,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 42
                          },
                          "end": {
                            "line": 95,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2738,
                            "end": 2807,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 8
                              },
                              "end": {
                                "line": 94,
                                "column": 77
                              }
                            },
                            "argument": {
                              "type": "LogicalExpression",
                              "start": 2745,
                              "end": 2806,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 15
                                },
                                "end": {
                                  "line": 94,
                                  "column": 76
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 2745,
                                "end": 2772,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2745,
                                  "end": 2758,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "RegExpLiteral",
                                    "start": 2745,
                                    "end": 2753,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 23
                                      }
                                    },
                                    "extra": {
                                      "raw": "/[0-9-]/"
                                    },
                                    "pattern": "[0-9-]",
                                    "flags": ""
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2754,
                                    "end": 2758,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 28
                                      },
                                      "identifierName": "test"
                                    },
                                    "name": "test"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2759,
                                    "end": 2771,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 41
                                      },
                                      "identifierName": "account_name"
                                    },
                                    "name": "account_name"
                                  }
                                ]
                              },
                              "operator": "||",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 2776,
                                "end": 2806,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 76
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 2777,
                                  "end": 2806,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2777,
                                    "end": 2792,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "RegExpLiteral",
                                      "start": 2777,
                                      "end": 2787,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 57
                                        }
                                      },
                                      "extra": {
                                        "raw": "/[aeiouy]/"
                                      },
                                      "pattern": "[aeiouy]",
                                      "flags": ""
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2788,
                                      "end": 2792,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 62
                                        },
                                        "identifierName": "test"
                                      },
                                      "name": "test"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2793,
                                      "end": 2805,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 75
                                        },
                                        "identifierName": "account_name"
                                      },
                                      "name": "account_name"
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 2820,
                    "end": 3034,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 4
                      },
                      "end": {
                        "line": 105,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 2820,
                      "end": 2839,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 4
                        },
                        "end": {
                          "line": 97,
                          "column": 23
                        },
                        "identifierName": "is_empty_user_input"
                      },
                      "name": "is_empty_user_input"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 2841,
                      "end": 3034,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 25
                        },
                        "end": {
                          "line": 105,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 2850,
                          "end": 2855,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 34
                            },
                            "end": {
                              "line": 97,
                              "column": 39
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 2857,
                        "end": 3034,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 41
                          },
                          "end": {
                            "line": 105,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 2867,
                            "end": 2929,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 8
                              },
                              "end": {
                                "line": 100,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 2871,
                              "end": 2891,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 12
                                },
                                "end": {
                                  "line": 98,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2871,
                                "end": 2884,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2871,
                                  "end": 2875,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2876,
                                  "end": 2884,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 25
                                    },
                                    "identifierName": "is_empty"
                                  },
                                  "name": "is_empty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2885,
                                  "end": 2890,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 31
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2893,
                              "end": 2929,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 34
                                },
                                "end": {
                                  "line": 100,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 2907,
                                  "end": 2919,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 24
                                    }
                                  },
                                  "argument": {
                                    "type": "BooleanLiteral",
                                    "start": 2914,
                                    "end": 2918,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 23
                                      }
                                    },
                                    "value": true
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 2938,
                            "end": 3006,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 8
                              },
                              "end": {
                                "line": 103,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2942,
                              "end": 2968,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 12
                                },
                                "end": {
                                  "line": 101,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 2942,
                                "end": 2961,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 31
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2942,
                                  "end": 2959,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "BinaryExpression",
                                    "start": 2943,
                                    "end": 2953,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 23
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2943,
                                      "end": 2948,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 18
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 2951,
                                      "end": 2953,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 23
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "\"\""
                                      },
                                      "value": ""
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 2942
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2955,
                                    "end": 2959,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 29
                                      },
                                      "identifierName": "trim"
                                    },
                                    "name": "trim"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 2966,
                                "end": 2968,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 38
                                  }
                                },
                                "extra": {
                                  "rawValue": "",
                                  "raw": "\"\""
                                },
                                "value": ""
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2970,
                              "end": 3006,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 40
                                },
                                "end": {
                                  "line": 103,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 2984,
                                  "end": 2996,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 24
                                    }
                                  },
                                  "argument": {
                                    "type": "BooleanLiteral",
                                    "start": 2991,
                                    "end": 2995,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 23
                                      }
                                    },
                                    "value": true
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 3015,
                            "end": 3028,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 8
                              },
                              "end": {
                                "line": 104,
                                "column": 21
                              }
                            },
                            "argument": {
                              "type": "BooleanLiteral",
                              "start": 3022,
                              "end": 3027,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 15
                                },
                                "end": {
                                  "line": 104,
                                  "column": 20
                                }
                              },
                              "value": false
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 3041,
                    "end": 3239,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 4
                      },
                      "end": {
                        "line": 112,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 3041,
                      "end": 3049,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 4
                        },
                        "end": {
                          "line": 107,
                          "column": 12
                        },
                        "identifierName": "required"
                      },
                      "name": "required"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 3051,
                      "end": 3239,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 14
                        },
                        "end": {
                          "line": 112,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 3060,
                          "end": 3065,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 23
                            },
                            "end": {
                              "line": 107,
                              "column": 28
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        {
                          "type": "AssignmentPattern",
                          "start": 3067,
                          "end": 3082,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 30
                            },
                            "end": {
                              "line": 107,
                              "column": 45
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3067,
                            "end": 3077,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 30
                              },
                              "end": {
                                "line": 107,
                                "column": 40
                              },
                              "identifierName": "field_name"
                            },
                            "name": "field_name"
                          },
                          "right": {
                            "type": "StringLiteral",
                            "start": 3080,
                            "end": 3082,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 43
                              },
                              "end": {
                                "line": 107,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "",
                              "raw": "\"\""
                            },
                            "value": ""
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 3084,
                        "end": 3239,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 47
                          },
                          "end": {
                            "line": 112,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 3094,
                            "end": 3211,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 8
                              },
                              "end": {
                                "line": 110,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 3098,
                              "end": 3118,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 12
                                },
                                "end": {
                                  "line": 108,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3098,
                                "end": 3111,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3098,
                                  "end": 3102,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3103,
                                  "end": 3111,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 25
                                    },
                                    "identifierName": "is_empty"
                                  },
                                  "name": "is_empty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3112,
                                  "end": 3117,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 31
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3120,
                              "end": 3211,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 34
                                },
                                "end": {
                                  "line": 110,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ThrowStatement",
                                  "start": 3134,
                                  "end": 3201,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 79
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 3140,
                                    "end": 3200,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 3144,
                                      "end": 3149,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 27
                                        },
                                        "identifierName": "Error"
                                      },
                                      "name": "Error"
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 3150,
                                        "end": 3199,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 77
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 3150,
                                          "end": 3191,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 69
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3150,
                                            "end": 3184,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 62
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 3150,
                                              "end": 3171,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 49
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "value required for ",
                                                "raw": "\"value required for \""
                                              },
                                              "value": "value required for "
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 3174,
                                              "end": 3184,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 62
                                                },
                                                "identifierName": "field_name"
                                              },
                                              "name": "field_name"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 3187,
                                            "end": 3191,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 69
                                              }
                                            },
                                            "extra": {
                                              "rawValue": ": ",
                                              "raw": "\": \""
                                            },
                                            "value": ": "
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 3194,
                                          "end": 3199,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 77
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 3220,
                            "end": 3233,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 8
                              },
                              "end": {
                                "line": 111,
                                "column": 21
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 3227,
                              "end": 3232,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 15
                                },
                                "end": {
                                  "line": 111,
                                  "column": 20
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 3326,
                    "end": 4125,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 4
                      },
                      "end": {
                        "line": 139,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 3326,
                      "end": 3347,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 4
                        },
                        "end": {
                          "line": 115,
                          "column": 25
                        },
                        "identifierName": "is_valid_symbol_error"
                      },
                      "name": "is_valid_symbol_error",
                      "leadingComments": null
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 3349,
                      "end": 4125,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 27
                        },
                        "end": {
                          "line": 139,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 3358,
                          "end": 3363,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 36
                            },
                            "end": {
                              "line": 115,
                              "column": 41
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 3365,
                        "end": 4125,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 43
                          },
                          "end": {
                            "line": 139,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3375,
                            "end": 3409,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 8
                              },
                              "end": {
                                "line": 116,
                                "column": 42
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3379,
                                "end": 3408,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 41
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3379,
                                  "end": 3385,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 18
                                    },
                                    "identifierName": "suffix"
                                  },
                                  "name": "suffix"
                                },
                                "init": {
                                  "type": "StringLiteral",
                                  "start": 3388,
                                  "end": 3408,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 41
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "Asset name should ",
                                    "raw": "\"Asset name should \""
                                  },
                                  "value": "Asset name should "
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "IfStatement",
                            "start": 3418,
                            "end": 3500,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 3422,
                              "end": 3442,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 12
                                },
                                "end": {
                                  "line": 117,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3422,
                                "end": 3435,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3422,
                                  "end": 3426,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3427,
                                  "end": 3435,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 25
                                    },
                                    "identifierName": "is_empty"
                                  },
                                  "name": "is_empty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3436,
                                  "end": 3441,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 31
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3444,
                              "end": 3500,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 34
                                },
                                "end": {
                                  "line": 119,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3458,
                                  "end": 3490,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 44
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3465,
                                    "end": 3489,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 43
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3465,
                                      "end": 3471,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3474,
                                      "end": 3489,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 43
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "not be empty.",
                                        "raw": "\"not be empty.\""
                                      },
                                      "value": "not be empty."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3509,
                            "end": 3603,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 8
                              },
                              "end": {
                                "line": 122,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3513,
                              "end": 3540,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 12
                                },
                                "end": {
                                  "line": 120,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 3513,
                                "end": 3536,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 3513,
                                  "end": 3529,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 28
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3513,
                                    "end": 3524,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3513,
                                      "end": 3518,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 17
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3519,
                                      "end": 3524,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 23
                                        },
                                        "identifierName": "split"
                                      },
                                      "name": "split"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 3525,
                                      "end": 3528,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 27
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "\".\""
                                      },
                                      "value": "."
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3530,
                                  "end": 3536,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 35
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3539,
                                "end": 3540,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 39
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3542,
                              "end": 3603,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 41
                                },
                                "end": {
                                  "line": 122,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3556,
                                  "end": 3593,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 49
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3563,
                                    "end": 3592,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 48
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3563,
                                      "end": 3569,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3572,
                                      "end": 3592,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "have only one dot.",
                                        "raw": "\"have only one dot.\""
                                      },
                                      "value": "have only one dot."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3612,
                            "end": 3687,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 8
                              },
                              "end": {
                                "line": 125,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3616,
                              "end": 3632,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 12
                                },
                                "end": {
                                  "line": 123,
                                  "column": 28
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 3616,
                                "end": 3628,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3616,
                                  "end": 3621,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 17
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3622,
                                  "end": 3628,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 24
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "<",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3631,
                                "end": 3632,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 28
                                  }
                                },
                                "extra": {
                                  "rawValue": 3,
                                  "raw": "3"
                                },
                                "value": 3
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3634,
                              "end": 3687,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 30
                                },
                                "end": {
                                  "line": 125,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3648,
                                  "end": 3677,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 41
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3655,
                                    "end": 3676,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 40
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3655,
                                      "end": 3661,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3664,
                                      "end": 3676,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 40
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "be longer.",
                                        "raw": "\"be longer.\""
                                      },
                                      "value": "be longer."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3696,
                            "end": 3773,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 8
                              },
                              "end": {
                                "line": 128,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3700,
                              "end": 3717,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 12
                                },
                                "end": {
                                  "line": 126,
                                  "column": 29
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 3700,
                                "end": 3712,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3700,
                                  "end": 3705,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 17
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3706,
                                  "end": 3712,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 24
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 3715,
                                "end": 3717,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 29
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3719,
                              "end": 3773,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 31
                                },
                                "end": {
                                  "line": 128,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3733,
                                  "end": 3763,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 42
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3740,
                                    "end": 3762,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 41
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3740,
                                      "end": 3746,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3749,
                                      "end": 3762,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 41
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "be shorter.",
                                        "raw": "\"be shorter.\""
                                      },
                                      "value": "be shorter."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3782,
                            "end": 3871,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 3786,
                              "end": 3807,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 12
                                },
                                "end": {
                                  "line": 129,
                                  "column": 33
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 3787,
                                "end": 3807,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3787,
                                  "end": 3800,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "RegExpLiteral",
                                    "start": 3787,
                                    "end": 3795,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 21
                                      }
                                    },
                                    "extra": {
                                      "raw": "/^[A-Z]/"
                                    },
                                    "pattern": "^[A-Z]",
                                    "flags": ""
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3796,
                                    "end": 3800,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 26
                                      },
                                      "identifierName": "test"
                                    },
                                    "name": "test"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3801,
                                    "end": 3806,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 32
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3809,
                              "end": 3871,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 35
                                },
                                "end": {
                                  "line": 131,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3823,
                                  "end": 3861,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 50
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3830,
                                    "end": 3860,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 49
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3830,
                                      "end": 3836,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3839,
                                      "end": 3860,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 49
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "start with a letter",
                                        "raw": "\"start with a letter\""
                                      },
                                      "value": "start with a letter"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3880,
                            "end": 3967,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 8
                              },
                              "end": {
                                "line": 134,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 3884,
                              "end": 3905,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 12
                                },
                                "end": {
                                  "line": 132,
                                  "column": 33
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 3885,
                                "end": 3905,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3885,
                                  "end": 3898,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "RegExpLiteral",
                                    "start": 3885,
                                    "end": 3893,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 21
                                      }
                                    },
                                    "extra": {
                                      "raw": "/[A-Z]$/"
                                    },
                                    "pattern": "[A-Z]$",
                                    "flags": ""
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3894,
                                    "end": 3898,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 26
                                      },
                                      "identifierName": "test"
                                    },
                                    "name": "test"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3899,
                                    "end": 3904,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 32
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3907,
                              "end": 3967,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 35
                                },
                                "end": {
                                  "line": 134,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3921,
                                  "end": 3957,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 48
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3928,
                                    "end": 3956,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 47
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3928,
                                      "end": 3934,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3937,
                                      "end": 3956,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 47
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "end with a letter",
                                        "raw": "\"end with a letter\""
                                      },
                                      "value": "end with a letter"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3976,
                            "end": 4098,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 8
                              },
                              "end": {
                                "line": 137,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 3980,
                              "end": 4006,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 12
                                },
                                "end": {
                                  "line": 135,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3980,
                                "end": 3999,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "RegExpLiteral",
                                  "start": 3980,
                                  "end": 3994,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 26
                                    }
                                  },
                                  "extra": {
                                    "raw": "/^[A-Z0-9\\.]$/"
                                  },
                                  "pattern": "^[A-Z0-9\\.]$",
                                  "flags": ""
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3995,
                                  "end": 3999,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 31
                                    },
                                    "identifierName": "test"
                                  },
                                  "name": "test"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4000,
                                  "end": 4005,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 37
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4008,
                              "end": 4098,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 40
                                },
                                "end": {
                                  "line": 137,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 4022,
                                  "end": 4088,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 78
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 4029,
                                    "end": 4087,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 77
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4029,
                                      "end": 4035,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 25
                                        },
                                        "identifierName": "suffix"
                                      },
                                      "name": "suffix"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 4038,
                                      "end": 4087,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 77
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "contain only letters numbers and perhaps a dot.",
                                        "raw": "\"contain only letters numbers and perhaps a dot.\""
                                      },
                                      "value": "contain only letters numbers and perhaps a dot."
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 4107,
                            "end": 4119,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 8
                              },
                              "end": {
                                "line": 138,
                                "column": 20
                              }
                            },
                            "argument": {
                              "type": "NullLiteral",
                              "start": 4114,
                              "end": 4118,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 15
                                },
                                "end": {
                                  "line": 138,
                                  "column": 19
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @see is_valid_symbol graphene/libraries/chain/protocol/asset_ops.cpp ",
                        "start": 3246,
                        "end": 3321,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 4
                          },
                          "end": {
                            "line": 114,
                            "column": 79
                          }
                        }
                      }
                    ]
                  }
                ]
              }
            }
          ],
          "kind": "var",
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n    Account names may contain one or more names separated by a dot.\n    Each name needs to start with a letter and may contain\n    numbers, or well placed dashes.\n    @see is_valid_name graphene/libraries/chain/protocol/account.cpp\n",
      "start": 0,
      "end": 238,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 2
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @see is_valid_symbol graphene/libraries/chain/protocol/asset_ops.cpp ",
      "start": 3246,
      "end": 3321,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 79
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": "*\n    Account names may contain one or more names separated by a dot.\n    Each name needs to start with a letter and may contain\n    numbers, or well placed dashes.\n    @see is_valid_name graphene/libraries/chain/protocol/account.cpp\n",
      "start": 0,
      "end": 238,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 239,
      "end": 242,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id_regex",
      "start": 243,
      "end": 251,
      "loc": {
        "start": {
          "line": 7,
          "column": 4
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 252,
      "end": 253,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "\\b\\d+\\.\\d+\\.(\\d+)\\b",
        "flags": ""
      },
      "start": 254,
      "end": 275,
      "loc": {
        "start": {
          "line": 7,
          "column": 15
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 275,
      "end": 276,
      "loc": {
        "start": {
          "line": 7,
          "column": 36
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 278,
      "end": 281,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "chainValidation",
      "start": 282,
      "end": 297,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 9,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 298,
      "end": 299,
      "loc": {
        "start": {
          "line": 9,
          "column": 20
        },
        "end": {
          "line": 9,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 300,
      "end": 301,
      "loc": {
        "start": {
          "line": 9,
          "column": 22
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_account_name",
      "start": 306,
      "end": 321,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 321,
      "end": 322,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 323,
      "end": 331,
      "loc": {
        "start": {
          "line": 10,
          "column": 21
        },
        "end": {
          "line": 10,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 331,
      "end": 332,
      "loc": {
        "start": {
          "line": 10,
          "column": 29
        },
        "end": {
          "line": 10,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 332,
      "end": 337,
      "loc": {
        "start": {
          "line": 10,
          "column": 30
        },
        "end": {
          "line": 10,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 337,
      "end": 338,
      "loc": {
        "start": {
          "line": 10,
          "column": 35
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allow_too_short",
      "start": 339,
      "end": 354,
      "loc": {
        "start": {
          "line": 10,
          "column": 37
        },
        "end": {
          "line": 10,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 10,
          "column": 53
        },
        "end": {
          "line": 10,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 357,
      "end": 362,
      "loc": {
        "start": {
          "line": 10,
          "column": 55
        },
        "end": {
          "line": 10,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 362,
      "end": 363,
      "loc": {
        "start": {
          "line": 10,
          "column": 60
        },
        "end": {
          "line": 10,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 364,
      "end": 365,
      "loc": {
        "start": {
          "line": 10,
          "column": 62
        },
        "end": {
          "line": 10,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 374,
      "end": 377,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 378,
      "end": 379,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 379,
      "end": 380,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 381,
      "end": 386,
      "loc": {
        "start": {
          "line": 11,
          "column": 15
        },
        "end": {
          "line": 11,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 386,
      "end": 387,
      "loc": {
        "start": {
          "line": 11,
          "column": 20
        },
        "end": {
          "line": 11,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 388,
      "end": 391,
      "loc": {
        "start": {
          "line": 11,
          "column": 22
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 391,
      "end": 392,
      "loc": {
        "start": {
          "line": 11,
          "column": 25
        },
        "end": {
          "line": 11,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 393,
      "end": 399,
      "loc": {
        "start": {
          "line": 11,
          "column": 27
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 399,
      "end": 400,
      "loc": {
        "start": {
          "line": 11,
          "column": 33
        },
        "end": {
          "line": 11,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 401,
      "end": 404,
      "loc": {
        "start": {
          "line": 11,
          "column": 35
        },
        "end": {
          "line": 11,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 404,
      "end": 405,
      "loc": {
        "start": {
          "line": 11,
          "column": 38
        },
        "end": {
          "line": 11,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 415,
      "end": 417,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 418,
      "end": 419,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 419,
      "end": 423,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 423,
      "end": 424,
      "loc": {
        "start": {
          "line": 13,
          "column": 16
        },
        "end": {
          "line": 13,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty",
      "start": 424,
      "end": 432,
      "loc": {
        "start": {
          "line": 13,
          "column": 17
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 432,
      "end": 433,
      "loc": {
        "start": {
          "line": 13,
          "column": 25
        },
        "end": {
          "line": 13,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 433,
      "end": 438,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 438,
      "end": 439,
      "loc": {
        "start": {
          "line": 13,
          "column": 31
        },
        "end": {
          "line": 13,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 439,
      "end": 440,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 441,
      "end": 442,
      "loc": {
        "start": {
          "line": 13,
          "column": 34
        },
        "end": {
          "line": 13,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 455,
      "end": 461,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 462,
      "end": 467,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 467,
      "end": 468,
      "loc": {
        "start": {
          "line": 14,
          "column": 24
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 477,
      "end": 478,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 488,
      "end": 494,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 495,
      "end": 496,
      "loc": {
        "start": {
          "line": 17,
          "column": 15
        },
        "end": {
          "line": 17,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 497,
      "end": 502,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 502,
      "end": 503,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 503,
      "end": 509,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 509,
      "end": 510,
      "loc": {
        "start": {
          "line": 17,
          "column": 29
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 520,
      "end": 522,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 523,
      "end": 524,
      "loc": {
        "start": {
          "line": 19,
          "column": 11
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 524,
      "end": 525,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 525,
      "end": 526,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allow_too_short",
      "start": 526,
      "end": 541,
      "loc": {
        "start": {
          "line": 19,
          "column": 14
        },
        "end": {
          "line": 19,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 542,
      "end": 544,
      "loc": {
        "start": {
          "line": 19,
          "column": 30
        },
        "end": {
          "line": 19,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 545,
      "end": 551,
      "loc": {
        "start": {
          "line": 19,
          "column": 33
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 552,
      "end": 553,
      "loc": {
        "start": {
          "line": 19,
          "column": 40
        },
        "end": {
          "line": 19,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 554,
      "end": 555,
      "loc": {
        "start": {
          "line": 19,
          "column": 42
        },
        "end": {
          "line": 19,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 555,
      "end": 556,
      "loc": {
        "start": {
          "line": 19,
          "column": 43
        },
        "end": {
          "line": 19,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 557,
      "end": 559,
      "loc": {
        "start": {
          "line": 19,
          "column": 45
        },
        "end": {
          "line": 19,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 560,
      "end": 566,
      "loc": {
        "start": {
          "line": 19,
          "column": 48
        },
        "end": {
          "line": 19,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 567,
      "end": 568,
      "loc": {
        "start": {
          "line": 19,
          "column": 55
        },
        "end": {
          "line": 19,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 63,
      "start": 569,
      "end": 571,
      "loc": {
        "start": {
          "line": 19,
          "column": 57
        },
        "end": {
          "line": 19,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 571,
      "end": 572,
      "loc": {
        "start": {
          "line": 19,
          "column": 59
        },
        "end": {
          "line": 19,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 573,
      "end": 574,
      "loc": {
        "start": {
          "line": 19,
          "column": 61
        },
        "end": {
          "line": 19,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 587,
      "end": 593,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 594,
      "end": 599,
      "loc": {
        "start": {
          "line": 20,
          "column": 19
        },
        "end": {
          "line": 20,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 599,
      "end": 600,
      "loc": {
        "start": {
          "line": 20,
          "column": 24
        },
        "end": {
          "line": 20,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 609,
      "end": 610,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 620,
      "end": 623,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 624,
      "end": 625,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 626,
      "end": 631,
      "loc": {
        "start": {
          "line": 23,
          "column": 14
        },
        "end": {
          "line": 23,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 631,
      "end": 632,
      "loc": {
        "start": {
          "line": 23,
          "column": 19
        },
        "end": {
          "line": 23,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 632,
      "end": 637,
      "loc": {
        "start": {
          "line": 23,
          "column": 20
        },
        "end": {
          "line": 23,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 23,
          "column": 25
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 638,
      "end": 641,
      "loc": {
        "start": {
          "line": 23,
          "column": 26
        },
        "end": {
          "line": 23,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 23,
          "column": 29
        },
        "end": {
          "line": 23,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 642,
      "end": 643,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 653,
      "end": 656,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 657,
      "end": 658,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 658,
      "end": 659,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 662,
      "end": 663,
      "loc": {
        "start": {
          "line": 25,
          "column": 17
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 663,
      "end": 664,
      "loc": {
        "start": {
          "line": 25,
          "column": 18
        },
        "end": {
          "line": 25,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 665,
      "end": 668,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 669,
      "end": 670,
      "loc": {
        "start": {
          "line": 25,
          "column": 24
        },
        "end": {
          "line": 25,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 671,
      "end": 674,
      "loc": {
        "start": {
          "line": 25,
          "column": 26
        },
        "end": {
          "line": 25,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 25,
          "column": 29
        },
        "end": {
          "line": 25,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 675,
      "end": 681,
      "loc": {
        "start": {
          "line": 25,
          "column": 30
        },
        "end": {
          "line": 25,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 681,
      "end": 682,
      "loc": {
        "start": {
          "line": 25,
          "column": 36
        },
        "end": {
          "line": 25,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 683,
      "end": 684,
      "loc": {
        "start": {
          "line": 25,
          "column": 38
        },
        "end": {
          "line": 25,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 685,
      "end": 686,
      "loc": {
        "start": {
          "line": 25,
          "column": 40
        },
        "end": {
          "line": 25,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 687,
      "end": 690,
      "loc": {
        "start": {
          "line": 25,
          "column": 42
        },
        "end": {
          "line": 25,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 690,
      "end": 691,
      "loc": {
        "start": {
          "line": 25,
          "column": 45
        },
        "end": {
          "line": 25,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 692,
      "end": 693,
      "loc": {
        "start": {
          "line": 25,
          "column": 47
        },
        "end": {
          "line": 25,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 693,
      "end": 695,
      "loc": {
        "start": {
          "line": 25,
          "column": 48
        },
        "end": {
          "line": 25,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 695,
      "end": 696,
      "loc": {
        "start": {
          "line": 25,
          "column": 50
        },
        "end": {
          "line": 25,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 697,
      "end": 698,
      "loc": {
        "start": {
          "line": 25,
          "column": 52
        },
        "end": {
          "line": 25,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 711,
      "end": 716,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 717,
      "end": 718,
      "loc": {
        "start": {
          "line": 26,
          "column": 18
        },
        "end": {
          "line": 26,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 719,
      "end": 722,
      "loc": {
        "start": {
          "line": 26,
          "column": 20
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 26,
          "column": 23
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 723,
      "end": 724,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 724,
      "end": 725,
      "loc": {
        "start": {
          "line": 26,
          "column": 25
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 725,
      "end": 726,
      "loc": {
        "start": {
          "line": 26,
          "column": 26
        },
        "end": {
          "line": 26,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 740,
      "end": 742,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 743,
      "end": 744,
      "loc": {
        "start": {
          "line": 28,
          "column": 15
        },
        "end": {
          "line": 28,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 761,
      "end": 762,
      "loc": {
        "start": {
          "line": 29,
          "column": 16
        },
        "end": {
          "line": 29,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 762,
      "end": 763,
      "loc": {
        "start": {
          "line": 29,
          "column": 17
        },
        "end": {
          "line": 29,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^[a-z][a-z0-9-]*$",
        "flags": ""
      },
      "start": 784,
      "end": 803,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 803,
      "end": 804,
      "loc": {
        "start": {
          "line": 30,
          "column": 39
        },
        "end": {
          "line": 30,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 804,
      "end": 808,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 808,
      "end": 809,
      "loc": {
        "start": {
          "line": 30,
          "column": 44
        },
        "end": {
          "line": 30,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 809,
      "end": 814,
      "loc": {
        "start": {
          "line": 30,
          "column": 45
        },
        "end": {
          "line": 30,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 814,
      "end": 815,
      "loc": {
        "start": {
          "line": 30,
          "column": 50
        },
        "end": {
          "line": 30,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 816,
      "end": 818,
      "loc": {
        "start": {
          "line": 30,
          "column": 52
        },
        "end": {
          "line": 30,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 31,
          "column": 20
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "--",
        "flags": ""
      },
      "start": 840,
      "end": 844,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 844,
      "end": 845,
      "loc": {
        "start": {
          "line": 31,
          "column": 25
        },
        "end": {
          "line": 31,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 845,
      "end": 849,
      "loc": {
        "start": {
          "line": 31,
          "column": 26
        },
        "end": {
          "line": 31,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 849,
      "end": 850,
      "loc": {
        "start": {
          "line": 31,
          "column": 30
        },
        "end": {
          "line": 31,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 850,
      "end": 855,
      "loc": {
        "start": {
          "line": 31,
          "column": 31
        },
        "end": {
          "line": 31,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 855,
      "end": 856,
      "loc": {
        "start": {
          "line": 31,
          "column": 36
        },
        "end": {
          "line": 31,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 857,
      "end": 859,
      "loc": {
        "start": {
          "line": 31,
          "column": 38
        },
        "end": {
          "line": 31,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "[a-z0-9]$",
        "flags": ""
      },
      "start": 880,
      "end": 891,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 891,
      "end": 892,
      "loc": {
        "start": {
          "line": 32,
          "column": 31
        },
        "end": {
          "line": 32,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 892,
      "end": 896,
      "loc": {
        "start": {
          "line": 32,
          "column": 32
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 896,
      "end": 897,
      "loc": {
        "start": {
          "line": 32,
          "column": 36
        },
        "end": {
          "line": 32,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 897,
      "end": 902,
      "loc": {
        "start": {
          "line": 32,
          "column": 37
        },
        "end": {
          "line": 32,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 32,
          "column": 42
        },
        "end": {
          "line": 32,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 920,
      "end": 921,
      "loc": {
        "start": {
          "line": 33,
          "column": 16
        },
        "end": {
          "line": 33,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 34,
          "column": 12
        },
        "end": {
          "line": 34,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 34,
          "column": 14
        },
        "end": {
          "line": 34,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 954,
      "end": 960,
      "loc": {
        "start": {
          "line": 35,
          "column": 16
        },
        "end": {
          "line": 35,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 961,
      "end": 966,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 966,
      "end": 967,
      "loc": {
        "start": {
          "line": 35,
          "column": 28
        },
        "end": {
          "line": 35,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 36,
          "column": 12
        },
        "end": {
          "line": 36,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 990,
      "end": 991,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1000,
      "end": 1006,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 1007,
      "end": 1011,
      "loc": {
        "start": {
          "line": 38,
          "column": 15
        },
        "end": {
          "line": 38,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1011,
      "end": 1012,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1017,
      "end": 1018,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1018,
      "end": 1019,
      "loc": {
        "start": {
          "line": 39,
          "column": 5
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_object_id",
      "start": 1025,
      "end": 1037,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1037,
      "end": 1038,
      "loc": {
        "start": {
          "line": 41,
          "column": 16
        },
        "end": {
          "line": 41,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1039,
      "end": 1047,
      "loc": {
        "start": {
          "line": 41,
          "column": 18
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1047,
      "end": 1048,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj_id",
      "start": 1048,
      "end": 1054,
      "loc": {
        "start": {
          "line": 41,
          "column": 27
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1054,
      "end": 1055,
      "loc": {
        "start": {
          "line": 41,
          "column": 33
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1056,
      "end": 1057,
      "loc": {
        "start": {
          "line": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1066,
      "end": 1068,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1069,
      "end": 1070,
      "loc": {
        "start": {
          "line": 42,
          "column": 11
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 1070,
      "end": 1078,
      "loc": {
        "start": {
          "line": 42,
          "column": 12
        },
        "end": {
          "line": 42,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 1079,
      "end": 1081,
      "loc": {
        "start": {
          "line": 42,
          "column": 21
        },
        "end": {
          "line": 42,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 1082,
      "end": 1088,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj_id",
      "start": 1089,
      "end": 1095,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1095,
      "end": 1096,
      "loc": {
        "start": {
          "line": 42,
          "column": 37
        },
        "end": {
          "line": 42,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1097,
      "end": 1103,
      "loc": {
        "start": {
          "line": 42,
          "column": 39
        },
        "end": {
          "line": 42,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1104,
      "end": 1109,
      "loc": {
        "start": {
          "line": 42,
          "column": 46
        },
        "end": {
          "line": 42,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1109,
      "end": 1110,
      "loc": {
        "start": {
          "line": 42,
          "column": 51
        },
        "end": {
          "line": 42,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1120,
      "end": 1123,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1124,
      "end": 1129,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 44,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1130,
      "end": 1131,
      "loc": {
        "start": {
          "line": 44,
          "column": 18
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id_regex",
      "start": 1132,
      "end": 1140,
      "loc": {
        "start": {
          "line": 44,
          "column": 20
        },
        "end": {
          "line": 44,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1140,
      "end": 1141,
      "loc": {
        "start": {
          "line": 44,
          "column": 28
        },
        "end": {
          "line": 44,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exec",
      "start": 1141,
      "end": 1145,
      "loc": {
        "start": {
          "line": 44,
          "column": 29
        },
        "end": {
          "line": 44,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1145,
      "end": 1146,
      "loc": {
        "start": {
          "line": 44,
          "column": 33
        },
        "end": {
          "line": 44,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj_id",
      "start": 1146,
      "end": 1152,
      "loc": {
        "start": {
          "line": 44,
          "column": 34
        },
        "end": {
          "line": 44,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1152,
      "end": 1153,
      "loc": {
        "start": {
          "line": 44,
          "column": 40
        },
        "end": {
          "line": 44,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1153,
      "end": 1154,
      "loc": {
        "start": {
          "line": 44,
          "column": 41
        },
        "end": {
          "line": 44,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1163,
      "end": 1169,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1170,
      "end": 1175,
      "loc": {
        "start": {
          "line": 45,
          "column": 15
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1176,
      "end": 1179,
      "loc": {
        "start": {
          "line": 45,
          "column": 21
        },
        "end": {
          "line": 45,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1180,
      "end": 1184,
      "loc": {
        "start": {
          "line": 45,
          "column": 25
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1185,
      "end": 1187,
      "loc": {
        "start": {
          "line": 45,
          "column": 30
        },
        "end": {
          "line": 45,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj_id",
      "start": 1188,
      "end": 1194,
      "loc": {
        "start": {
          "line": 45,
          "column": 33
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1194,
      "end": 1195,
      "loc": {
        "start": {
          "line": 45,
          "column": 39
        },
        "end": {
          "line": 45,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 1195,
      "end": 1200,
      "loc": {
        "start": {
          "line": 45,
          "column": 40
        },
        "end": {
          "line": 45,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1200,
      "end": 1201,
      "loc": {
        "start": {
          "line": 45,
          "column": 45
        },
        "end": {
          "line": 45,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 1201,
      "end": 1204,
      "loc": {
        "start": {
          "line": 45,
          "column": 46
        },
        "end": {
          "line": 45,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1204,
      "end": 1205,
      "loc": {
        "start": {
          "line": 45,
          "column": 49
        },
        "end": {
          "line": 45,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1205,
      "end": 1206,
      "loc": {
        "start": {
          "line": 45,
          "column": 50
        },
        "end": {
          "line": 45,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1206,
      "end": 1212,
      "loc": {
        "start": {
          "line": 45,
          "column": 51
        },
        "end": {
          "line": 45,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1213,
      "end": 1216,
      "loc": {
        "start": {
          "line": 45,
          "column": 58
        },
        "end": {
          "line": 45,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 1217,
      "end": 1218,
      "loc": {
        "start": {
          "line": 45,
          "column": 62
        },
        "end": {
          "line": 45,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1218,
      "end": 1219,
      "loc": {
        "start": {
          "line": 45,
          "column": 63
        },
        "end": {
          "line": 45,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1224,
      "end": 1225,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1225,
      "end": 1226,
      "loc": {
        "start": {
          "line": 46,
          "column": 5
        },
        "end": {
          "line": 46,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty",
      "start": 1232,
      "end": 1240,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1240,
      "end": 1241,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1242,
      "end": 1250,
      "loc": {
        "start": {
          "line": 48,
          "column": 14
        },
        "end": {
          "line": 48,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1250,
      "end": 1251,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1251,
      "end": 1256,
      "loc": {
        "start": {
          "line": 48,
          "column": 23
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1256,
      "end": 1257,
      "loc": {
        "start": {
          "line": 48,
          "column": 28
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1258,
      "end": 1259,
      "loc": {
        "start": {
          "line": 48,
          "column": 30
        },
        "end": {
          "line": 48,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1268,
      "end": 1274,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1275,
      "end": 1280,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 1281,
      "end": 1283,
      "loc": {
        "start": {
          "line": 49,
          "column": 21
        },
        "end": {
          "line": 49,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1284,
      "end": 1288,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1289,
      "end": 1291,
      "loc": {
        "start": {
          "line": 49,
          "column": 29
        },
        "end": {
          "line": 49,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1292,
      "end": 1297,
      "loc": {
        "start": {
          "line": 49,
          "column": 32
        },
        "end": {
          "line": 49,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1297,
      "end": 1298,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1298,
      "end": 1304,
      "loc": {
        "start": {
          "line": 49,
          "column": 38
        },
        "end": {
          "line": 49,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1305,
      "end": 1308,
      "loc": {
        "start": {
          "line": 49,
          "column": 45
        },
        "end": {
          "line": 49,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 49,
          "column": 49
        },
        "end": {
          "line": 49,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1310,
      "end": 1311,
      "loc": {
        "start": {
          "line": 49,
          "column": 50
        },
        "end": {
          "line": 49,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1316,
      "end": 1317,
      "loc": {
        "start": {
          "line": 50,
          "column": 4
        },
        "end": {
          "line": 50,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1317,
      "end": 1318,
      "loc": {
        "start": {
          "line": 50,
          "column": 5
        },
        "end": {
          "line": 50,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_account_name_error",
      "start": 1324,
      "end": 1345,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1347,
      "end": 1355,
      "loc": {
        "start": {
          "line": 52,
          "column": 27
        },
        "end": {
          "line": 52,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1355,
      "end": 1356,
      "loc": {
        "start": {
          "line": 52,
          "column": 35
        },
        "end": {
          "line": 52,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1356,
      "end": 1361,
      "loc": {
        "start": {
          "line": 52,
          "column": 36
        },
        "end": {
          "line": 52,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1361,
      "end": 1362,
      "loc": {
        "start": {
          "line": 52,
          "column": 41
        },
        "end": {
          "line": 52,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allow_too_short",
      "start": 1363,
      "end": 1378,
      "loc": {
        "start": {
          "line": 52,
          "column": 43
        },
        "end": {
          "line": 52,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 52,
          "column": 58
        },
        "end": {
          "line": 52,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 52,
          "column": 60
        },
        "end": {
          "line": 52,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1390,
      "end": 1393,
      "loc": {
        "start": {
          "line": 53,
          "column": 8
        },
        "end": {
          "line": 53,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1395,
      "end": 1396,
      "loc": {
        "start": {
          "line": 53,
          "column": 13
        },
        "end": {
          "line": 53,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 1397,
      "end": 1402,
      "loc": {
        "start": {
          "line": 53,
          "column": 15
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1402,
      "end": 1403,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 1404,
      "end": 1407,
      "loc": {
        "start": {
          "line": 53,
          "column": 22
        },
        "end": {
          "line": 53,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 53,
          "column": 25
        },
        "end": {
          "line": 53,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1409,
      "end": 1415,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1415,
      "end": 1416,
      "loc": {
        "start": {
          "line": 53,
          "column": 33
        },
        "end": {
          "line": 53,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 1417,
      "end": 1420,
      "loc": {
        "start": {
          "line": 53,
          "column": 35
        },
        "end": {
          "line": 53,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1420,
      "end": 1421,
      "loc": {
        "start": {
          "line": 53,
          "column": 38
        },
        "end": {
          "line": 53,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 1422,
      "end": 1428,
      "loc": {
        "start": {
          "line": 53,
          "column": 40
        },
        "end": {
          "line": 53,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1428,
      "end": 1429,
      "loc": {
        "start": {
          "line": 53,
          "column": 46
        },
        "end": {
          "line": 53,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1438,
      "end": 1440,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 54,
          "column": 11
        },
        "end": {
          "line": 54,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allow_too_short",
      "start": 1442,
      "end": 1457,
      "loc": {
        "start": {
          "line": 54,
          "column": 12
        },
        "end": {
          "line": 54,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 1458,
      "end": 1460,
      "loc": {
        "start": {
          "line": 54,
          "column": 28
        },
        "end": {
          "line": 54,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1461,
      "end": 1465,
      "loc": {
        "start": {
          "line": 54,
          "column": 31
        },
        "end": {
          "line": 54,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1465,
      "end": 1466,
      "loc": {
        "start": {
          "line": 54,
          "column": 35
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1467,
      "end": 1468,
      "loc": {
        "start": {
          "line": 54,
          "column": 37
        },
        "end": {
          "line": 54,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allow_too_short",
      "start": 1481,
      "end": 1496,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1497,
      "end": 1498,
      "loc": {
        "start": {
          "line": 55,
          "column": 28
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1499,
      "end": 1504,
      "loc": {
        "start": {
          "line": 55,
          "column": 30
        },
        "end": {
          "line": 55,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1504,
      "end": 1505,
      "loc": {
        "start": {
          "line": 55,
          "column": 35
        },
        "end": {
          "line": 55,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1514,
      "end": 1515,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 1524,
      "end": 1530,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1531,
      "end": 1532,
      "loc": {
        "start": {
          "line": 57,
          "column": 15
        },
        "end": {
          "line": 57,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Account name should ",
      "start": 1533,
      "end": 1555,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 57,
          "column": 39
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1565,
      "end": 1567,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1568,
      "end": 1569,
      "loc": {
        "start": {
          "line": 58,
          "column": 11
        },
        "end": {
          "line": 58,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1569,
      "end": 1573,
      "loc": {
        "start": {
          "line": 58,
          "column": 12
        },
        "end": {
          "line": 58,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1573,
      "end": 1574,
      "loc": {
        "start": {
          "line": 58,
          "column": 16
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty",
      "start": 1574,
      "end": 1582,
      "loc": {
        "start": {
          "line": 58,
          "column": 17
        },
        "end": {
          "line": 58,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1582,
      "end": 1583,
      "loc": {
        "start": {
          "line": 58,
          "column": 25
        },
        "end": {
          "line": 58,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1583,
      "end": 1588,
      "loc": {
        "start": {
          "line": 58,
          "column": 26
        },
        "end": {
          "line": 58,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 58,
          "column": 31
        },
        "end": {
          "line": 58,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1589,
      "end": 1590,
      "loc": {
        "start": {
          "line": 58,
          "column": 32
        },
        "end": {
          "line": 58,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1591,
      "end": 1592,
      "loc": {
        "start": {
          "line": 58,
          "column": 34
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1605,
      "end": 1611,
      "loc": {
        "start": {
          "line": 59,
          "column": 12
        },
        "end": {
          "line": 59,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 1612,
      "end": 1618,
      "loc": {
        "start": {
          "line": 59,
          "column": 19
        },
        "end": {
          "line": 59,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1619,
      "end": 1620,
      "loc": {
        "start": {
          "line": 59,
          "column": 26
        },
        "end": {
          "line": 59,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "not be empty.",
      "start": 1621,
      "end": 1636,
      "loc": {
        "start": {
          "line": 59,
          "column": 28
        },
        "end": {
          "line": 59,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1636,
      "end": 1637,
      "loc": {
        "start": {
          "line": 59,
          "column": 43
        },
        "end": {
          "line": 59,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1646,
      "end": 1647,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1656,
      "end": 1662,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1663,
      "end": 1664,
      "loc": {
        "start": {
          "line": 61,
          "column": 15
        },
        "end": {
          "line": 61,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1665,
      "end": 1670,
      "loc": {
        "start": {
          "line": 61,
          "column": 17
        },
        "end": {
          "line": 61,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1671,
      "end": 1677,
      "loc": {
        "start": {
          "line": 61,
          "column": 23
        },
        "end": {
          "line": 61,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1677,
      "end": 1678,
      "loc": {
        "start": {
          "line": 61,
          "column": 29
        },
        "end": {
          "line": 61,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1687,
      "end": 1689,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1690,
      "end": 1691,
      "loc": {
        "start": {
          "line": 62,
          "column": 11
        },
        "end": {
          "line": 62,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1691,
      "end": 1692,
      "loc": {
        "start": {
          "line": 62,
          "column": 12
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allow_too_short",
      "start": 1692,
      "end": 1707,
      "loc": {
        "start": {
          "line": 62,
          "column": 13
        },
        "end": {
          "line": 62,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1708,
      "end": 1710,
      "loc": {
        "start": {
          "line": 62,
          "column": 29
        },
        "end": {
          "line": 62,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1711,
      "end": 1717,
      "loc": {
        "start": {
          "line": 62,
          "column": 32
        },
        "end": {
          "line": 62,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 62,
          "column": 39
        },
        "end": {
          "line": 62,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 1720,
      "end": 1721,
      "loc": {
        "start": {
          "line": 62,
          "column": 41
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1721,
      "end": 1722,
      "loc": {
        "start": {
          "line": 62,
          "column": 42
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1723,
      "end": 1724,
      "loc": {
        "start": {
          "line": 62,
          "column": 44
        },
        "end": {
          "line": 62,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1737,
      "end": 1743,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 1744,
      "end": 1750,
      "loc": {
        "start": {
          "line": 63,
          "column": 19
        },
        "end": {
          "line": 63,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1751,
      "end": 1752,
      "loc": {
        "start": {
          "line": 63,
          "column": 26
        },
        "end": {
          "line": 63,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "be longer.",
      "start": 1753,
      "end": 1765,
      "loc": {
        "start": {
          "line": 63,
          "column": 28
        },
        "end": {
          "line": 63,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1765,
      "end": 1766,
      "loc": {
        "start": {
          "line": 63,
          "column": 40
        },
        "end": {
          "line": 63,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1775,
      "end": 1776,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1785,
      "end": 1787,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1788,
      "end": 1789,
      "loc": {
        "start": {
          "line": 65,
          "column": 11
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1789,
      "end": 1795,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1796,
      "end": 1797,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 63,
      "start": 1798,
      "end": 1800,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1800,
      "end": 1801,
      "loc": {
        "start": {
          "line": 65,
          "column": 23
        },
        "end": {
          "line": 65,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1802,
      "end": 1803,
      "loc": {
        "start": {
          "line": 65,
          "column": 25
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1816,
      "end": 1822,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 1823,
      "end": 1829,
      "loc": {
        "start": {
          "line": 66,
          "column": 19
        },
        "end": {
          "line": 66,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 66,
          "column": 26
        },
        "end": {
          "line": 66,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "be shorter.",
      "start": 1832,
      "end": 1845,
      "loc": {
        "start": {
          "line": 66,
          "column": 28
        },
        "end": {
          "line": 66,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1845,
      "end": 1846,
      "loc": {
        "start": {
          "line": 66,
          "column": 41
        },
        "end": {
          "line": 66,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1855,
      "end": 1856,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1865,
      "end": 1867,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1868,
      "end": 1869,
      "loc": {
        "start": {
          "line": 68,
          "column": 11
        },
        "end": {
          "line": 68,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "\\.",
        "flags": ""
      },
      "start": 1869,
      "end": 1873,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1873,
      "end": 1874,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 1874,
      "end": 1878,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1879,
      "end": 1884,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1884,
      "end": 1885,
      "loc": {
        "start": {
          "line": 68,
          "column": 27
        },
        "end": {
          "line": 68,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1885,
      "end": 1886,
      "loc": {
        "start": {
          "line": 68,
          "column": 28
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1887,
      "end": 1888,
      "loc": {
        "start": {
          "line": 68,
          "column": 30
        },
        "end": {
          "line": 68,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 1901,
      "end": 1907,
      "loc": {
        "start": {
          "line": 69,
          "column": 12
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1908,
      "end": 1909,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Each account segment should ",
      "start": 1910,
      "end": 1940,
      "loc": {
        "start": {
          "line": 69,
          "column": 21
        },
        "end": {
          "line": 69,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1940,
      "end": 1941,
      "loc": {
        "start": {
          "line": 69,
          "column": 51
        },
        "end": {
          "line": 69,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1950,
      "end": 1951,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 1960,
      "end": 1963,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1964,
      "end": 1965,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1966,
      "end": 1971,
      "loc": {
        "start": {
          "line": 71,
          "column": 14
        },
        "end": {
          "line": 71,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 1972,
      "end": 1977,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 71,
          "column": 25
        },
        "end": {
          "line": 71,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 1978,
      "end": 1981,
      "loc": {
        "start": {
          "line": 71,
          "column": 26
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1981,
      "end": 1982,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1982,
      "end": 1983,
      "loc": {
        "start": {
          "line": 71,
          "column": 30
        },
        "end": {
          "line": 71,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 1992,
      "end": 1995,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1996,
      "end": 1997,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1997,
      "end": 1998,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1999,
      "end": 2000,
      "loc": {
        "start": {
          "line": 72,
          "column": 15
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2001,
      "end": 2002,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2002,
      "end": 2003,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 2004,
      "end": 2007,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2008,
      "end": 2009,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 2010,
      "end": 2013,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2013,
      "end": 2014,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2014,
      "end": 2020,
      "loc": {
        "start": {
          "line": 72,
          "column": 30
        },
        "end": {
          "line": 72,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2020,
      "end": 2021,
      "loc": {
        "start": {
          "line": 72,
          "column": 36
        },
        "end": {
          "line": 72,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2022,
      "end": 2023,
      "loc": {
        "start": {
          "line": 72,
          "column": 38
        },
        "end": {
          "line": 72,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2024,
      "end": 2025,
      "loc": {
        "start": {
          "line": 72,
          "column": 40
        },
        "end": {
          "line": 72,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 2026,
      "end": 2029,
      "loc": {
        "start": {
          "line": 72,
          "column": 42
        },
        "end": {
          "line": 72,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2029,
      "end": 2030,
      "loc": {
        "start": {
          "line": 72,
          "column": 45
        },
        "end": {
          "line": 72,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2031,
      "end": 2032,
      "loc": {
        "start": {
          "line": 72,
          "column": 47
        },
        "end": {
          "line": 72,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2032,
      "end": 2034,
      "loc": {
        "start": {
          "line": 72,
          "column": 48
        },
        "end": {
          "line": 72,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2034,
      "end": 2035,
      "loc": {
        "start": {
          "line": 72,
          "column": 50
        },
        "end": {
          "line": 72,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2036,
      "end": 2037,
      "loc": {
        "start": {
          "line": 72,
          "column": 52
        },
        "end": {
          "line": 72,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 2050,
      "end": 2055,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2056,
      "end": 2057,
      "loc": {
        "start": {
          "line": 73,
          "column": 18
        },
        "end": {
          "line": 73,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ref",
      "start": 2058,
      "end": 2061,
      "loc": {
        "start": {
          "line": 73,
          "column": 20
        },
        "end": {
          "line": 73,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2061,
      "end": 2062,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2062,
      "end": 2063,
      "loc": {
        "start": {
          "line": 73,
          "column": 24
        },
        "end": {
          "line": 73,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2063,
      "end": 2064,
      "loc": {
        "start": {
          "line": 73,
          "column": 25
        },
        "end": {
          "line": 73,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2064,
      "end": 2065,
      "loc": {
        "start": {
          "line": 73,
          "column": 26
        },
        "end": {
          "line": 73,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2078,
      "end": 2080,
      "loc": {
        "start": {
          "line": 74,
          "column": 12
        },
        "end": {
          "line": 74,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2081,
      "end": 2082,
      "loc": {
        "start": {
          "line": 74,
          "column": 15
        },
        "end": {
          "line": 74,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2082,
      "end": 2083,
      "loc": {
        "start": {
          "line": 74,
          "column": 16
        },
        "end": {
          "line": 74,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^[~a-z]",
        "flags": ""
      },
      "start": 2083,
      "end": 2092,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2092,
      "end": 2093,
      "loc": {
        "start": {
          "line": 74,
          "column": 26
        },
        "end": {
          "line": 74,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 2093,
      "end": 2097,
      "loc": {
        "start": {
          "line": 74,
          "column": 27
        },
        "end": {
          "line": 74,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2097,
      "end": 2098,
      "loc": {
        "start": {
          "line": 74,
          "column": 31
        },
        "end": {
          "line": 74,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 2098,
      "end": 2103,
      "loc": {
        "start": {
          "line": 74,
          "column": 32
        },
        "end": {
          "line": 74,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2103,
      "end": 2104,
      "loc": {
        "start": {
          "line": 74,
          "column": 37
        },
        "end": {
          "line": 74,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2104,
      "end": 2105,
      "loc": {
        "start": {
          "line": 74,
          "column": 38
        },
        "end": {
          "line": 74,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2106,
      "end": 2107,
      "loc": {
        "start": {
          "line": 74,
          "column": 40
        },
        "end": {
          "line": 74,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2124,
      "end": 2130,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 2131,
      "end": 2137,
      "loc": {
        "start": {
          "line": 75,
          "column": 23
        },
        "end": {
          "line": 75,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2138,
      "end": 2139,
      "loc": {
        "start": {
          "line": 75,
          "column": 30
        },
        "end": {
          "line": 75,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "start with a letter.",
      "start": 2140,
      "end": 2162,
      "loc": {
        "start": {
          "line": 75,
          "column": 32
        },
        "end": {
          "line": 75,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2162,
      "end": 2163,
      "loc": {
        "start": {
          "line": 75,
          "column": 54
        },
        "end": {
          "line": 75,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2176,
      "end": 2177,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2190,
      "end": 2192,
      "loc": {
        "start": {
          "line": 77,
          "column": 12
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2193,
      "end": 2194,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2194,
      "end": 2195,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^[~a-z0-9-]*$",
        "flags": ""
      },
      "start": 2195,
      "end": 2210,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2210,
      "end": 2211,
      "loc": {
        "start": {
          "line": 77,
          "column": 32
        },
        "end": {
          "line": 77,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 2211,
      "end": 2215,
      "loc": {
        "start": {
          "line": 77,
          "column": 33
        },
        "end": {
          "line": 77,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 77,
          "column": 37
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 2216,
      "end": 2221,
      "loc": {
        "start": {
          "line": 77,
          "column": 38
        },
        "end": {
          "line": 77,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2221,
      "end": 2222,
      "loc": {
        "start": {
          "line": 77,
          "column": 43
        },
        "end": {
          "line": 77,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2222,
      "end": 2223,
      "loc": {
        "start": {
          "line": 77,
          "column": 44
        },
        "end": {
          "line": 77,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2224,
      "end": 2225,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2242,
      "end": 2248,
      "loc": {
        "start": {
          "line": 78,
          "column": 16
        },
        "end": {
          "line": 78,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 2249,
      "end": 2255,
      "loc": {
        "start": {
          "line": 78,
          "column": 23
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2256,
      "end": 2257,
      "loc": {
        "start": {
          "line": 78,
          "column": 30
        },
        "end": {
          "line": 78,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "have only letters, digits, or dashes.",
      "start": 2258,
      "end": 2297,
      "loc": {
        "start": {
          "line": 78,
          "column": 32
        },
        "end": {
          "line": 78,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2297,
      "end": 2298,
      "loc": {
        "start": {
          "line": 78,
          "column": 71
        },
        "end": {
          "line": 78,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2311,
      "end": 2312,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2325,
      "end": 2327,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2328,
      "end": 2329,
      "loc": {
        "start": {
          "line": 80,
          "column": 15
        },
        "end": {
          "line": 80,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "--",
        "flags": ""
      },
      "start": 2329,
      "end": 2333,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 80,
          "column": 20
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 2334,
      "end": 2338,
      "loc": {
        "start": {
          "line": 80,
          "column": 21
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2338,
      "end": 2339,
      "loc": {
        "start": {
          "line": 80,
          "column": 25
        },
        "end": {
          "line": 80,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 2339,
      "end": 2344,
      "loc": {
        "start": {
          "line": 80,
          "column": 26
        },
        "end": {
          "line": 80,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2344,
      "end": 2345,
      "loc": {
        "start": {
          "line": 80,
          "column": 31
        },
        "end": {
          "line": 80,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2345,
      "end": 2346,
      "loc": {
        "start": {
          "line": 80,
          "column": 32
        },
        "end": {
          "line": 80,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2347,
      "end": 2348,
      "loc": {
        "start": {
          "line": 80,
          "column": 34
        },
        "end": {
          "line": 80,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2365,
      "end": 2371,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 2372,
      "end": 2378,
      "loc": {
        "start": {
          "line": 81,
          "column": 23
        },
        "end": {
          "line": 81,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2379,
      "end": 2380,
      "loc": {
        "start": {
          "line": 81,
          "column": 30
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "have only one dash in a row.",
      "start": 2381,
      "end": 2411,
      "loc": {
        "start": {
          "line": 81,
          "column": 32
        },
        "end": {
          "line": 81,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2411,
      "end": 2412,
      "loc": {
        "start": {
          "line": 81,
          "column": 62
        },
        "end": {
          "line": 81,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2425,
      "end": 2426,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2439,
      "end": 2441,
      "loc": {
        "start": {
          "line": 83,
          "column": 12
        },
        "end": {
          "line": 83,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 83,
          "column": 15
        },
        "end": {
          "line": 83,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2443,
      "end": 2444,
      "loc": {
        "start": {
          "line": 83,
          "column": 16
        },
        "end": {
          "line": 83,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "[a-z0-9]$",
        "flags": ""
      },
      "start": 2444,
      "end": 2455,
      "loc": {
        "start": {
          "line": 83,
          "column": 17
        },
        "end": {
          "line": 83,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2455,
      "end": 2456,
      "loc": {
        "start": {
          "line": 83,
          "column": 28
        },
        "end": {
          "line": 83,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 2456,
      "end": 2460,
      "loc": {
        "start": {
          "line": 83,
          "column": 29
        },
        "end": {
          "line": 83,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2460,
      "end": 2461,
      "loc": {
        "start": {
          "line": 83,
          "column": 33
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 2461,
      "end": 2466,
      "loc": {
        "start": {
          "line": 83,
          "column": 34
        },
        "end": {
          "line": 83,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2466,
      "end": 2467,
      "loc": {
        "start": {
          "line": 83,
          "column": 39
        },
        "end": {
          "line": 83,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2467,
      "end": 2468,
      "loc": {
        "start": {
          "line": 83,
          "column": 40
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2469,
      "end": 2470,
      "loc": {
        "start": {
          "line": 83,
          "column": 42
        },
        "end": {
          "line": 83,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2487,
      "end": 2493,
      "loc": {
        "start": {
          "line": 84,
          "column": 16
        },
        "end": {
          "line": 84,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 2494,
      "end": 2500,
      "loc": {
        "start": {
          "line": 84,
          "column": 23
        },
        "end": {
          "line": 84,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 84,
          "column": 30
        },
        "end": {
          "line": 84,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "end with a letter or digit.",
      "start": 2503,
      "end": 2532,
      "loc": {
        "start": {
          "line": 84,
          "column": 32
        },
        "end": {
          "line": 84,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2532,
      "end": 2533,
      "loc": {
        "start": {
          "line": 84,
          "column": 61
        },
        "end": {
          "line": 84,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2546,
      "end": 2547,
      "loc": {
        "start": {
          "line": 85,
          "column": 12
        },
        "end": {
          "line": 85,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2560,
      "end": 2562,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2563,
      "end": 2564,
      "loc": {
        "start": {
          "line": 86,
          "column": 15
        },
        "end": {
          "line": 86,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 86,
          "column": 16
        },
        "end": {
          "line": 86,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2565,
      "end": 2566,
      "loc": {
        "start": {
          "line": 86,
          "column": 17
        },
        "end": {
          "line": 86,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "label",
      "start": 2566,
      "end": 2571,
      "loc": {
        "start": {
          "line": 86,
          "column": 18
        },
        "end": {
          "line": 86,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2571,
      "end": 2572,
      "loc": {
        "start": {
          "line": 86,
          "column": 23
        },
        "end": {
          "line": 86,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2572,
      "end": 2578,
      "loc": {
        "start": {
          "line": 86,
          "column": 24
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 2579,
      "end": 2581,
      "loc": {
        "start": {
          "line": 86,
          "column": 31
        },
        "end": {
          "line": 86,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 2582,
      "end": 2583,
      "loc": {
        "start": {
          "line": 86,
          "column": 34
        },
        "end": {
          "line": 86,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2583,
      "end": 2584,
      "loc": {
        "start": {
          "line": 86,
          "column": 35
        },
        "end": {
          "line": 86,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 86,
          "column": 36
        },
        "end": {
          "line": 86,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2586,
      "end": 2587,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2604,
      "end": 2610,
      "loc": {
        "start": {
          "line": 87,
          "column": 16
        },
        "end": {
          "line": 87,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 2611,
      "end": 2617,
      "loc": {
        "start": {
          "line": 87,
          "column": 23
        },
        "end": {
          "line": 87,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2618,
      "end": 2619,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "be longer",
      "start": 2620,
      "end": 2631,
      "loc": {
        "start": {
          "line": 87,
          "column": 32
        },
        "end": {
          "line": 87,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2631,
      "end": 2632,
      "loc": {
        "start": {
          "line": 87,
          "column": 43
        },
        "end": {
          "line": 87,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2645,
      "end": 2646,
      "loc": {
        "start": {
          "line": 88,
          "column": 12
        },
        "end": {
          "line": 88,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2655,
      "end": 2656,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2665,
      "end": 2671,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 2672,
      "end": 2676,
      "loc": {
        "start": {
          "line": 90,
          "column": 15
        },
        "end": {
          "line": 90,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2676,
      "end": 2677,
      "loc": {
        "start": {
          "line": 90,
          "column": 19
        },
        "end": {
          "line": 90,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 91,
          "column": 4
        },
        "end": {
          "line": 91,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2683,
      "end": 2684,
      "loc": {
        "start": {
          "line": 91,
          "column": 5
        },
        "end": {
          "line": 91,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_cheap_name",
      "start": 2690,
      "end": 2703,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2703,
      "end": 2704,
      "loc": {
        "start": {
          "line": 93,
          "column": 17
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2705,
      "end": 2713,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2713,
      "end": 2714,
      "loc": {
        "start": {
          "line": 93,
          "column": 27
        },
        "end": {
          "line": 93,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "account_name",
      "start": 2714,
      "end": 2726,
      "loc": {
        "start": {
          "line": 93,
          "column": 28
        },
        "end": {
          "line": 93,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2726,
      "end": 2727,
      "loc": {
        "start": {
          "line": 93,
          "column": 40
        },
        "end": {
          "line": 93,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2728,
      "end": 2729,
      "loc": {
        "start": {
          "line": 93,
          "column": 42
        },
        "end": {
          "line": 93,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2738,
      "end": 2744,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "[0-9-]",
        "flags": ""
      },
      "start": 2745,
      "end": 2753,
      "loc": {
        "start": {
          "line": 94,
          "column": 15
        },
        "end": {
          "line": 94,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2753,
      "end": 2754,
      "loc": {
        "start": {
          "line": 94,
          "column": 23
        },
        "end": {
          "line": 94,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 2754,
      "end": 2758,
      "loc": {
        "start": {
          "line": 94,
          "column": 24
        },
        "end": {
          "line": 94,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2758,
      "end": 2759,
      "loc": {
        "start": {
          "line": 94,
          "column": 28
        },
        "end": {
          "line": 94,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "account_name",
      "start": 2759,
      "end": 2771,
      "loc": {
        "start": {
          "line": 94,
          "column": 29
        },
        "end": {
          "line": 94,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2771,
      "end": 2772,
      "loc": {
        "start": {
          "line": 94,
          "column": 41
        },
        "end": {
          "line": 94,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2773,
      "end": 2775,
      "loc": {
        "start": {
          "line": 94,
          "column": 43
        },
        "end": {
          "line": 94,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2776,
      "end": 2777,
      "loc": {
        "start": {
          "line": 94,
          "column": 46
        },
        "end": {
          "line": 94,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "[aeiouy]",
        "flags": ""
      },
      "start": 2777,
      "end": 2787,
      "loc": {
        "start": {
          "line": 94,
          "column": 47
        },
        "end": {
          "line": 94,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2787,
      "end": 2788,
      "loc": {
        "start": {
          "line": 94,
          "column": 57
        },
        "end": {
          "line": 94,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 2788,
      "end": 2792,
      "loc": {
        "start": {
          "line": 94,
          "column": 58
        },
        "end": {
          "line": 94,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2792,
      "end": 2793,
      "loc": {
        "start": {
          "line": 94,
          "column": 62
        },
        "end": {
          "line": 94,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "account_name",
      "start": 2793,
      "end": 2805,
      "loc": {
        "start": {
          "line": 94,
          "column": 63
        },
        "end": {
          "line": 94,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2805,
      "end": 2806,
      "loc": {
        "start": {
          "line": 94,
          "column": 75
        },
        "end": {
          "line": 94,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2806,
      "end": 2807,
      "loc": {
        "start": {
          "line": 94,
          "column": 76
        },
        "end": {
          "line": 94,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2812,
      "end": 2813,
      "loc": {
        "start": {
          "line": 95,
          "column": 4
        },
        "end": {
          "line": 95,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2813,
      "end": 2814,
      "loc": {
        "start": {
          "line": 95,
          "column": 5
        },
        "end": {
          "line": 95,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty_user_input",
      "start": 2820,
      "end": 2839,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2839,
      "end": 2840,
      "loc": {
        "start": {
          "line": 97,
          "column": 23
        },
        "end": {
          "line": 97,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2841,
      "end": 2849,
      "loc": {
        "start": {
          "line": 97,
          "column": 25
        },
        "end": {
          "line": 97,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2849,
      "end": 2850,
      "loc": {
        "start": {
          "line": 97,
          "column": 33
        },
        "end": {
          "line": 97,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2850,
      "end": 2855,
      "loc": {
        "start": {
          "line": 97,
          "column": 34
        },
        "end": {
          "line": 97,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2855,
      "end": 2856,
      "loc": {
        "start": {
          "line": 97,
          "column": 39
        },
        "end": {
          "line": 97,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2857,
      "end": 2858,
      "loc": {
        "start": {
          "line": 97,
          "column": 41
        },
        "end": {
          "line": 97,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2867,
      "end": 2869,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2870,
      "end": 2871,
      "loc": {
        "start": {
          "line": 98,
          "column": 11
        },
        "end": {
          "line": 98,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2871,
      "end": 2875,
      "loc": {
        "start": {
          "line": 98,
          "column": 12
        },
        "end": {
          "line": 98,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2875,
      "end": 2876,
      "loc": {
        "start": {
          "line": 98,
          "column": 16
        },
        "end": {
          "line": 98,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty",
      "start": 2876,
      "end": 2884,
      "loc": {
        "start": {
          "line": 98,
          "column": 17
        },
        "end": {
          "line": 98,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2884,
      "end": 2885,
      "loc": {
        "start": {
          "line": 98,
          "column": 25
        },
        "end": {
          "line": 98,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2885,
      "end": 2890,
      "loc": {
        "start": {
          "line": 98,
          "column": 26
        },
        "end": {
          "line": 98,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2890,
      "end": 2891,
      "loc": {
        "start": {
          "line": 98,
          "column": 31
        },
        "end": {
          "line": 98,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2891,
      "end": 2892,
      "loc": {
        "start": {
          "line": 98,
          "column": 32
        },
        "end": {
          "line": 98,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2893,
      "end": 2894,
      "loc": {
        "start": {
          "line": 98,
          "column": 34
        },
        "end": {
          "line": 98,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2907,
      "end": 2913,
      "loc": {
        "start": {
          "line": 99,
          "column": 12
        },
        "end": {
          "line": 99,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 2914,
      "end": 2918,
      "loc": {
        "start": {
          "line": 99,
          "column": 19
        },
        "end": {
          "line": 99,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2918,
      "end": 2919,
      "loc": {
        "start": {
          "line": 99,
          "column": 23
        },
        "end": {
          "line": 99,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2928,
      "end": 2929,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2938,
      "end": 2940,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2941,
      "end": 2942,
      "loc": {
        "start": {
          "line": 101,
          "column": 11
        },
        "end": {
          "line": 101,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2942,
      "end": 2943,
      "loc": {
        "start": {
          "line": 101,
          "column": 12
        },
        "end": {
          "line": 101,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2943,
      "end": 2948,
      "loc": {
        "start": {
          "line": 101,
          "column": 13
        },
        "end": {
          "line": 101,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2949,
      "end": 2950,
      "loc": {
        "start": {
          "line": 101,
          "column": 19
        },
        "end": {
          "line": 101,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2951,
      "end": 2953,
      "loc": {
        "start": {
          "line": 101,
          "column": 21
        },
        "end": {
          "line": 101,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2953,
      "end": 2954,
      "loc": {
        "start": {
          "line": 101,
          "column": 23
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2954,
      "end": 2955,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 2955,
      "end": 2959,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 101,
          "column": 29
        },
        "end": {
          "line": 101,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2960,
      "end": 2961,
      "loc": {
        "start": {
          "line": 101,
          "column": 30
        },
        "end": {
          "line": 101,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2962,
      "end": 2965,
      "loc": {
        "start": {
          "line": 101,
          "column": 32
        },
        "end": {
          "line": 101,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2966,
      "end": 2968,
      "loc": {
        "start": {
          "line": 101,
          "column": 36
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2968,
      "end": 2969,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2970,
      "end": 2971,
      "loc": {
        "start": {
          "line": 101,
          "column": 40
        },
        "end": {
          "line": 101,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2984,
      "end": 2990,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 2991,
      "end": 2995,
      "loc": {
        "start": {
          "line": 102,
          "column": 19
        },
        "end": {
          "line": 102,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2995,
      "end": 2996,
      "loc": {
        "start": {
          "line": 102,
          "column": 23
        },
        "end": {
          "line": 102,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3005,
      "end": 3006,
      "loc": {
        "start": {
          "line": 103,
          "column": 8
        },
        "end": {
          "line": 103,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3015,
      "end": 3021,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3022,
      "end": 3027,
      "loc": {
        "start": {
          "line": 104,
          "column": 15
        },
        "end": {
          "line": 104,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3033,
      "end": 3034,
      "loc": {
        "start": {
          "line": 105,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3034,
      "end": 3035,
      "loc": {
        "start": {
          "line": 105,
          "column": 5
        },
        "end": {
          "line": 105,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "required",
      "start": 3041,
      "end": 3049,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3051,
      "end": 3059,
      "loc": {
        "start": {
          "line": 107,
          "column": 14
        },
        "end": {
          "line": 107,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3059,
      "end": 3060,
      "loc": {
        "start": {
          "line": 107,
          "column": 22
        },
        "end": {
          "line": 107,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3060,
      "end": 3065,
      "loc": {
        "start": {
          "line": 107,
          "column": 23
        },
        "end": {
          "line": 107,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3065,
      "end": 3066,
      "loc": {
        "start": {
          "line": 107,
          "column": 28
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_name",
      "start": 3067,
      "end": 3077,
      "loc": {
        "start": {
          "line": 107,
          "column": 30
        },
        "end": {
          "line": 107,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3078,
      "end": 3079,
      "loc": {
        "start": {
          "line": 107,
          "column": 41
        },
        "end": {
          "line": 107,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3080,
      "end": 3082,
      "loc": {
        "start": {
          "line": 107,
          "column": 43
        },
        "end": {
          "line": 107,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3082,
      "end": 3083,
      "loc": {
        "start": {
          "line": 107,
          "column": 45
        },
        "end": {
          "line": 107,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3084,
      "end": 3085,
      "loc": {
        "start": {
          "line": 107,
          "column": 47
        },
        "end": {
          "line": 107,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3094,
      "end": 3096,
      "loc": {
        "start": {
          "line": 108,
          "column": 8
        },
        "end": {
          "line": 108,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3097,
      "end": 3098,
      "loc": {
        "start": {
          "line": 108,
          "column": 11
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3098,
      "end": 3102,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3102,
      "end": 3103,
      "loc": {
        "start": {
          "line": 108,
          "column": 16
        },
        "end": {
          "line": 108,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty",
      "start": 3103,
      "end": 3111,
      "loc": {
        "start": {
          "line": 108,
          "column": 17
        },
        "end": {
          "line": 108,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3111,
      "end": 3112,
      "loc": {
        "start": {
          "line": 108,
          "column": 25
        },
        "end": {
          "line": 108,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3112,
      "end": 3117,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3117,
      "end": 3118,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 108,
          "column": 32
        },
        "end": {
          "line": 108,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 3134,
      "end": 3139,
      "loc": {
        "start": {
          "line": 109,
          "column": 12
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3140,
      "end": 3143,
      "loc": {
        "start": {
          "line": 109,
          "column": 18
        },
        "end": {
          "line": 109,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 3144,
      "end": 3149,
      "loc": {
        "start": {
          "line": 109,
          "column": 22
        },
        "end": {
          "line": 109,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 109,
          "column": 27
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value required for ",
      "start": 3150,
      "end": 3171,
      "loc": {
        "start": {
          "line": 109,
          "column": 28
        },
        "end": {
          "line": 109,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 109,
          "column": 50
        },
        "end": {
          "line": 109,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field_name",
      "start": 3174,
      "end": 3184,
      "loc": {
        "start": {
          "line": 109,
          "column": 52
        },
        "end": {
          "line": 109,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3185,
      "end": 3186,
      "loc": {
        "start": {
          "line": 109,
          "column": 63
        },
        "end": {
          "line": 109,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ": ",
      "start": 3187,
      "end": 3191,
      "loc": {
        "start": {
          "line": 109,
          "column": 65
        },
        "end": {
          "line": 109,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3192,
      "end": 3193,
      "loc": {
        "start": {
          "line": 109,
          "column": 70
        },
        "end": {
          "line": 109,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3194,
      "end": 3199,
      "loc": {
        "start": {
          "line": 109,
          "column": 72
        },
        "end": {
          "line": 109,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3199,
      "end": 3200,
      "loc": {
        "start": {
          "line": 109,
          "column": 77
        },
        "end": {
          "line": 109,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 109,
          "column": 78
        },
        "end": {
          "line": 109,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3210,
      "end": 3211,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3220,
      "end": 3226,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3227,
      "end": 3232,
      "loc": {
        "start": {
          "line": 111,
          "column": 15
        },
        "end": {
          "line": 111,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3232,
      "end": 3233,
      "loc": {
        "start": {
          "line": 111,
          "column": 20
        },
        "end": {
          "line": 111,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 112,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3239,
      "end": 3240,
      "loc": {
        "start": {
          "line": 112,
          "column": 5
        },
        "end": {
          "line": 112,
          "column": 6
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @see is_valid_symbol graphene/libraries/chain/protocol/asset_ops.cpp ",
      "start": 3246,
      "end": 3321,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_valid_symbol_error",
      "start": 3326,
      "end": 3347,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3347,
      "end": 3348,
      "loc": {
        "start": {
          "line": 115,
          "column": 25
        },
        "end": {
          "line": 115,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3349,
      "end": 3357,
      "loc": {
        "start": {
          "line": 115,
          "column": 27
        },
        "end": {
          "line": 115,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3357,
      "end": 3358,
      "loc": {
        "start": {
          "line": 115,
          "column": 35
        },
        "end": {
          "line": 115,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3358,
      "end": 3363,
      "loc": {
        "start": {
          "line": 115,
          "column": 36
        },
        "end": {
          "line": 115,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3363,
      "end": 3364,
      "loc": {
        "start": {
          "line": 115,
          "column": 41
        },
        "end": {
          "line": 115,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3365,
      "end": 3366,
      "loc": {
        "start": {
          "line": 115,
          "column": 43
        },
        "end": {
          "line": 115,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3375,
      "end": 3378,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3379,
      "end": 3385,
      "loc": {
        "start": {
          "line": 116,
          "column": 12
        },
        "end": {
          "line": 116,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3386,
      "end": 3387,
      "loc": {
        "start": {
          "line": 116,
          "column": 19
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Asset name should ",
      "start": 3388,
      "end": 3408,
      "loc": {
        "start": {
          "line": 116,
          "column": 21
        },
        "end": {
          "line": 116,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 116,
          "column": 41
        },
        "end": {
          "line": 116,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3418,
      "end": 3420,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3421,
      "end": 3422,
      "loc": {
        "start": {
          "line": 117,
          "column": 11
        },
        "end": {
          "line": 117,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3422,
      "end": 3426,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3426,
      "end": 3427,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_empty",
      "start": 3427,
      "end": 3435,
      "loc": {
        "start": {
          "line": 117,
          "column": 17
        },
        "end": {
          "line": 117,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3435,
      "end": 3436,
      "loc": {
        "start": {
          "line": 117,
          "column": 25
        },
        "end": {
          "line": 117,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3436,
      "end": 3441,
      "loc": {
        "start": {
          "line": 117,
          "column": 26
        },
        "end": {
          "line": 117,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3441,
      "end": 3442,
      "loc": {
        "start": {
          "line": 117,
          "column": 31
        },
        "end": {
          "line": 117,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3442,
      "end": 3443,
      "loc": {
        "start": {
          "line": 117,
          "column": 32
        },
        "end": {
          "line": 117,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3444,
      "end": 3445,
      "loc": {
        "start": {
          "line": 117,
          "column": 34
        },
        "end": {
          "line": 117,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3458,
      "end": 3464,
      "loc": {
        "start": {
          "line": 118,
          "column": 12
        },
        "end": {
          "line": 118,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3465,
      "end": 3471,
      "loc": {
        "start": {
          "line": 118,
          "column": 19
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3472,
      "end": 3473,
      "loc": {
        "start": {
          "line": 118,
          "column": 26
        },
        "end": {
          "line": 118,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "not be empty.",
      "start": 3474,
      "end": 3489,
      "loc": {
        "start": {
          "line": 118,
          "column": 28
        },
        "end": {
          "line": 118,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3489,
      "end": 3490,
      "loc": {
        "start": {
          "line": 118,
          "column": 43
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3499,
      "end": 3500,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3509,
      "end": 3511,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3512,
      "end": 3513,
      "loc": {
        "start": {
          "line": 120,
          "column": 11
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3513,
      "end": 3518,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3518,
      "end": 3519,
      "loc": {
        "start": {
          "line": 120,
          "column": 17
        },
        "end": {
          "line": 120,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 3519,
      "end": 3524,
      "loc": {
        "start": {
          "line": 120,
          "column": 18
        },
        "end": {
          "line": 120,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3524,
      "end": 3525,
      "loc": {
        "start": {
          "line": 120,
          "column": 23
        },
        "end": {
          "line": 120,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 3525,
      "end": 3528,
      "loc": {
        "start": {
          "line": 120,
          "column": 24
        },
        "end": {
          "line": 120,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3528,
      "end": 3529,
      "loc": {
        "start": {
          "line": 120,
          "column": 27
        },
        "end": {
          "line": 120,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3529,
      "end": 3530,
      "loc": {
        "start": {
          "line": 120,
          "column": 28
        },
        "end": {
          "line": 120,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3530,
      "end": 3536,
      "loc": {
        "start": {
          "line": 120,
          "column": 29
        },
        "end": {
          "line": 120,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 3537,
      "end": 3538,
      "loc": {
        "start": {
          "line": 120,
          "column": 36
        },
        "end": {
          "line": 120,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3539,
      "end": 3540,
      "loc": {
        "start": {
          "line": 120,
          "column": 38
        },
        "end": {
          "line": 120,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3540,
      "end": 3541,
      "loc": {
        "start": {
          "line": 120,
          "column": 39
        },
        "end": {
          "line": 120,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3542,
      "end": 3543,
      "loc": {
        "start": {
          "line": 120,
          "column": 41
        },
        "end": {
          "line": 120,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3556,
      "end": 3562,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3563,
      "end": 3569,
      "loc": {
        "start": {
          "line": 121,
          "column": 19
        },
        "end": {
          "line": 121,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3570,
      "end": 3571,
      "loc": {
        "start": {
          "line": 121,
          "column": 26
        },
        "end": {
          "line": 121,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "have only one dot.",
      "start": 3572,
      "end": 3592,
      "loc": {
        "start": {
          "line": 121,
          "column": 28
        },
        "end": {
          "line": 121,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3592,
      "end": 3593,
      "loc": {
        "start": {
          "line": 121,
          "column": 48
        },
        "end": {
          "line": 121,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3602,
      "end": 3603,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3612,
      "end": 3614,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3615,
      "end": 3616,
      "loc": {
        "start": {
          "line": 123,
          "column": 11
        },
        "end": {
          "line": 123,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3616,
      "end": 3621,
      "loc": {
        "start": {
          "line": 123,
          "column": 12
        },
        "end": {
          "line": 123,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3621,
      "end": 3622,
      "loc": {
        "start": {
          "line": 123,
          "column": 17
        },
        "end": {
          "line": 123,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3622,
      "end": 3628,
      "loc": {
        "start": {
          "line": 123,
          "column": 18
        },
        "end": {
          "line": 123,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3629,
      "end": 3630,
      "loc": {
        "start": {
          "line": 123,
          "column": 25
        },
        "end": {
          "line": 123,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 3631,
      "end": 3632,
      "loc": {
        "start": {
          "line": 123,
          "column": 27
        },
        "end": {
          "line": 123,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3632,
      "end": 3633,
      "loc": {
        "start": {
          "line": 123,
          "column": 28
        },
        "end": {
          "line": 123,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3634,
      "end": 3635,
      "loc": {
        "start": {
          "line": 123,
          "column": 30
        },
        "end": {
          "line": 123,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3648,
      "end": 3654,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3655,
      "end": 3661,
      "loc": {
        "start": {
          "line": 124,
          "column": 19
        },
        "end": {
          "line": 124,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 124,
          "column": 26
        },
        "end": {
          "line": 124,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "be longer.",
      "start": 3664,
      "end": 3676,
      "loc": {
        "start": {
          "line": 124,
          "column": 28
        },
        "end": {
          "line": 124,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3686,
      "end": 3687,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3696,
      "end": 3698,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 126,
          "column": 11
        },
        "end": {
          "line": 126,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3700,
      "end": 3705,
      "loc": {
        "start": {
          "line": 126,
          "column": 12
        },
        "end": {
          "line": 126,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3705,
      "end": 3706,
      "loc": {
        "start": {
          "line": 126,
          "column": 17
        },
        "end": {
          "line": 126,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3706,
      "end": 3712,
      "loc": {
        "start": {
          "line": 126,
          "column": 18
        },
        "end": {
          "line": 126,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 126,
          "column": 25
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 16,
      "start": 3715,
      "end": 3717,
      "loc": {
        "start": {
          "line": 126,
          "column": 27
        },
        "end": {
          "line": 126,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3717,
      "end": 3718,
      "loc": {
        "start": {
          "line": 126,
          "column": 29
        },
        "end": {
          "line": 126,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3719,
      "end": 3720,
      "loc": {
        "start": {
          "line": 126,
          "column": 31
        },
        "end": {
          "line": 126,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3733,
      "end": 3739,
      "loc": {
        "start": {
          "line": 127,
          "column": 12
        },
        "end": {
          "line": 127,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3740,
      "end": 3746,
      "loc": {
        "start": {
          "line": 127,
          "column": 19
        },
        "end": {
          "line": 127,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3747,
      "end": 3748,
      "loc": {
        "start": {
          "line": 127,
          "column": 26
        },
        "end": {
          "line": 127,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "be shorter.",
      "start": 3749,
      "end": 3762,
      "loc": {
        "start": {
          "line": 127,
          "column": 28
        },
        "end": {
          "line": 127,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3762,
      "end": 3763,
      "loc": {
        "start": {
          "line": 127,
          "column": 41
        },
        "end": {
          "line": 127,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "end": {
          "line": 128,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3782,
      "end": 3784,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3785,
      "end": 3786,
      "loc": {
        "start": {
          "line": 129,
          "column": 11
        },
        "end": {
          "line": 129,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3786,
      "end": 3787,
      "loc": {
        "start": {
          "line": 129,
          "column": 12
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^[A-Z]",
        "flags": ""
      },
      "start": 3787,
      "end": 3795,
      "loc": {
        "start": {
          "line": 129,
          "column": 13
        },
        "end": {
          "line": 129,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3795,
      "end": 3796,
      "loc": {
        "start": {
          "line": 129,
          "column": 21
        },
        "end": {
          "line": 129,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3796,
      "end": 3800,
      "loc": {
        "start": {
          "line": 129,
          "column": 22
        },
        "end": {
          "line": 129,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3800,
      "end": 3801,
      "loc": {
        "start": {
          "line": 129,
          "column": 26
        },
        "end": {
          "line": 129,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3801,
      "end": 3806,
      "loc": {
        "start": {
          "line": 129,
          "column": 27
        },
        "end": {
          "line": 129,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3806,
      "end": 3807,
      "loc": {
        "start": {
          "line": 129,
          "column": 32
        },
        "end": {
          "line": 129,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3807,
      "end": 3808,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3809,
      "end": 3810,
      "loc": {
        "start": {
          "line": 129,
          "column": 35
        },
        "end": {
          "line": 129,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3823,
      "end": 3829,
      "loc": {
        "start": {
          "line": 130,
          "column": 12
        },
        "end": {
          "line": 130,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3830,
      "end": 3836,
      "loc": {
        "start": {
          "line": 130,
          "column": 19
        },
        "end": {
          "line": 130,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3837,
      "end": 3838,
      "loc": {
        "start": {
          "line": 130,
          "column": 26
        },
        "end": {
          "line": 130,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "start with a letter",
      "start": 3839,
      "end": 3860,
      "loc": {
        "start": {
          "line": 130,
          "column": 28
        },
        "end": {
          "line": 130,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3860,
      "end": 3861,
      "loc": {
        "start": {
          "line": 130,
          "column": 49
        },
        "end": {
          "line": 130,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3870,
      "end": 3871,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3880,
      "end": 3882,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3883,
      "end": 3884,
      "loc": {
        "start": {
          "line": 132,
          "column": 11
        },
        "end": {
          "line": 132,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3884,
      "end": 3885,
      "loc": {
        "start": {
          "line": 132,
          "column": 12
        },
        "end": {
          "line": 132,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "[A-Z]$",
        "flags": ""
      },
      "start": 3885,
      "end": 3893,
      "loc": {
        "start": {
          "line": 132,
          "column": 13
        },
        "end": {
          "line": 132,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3893,
      "end": 3894,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3894,
      "end": 3898,
      "loc": {
        "start": {
          "line": 132,
          "column": 22
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3898,
      "end": 3899,
      "loc": {
        "start": {
          "line": 132,
          "column": 26
        },
        "end": {
          "line": 132,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3899,
      "end": 3904,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3904,
      "end": 3905,
      "loc": {
        "start": {
          "line": 132,
          "column": 32
        },
        "end": {
          "line": 132,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3905,
      "end": 3906,
      "loc": {
        "start": {
          "line": 132,
          "column": 33
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 132,
          "column": 35
        },
        "end": {
          "line": 132,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3921,
      "end": 3927,
      "loc": {
        "start": {
          "line": 133,
          "column": 12
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 3928,
      "end": 3934,
      "loc": {
        "start": {
          "line": 133,
          "column": 19
        },
        "end": {
          "line": 133,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3935,
      "end": 3936,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "end with a letter",
      "start": 3937,
      "end": 3956,
      "loc": {
        "start": {
          "line": 133,
          "column": 28
        },
        "end": {
          "line": 133,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3956,
      "end": 3957,
      "loc": {
        "start": {
          "line": 133,
          "column": 47
        },
        "end": {
          "line": 133,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3966,
      "end": 3967,
      "loc": {
        "start": {
          "line": 134,
          "column": 8
        },
        "end": {
          "line": 134,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3976,
      "end": 3978,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3979,
      "end": 3980,
      "loc": {
        "start": {
          "line": 135,
          "column": 11
        },
        "end": {
          "line": 135,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "^[A-Z0-9\\.]$",
        "flags": ""
      },
      "start": 3980,
      "end": 3994,
      "loc": {
        "start": {
          "line": 135,
          "column": 12
        },
        "end": {
          "line": 135,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3994,
      "end": 3995,
      "loc": {
        "start": {
          "line": 135,
          "column": 26
        },
        "end": {
          "line": 135,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3995,
      "end": 3999,
      "loc": {
        "start": {
          "line": 135,
          "column": 27
        },
        "end": {
          "line": 135,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3999,
      "end": 4000,
      "loc": {
        "start": {
          "line": 135,
          "column": 31
        },
        "end": {
          "line": 135,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4000,
      "end": 4005,
      "loc": {
        "start": {
          "line": 135,
          "column": 32
        },
        "end": {
          "line": 135,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4005,
      "end": 4006,
      "loc": {
        "start": {
          "line": 135,
          "column": 37
        },
        "end": {
          "line": 135,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4006,
      "end": 4007,
      "loc": {
        "start": {
          "line": 135,
          "column": 38
        },
        "end": {
          "line": 135,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4008,
      "end": 4009,
      "loc": {
        "start": {
          "line": 135,
          "column": 40
        },
        "end": {
          "line": 135,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4022,
      "end": 4028,
      "loc": {
        "start": {
          "line": 136,
          "column": 12
        },
        "end": {
          "line": 136,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "suffix",
      "start": 4029,
      "end": 4035,
      "loc": {
        "start": {
          "line": 136,
          "column": 19
        },
        "end": {
          "line": 136,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4036,
      "end": 4037,
      "loc": {
        "start": {
          "line": 136,
          "column": 26
        },
        "end": {
          "line": 136,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "contain only letters numbers and perhaps a dot.",
      "start": 4038,
      "end": 4087,
      "loc": {
        "start": {
          "line": 136,
          "column": 28
        },
        "end": {
          "line": 136,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 136,
          "column": 77
        },
        "end": {
          "line": 136,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4097,
      "end": 4098,
      "loc": {
        "start": {
          "line": 137,
          "column": 8
        },
        "end": {
          "line": 137,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4107,
      "end": 4113,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4114,
      "end": 4118,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4118,
      "end": 4119,
      "loc": {
        "start": {
          "line": 138,
          "column": 19
        },
        "end": {
          "line": 138,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4124,
      "end": 4125,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4126,
      "end": 4127,
      "loc": {
        "start": {
          "line": 140,
          "column": 0
        },
        "end": {
          "line": 140,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4127,
      "end": 4128,
      "loc": {
        "start": {
          "line": 140,
          "column": 1
        },
        "end": {
          "line": 140,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 4130,
      "end": 4136,
      "loc": {
        "start": {
          "line": 142,
          "column": 0
        },
        "end": {
          "line": 142,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 4137,
      "end": 4144,
      "loc": {
        "start": {
          "line": 142,
          "column": 7
        },
        "end": {
          "line": 142,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "chainValidation",
      "start": 4145,
      "end": 4160,
      "loc": {
        "start": {
          "line": 142,
          "column": 15
        },
        "end": {
          "line": 142,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4160,
      "end": 4161,
      "loc": {
        "start": {
          "line": 142,
          "column": 30
        },
        "end": {
          "line": 142,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4162,
      "end": 4162,
      "loc": {
        "start": {
          "line": 143,
          "column": 0
        },
        "end": {
          "line": 143,
          "column": 0
        }
      }
    }
  ]
}