{
  "type": "File",
  "start": 0,
  "end": 1419,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 48,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1419,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 48,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 28,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 28
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 13,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 13
                },
                "identifierName": "assert"
              },
              "name": "assert"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 19,
          "end": 27,
          "loc": {
            "start": {
              "line": 1,
              "column": 19
            },
            "end": {
              "line": 1,
              "column": 27
            }
          },
          "extra": {
            "rawValue": "assert",
            "raw": "\"assert\""
          },
          "value": "assert"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n    Convert 12.34 with a precision of 3 into 12340\n\n    @arg {number|string} number - Use strings for large numbers.  This may contain one decimal but no sign\n    @arg {number} precision - number of implied decimal places (usually causes right zero padding)\n    @return {string} -\n",
            "start": 30,
            "end": 317,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 2
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 319,
        "end": 1389,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 45,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 325,
            "end": 1388,
            "loc": {
              "start": {
                "line": 11,
                "column": 6
              },
              "end": {
                "line": 45,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 325,
              "end": 336,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 6
                },
                "end": {
                  "line": 11,
                  "column": 17
                },
                "identifierName": "NumberUtils"
              },
              "name": "NumberUtils",
              "leadingComments": null
            },
            "init": {
              "type": "ObjectExpression",
              "start": 339,
              "end": 1388,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 20
                },
                "end": {
                  "line": 45,
                  "column": 1
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 345,
                  "end": 1386,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4
                    },
                    "end": {
                      "line": 44,
                      "column": 5
                    }
                  },
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 345,
                    "end": 361,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 20
                      },
                      "identifierName": "toImpliedDecimal"
                    },
                    "name": "toImpliedDecimal"
                  },
                  "value": {
                    "type": "FunctionExpression",
                    "start": 363,
                    "end": 1386,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 22
                      },
                      "end": {
                        "line": 44,
                        "column": 5
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 372,
                      "end": 388,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 31
                        },
                        "end": {
                          "line": 12,
                          "column": 47
                        },
                        "identifierName": "toImpliedDecimal"
                      },
                      "name": "toImpliedDecimal"
                    },
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 389,
                        "end": 395,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 48
                          },
                          "end": {
                            "line": 12,
                            "column": 54
                          },
                          "identifierName": "number"
                        },
                        "name": "number"
                      },
                      {
                        "type": "Identifier",
                        "start": 397,
                        "end": 406,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 56
                          },
                          "end": {
                            "line": 12,
                            "column": 65
                          },
                          "identifierName": "precision"
                        },
                        "name": "precision"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 408,
                      "end": 1386,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 67
                        },
                        "end": {
                          "line": 44,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 418,
                          "end": 609,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 63
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 422,
                            "end": 448,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 12
                              },
                              "end": {
                                "line": 13,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 422,
                              "end": 435,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 25
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 429,
                                "end": 435,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 25
                                  },
                                  "identifierName": "number"
                                },
                                "name": "number"
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 440,
                              "end": 448,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 30
                                },
                                "end": {
                                  "line": 13,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": "number",
                                "raw": "\"number\""
                              },
                              "value": "number"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 450,
                            "end": 555,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 40
                              },
                              "end": {
                                "line": 16,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 464,
                                "end": 511,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 59
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 464,
                                  "end": 510,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 58
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 464,
                                    "end": 470,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 18
                                      },
                                      "identifierName": "assert"
                                    },
                                    "name": "assert"
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 471,
                                      "end": 497,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 45
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 471,
                                        "end": 477,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 25
                                          },
                                          "identifierName": "number"
                                        },
                                        "name": "number"
                                      },
                                      "operator": "<=",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 481,
                                        "end": 497,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 45
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 9007199254740991,
                                          "raw": "9007199254740991"
                                        },
                                        "value": 9007199254740991
                                      }
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 499,
                                      "end": 509,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 57
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "overflow",
                                        "raw": "\"overflow\""
                                      },
                                      "value": "overflow"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 524,
                                "end": 545,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 33
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 524,
                                  "end": 544,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 32
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 524,
                                    "end": 530,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 18
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 533,
                                    "end": 544,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 32
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 533,
                                      "end": 535,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 23
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "\"\""
                                      },
                                      "value": ""
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 538,
                                      "end": 544,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 32
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    }
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 561,
                            "end": 609,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 15
                              },
                              "end": {
                                "line": 16,
                                "column": 63
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 565,
                              "end": 580,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 19
                                },
                                "end": {
                                  "line": 16,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 565,
                                "end": 571,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 25
                                  },
                                  "identifierName": "number"
                                },
                                "name": "number"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 572,
                                "end": 580,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 34
                                  },
                                  "identifierName": "toString"
                                },
                                "name": "toString"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 582,
                              "end": 609,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 36
                                },
                                "end": {
                                  "line": 16,
                                  "column": 63
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 582,
                                "end": 608,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 62
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 582,
                                  "end": 588,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 42
                                    },
                                    "identifierName": "number"
                                  },
                                  "name": "number"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 591,
                                  "end": 608,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 62
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 591,
                                    "end": 606,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 60
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 591,
                                      "end": 597,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 51
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 598,
                                      "end": 606,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 60
                                        },
                                        "identifierName": "toString"
                                      },
                                      "name": "toString"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            },
                            "alternate": null
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 619,
                          "end": 753,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 10
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 619,
                            "end": 752,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 619,
                              "end": 625,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 14
                                },
                                "identifierName": "assert"
                              },
                              "name": "assert"
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 639,
                                "end": 665,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 38
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 639,
                                  "end": 652,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 25
                                    }
                                  },
                                  "operator": "typeof",
                                  "prefix": true,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 646,
                                    "end": 652,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 25
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "===",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 657,
                                  "end": 665,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "string",
                                    "raw": "\"string\""
                                  },
                                  "value": "string"
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 679,
                                "end": 742,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 75
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 679,
                                  "end": 726,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "number should be an actual number or string: ",
                                    "raw": "\"number should be an actual number or string: \""
                                  },
                                  "value": "number should be an actual number or string: "
                                },
                                "operator": "+",
                                "right": {
                                  "type": "UnaryExpression",
                                  "start": 729,
                                  "end": 742,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 75
                                    }
                                  },
                                  "operator": "typeof",
                                  "prefix": true,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 736,
                                    "end": 742,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 75
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 762,
                          "end": 785,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 31
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 762,
                            "end": 784,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 30
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 762,
                              "end": 768,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 14
                                },
                                "identifierName": "number"
                              },
                              "name": "number"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 771,
                              "end": 784,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 17
                                },
                                "end": {
                                  "line": 22,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 771,
                                "end": 782,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 771,
                                  "end": 777,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 23
                                    },
                                    "identifierName": "number"
                                  },
                                  "name": "number"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 778,
                                  "end": 782,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 28
                                    },
                                    "identifierName": "trim"
                                  },
                                  "name": "trim"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 794,
                          "end": 905,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 10
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 794,
                            "end": 904,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 794,
                              "end": 800,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 14
                                },
                                "identifierName": "assert"
                              },
                              "name": "assert"
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 814,
                                "end": 846,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 44
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 814,
                                  "end": 838,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "RegExpLiteral",
                                    "start": 814,
                                    "end": 833,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 31
                                      }
                                    },
                                    "extra": {
                                      "raw": "/^[0-9]*\\.?[0-9]*$/"
                                    },
                                    "pattern": "^[0-9]*\\.?[0-9]*$",
                                    "flags": ""
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 834,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 36
                                      },
                                      "identifierName": "test"
                                    },
                                    "name": "test"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 839,
                                    "end": 845,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 43
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  }
                                ]
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 860,
                                "end": 894,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 46
                                  }
                                },
                                "left": {
                                  "type": "StringLiteral",
                                  "start": 860,
                                  "end": 885,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 37
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "Invalid decimal number ",
                                    "raw": "\"Invalid decimal number \""
                                  },
                                  "value": "Invalid decimal number "
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 888,
                                  "end": 894,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 46
                                    },
                                    "identifierName": "number"
                                  },
                                  "name": "number"
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 915,
                          "end": 966,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 59
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 919,
                              "end": 965,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 12
                                },
                                "end": {
                                  "line": 28,
                                  "column": 58
                                }
                              },
                              "id": {
                                "type": "ArrayPattern",
                                "start": 919,
                                "end": 945,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 38
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "AssignmentPattern",
                                    "start": 920,
                                    "end": 930,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 23
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 920,
                                      "end": 925,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 18
                                        },
                                        "identifierName": "whole"
                                      },
                                      "name": "whole"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 928,
                                      "end": 930,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 23
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "\"\""
                                      },
                                      "value": ""
                                    }
                                  },
                                  {
                                    "type": "AssignmentPattern",
                                    "start": 932,
                                    "end": 944,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 37
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 932,
                                      "end": 939,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 32
                                        },
                                        "identifierName": "decimal"
                                      },
                                      "name": "decimal"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 942,
                                      "end": 944,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 37
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "\"\""
                                      },
                                      "value": ""
                                    }
                                  }
                                ]
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 948,
                                "end": 965,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 948,
                                  "end": 960,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 53
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 948,
                                    "end": 954,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 47
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 955,
                                    "end": 960,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 53
                                      },
                                      "identifierName": "split"
                                    },
                                    "name": "split"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 961,
                                    "end": 964,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 57
                                      }
                                    },
                                    "extra": {
                                      "rawValue": ".",
                                      "raw": "\".\""
                                    },
                                    "value": "."
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 976,
                          "end": 1017,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 49
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 980,
                              "end": 1016,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 12
                                },
                                "end": {
                                  "line": 30,
                                  "column": 48
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 980,
                                "end": 987,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 19
                                  },
                                  "identifierName": "padding"
                                },
                                "name": "padding"
                              },
                              "init": {
                                "type": "BinaryExpression",
                                "start": 990,
                                "end": 1016,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 48
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 990,
                                  "end": 999,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 31
                                    },
                                    "identifierName": "precision"
                                  },
                                  "name": "precision"
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1002,
                                  "end": 1016,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1002,
                                    "end": 1009,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 41
                                      },
                                      "identifierName": "decimal"
                                    },
                                    "name": "decimal"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1010,
                                    "end": 1016,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 48
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                }
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1026,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 10
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1026,
                            "end": 1218,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1026,
                              "end": 1032,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 14
                                },
                                "identifierName": "assert"
                              },
                              "name": "assert"
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1046,
                                "end": 1058,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 24
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1046,
                                  "end": 1053,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 19
                                    },
                                    "identifierName": "padding"
                                  },
                                  "name": "padding"
                                },
                                "operator": ">=",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 1057,
                                  "end": 1058,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 24
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1072,
                                "end": 1208,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 25
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 1072,
                                  "end": 1180,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 51
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1072,
                                    "end": 1126,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 22
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 1072,
                                      "end": 1101,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 41
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Too many decimal digits in ",
                                        "raw": "\"Too many decimal digits in \""
                                      },
                                      "value": "Too many decimal digits in "
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1120,
                                      "end": 1126,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 22
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1145,
                                    "end": 1180,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 51
                                      }
                                    },
                                    "extra": {
                                      "rawValue": " to create an implied decimal of ",
                                      "raw": "\" to create an implied decimal of \""
                                    },
                                    "value": " to create an implied decimal of "
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 1199,
                                  "end": 1208,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 25
                                    },
                                    "identifierName": "precision"
                                  },
                                  "name": "precision"
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ForStatement",
                          "start": 1229,
                          "end": 1278,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 57
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 1234,
                            "end": 1243,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 13
                              },
                              "end": {
                                "line": 39,
                                "column": 22
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1238,
                                "end": 1243,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 22
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1238,
                                  "end": 1239,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 18
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 1242,
                                  "end": 1243,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 22
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1245,
                            "end": 1256,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 24
                              },
                              "end": {
                                "line": 39,
                                "column": 35
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1245,
                              "end": 1246,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 24
                                },
                                "end": {
                                  "line": 39,
                                  "column": 25
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 1249,
                              "end": 1256,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 28
                                },
                                "end": {
                                  "line": 39,
                                  "column": 35
                                },
                                "identifierName": "padding"
                              },
                              "name": "padding"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 1258,
                            "end": 1261,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 37
                              },
                              "end": {
                                "line": 39,
                                "column": 40
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 1258,
                              "end": 1259,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 37
                                },
                                "end": {
                                  "line": 39,
                                  "column": 38
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "ExpressionStatement",
                            "start": 1263,
                            "end": 1278,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 42
                              },
                              "end": {
                                "line": 39,
                                "column": 57
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1263,
                              "end": 1277,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 42
                                },
                                "end": {
                                  "line": 39,
                                  "column": 56
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 1263,
                                "end": 1270,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 49
                                  },
                                  "identifierName": "decimal"
                                },
                                "name": "decimal"
                              },
                              "right": {
                                "type": "StringLiteral",
                                "start": 1274,
                                "end": 1277,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 56
                                  }
                                },
                                "extra": {
                                  "rawValue": "0",
                                  "raw": "\"0\""
                                },
                                "value": "0"
                              }
                            }
                          }
                        },
                        {
                          "type": "WhileStatement",
                          "start": 1288,
                          "end": 1347,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 67
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1295,
                            "end": 1318,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 15
                              },
                              "end": {
                                "line": 41,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 1295,
                              "end": 1310,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 15
                                },
                                "end": {
                                  "line": 41,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1295,
                                "end": 1307,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1295,
                                  "end": 1300,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 20
                                    },
                                    "identifierName": "whole"
                                  },
                                  "name": "whole"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1301,
                                  "end": 1307,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 27
                                    },
                                    "identifierName": "charAt"
                                  },
                                  "name": "charAt"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "NumericLiteral",
                                  "start": 1308,
                                  "end": 1309,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              ]
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 1315,
                              "end": 1318,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 35
                                },
                                "end": {
                                  "line": 41,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": "0",
                                "raw": "\"0\""
                              },
                              "value": "0"
                            }
                          },
                          "body": {
                            "type": "ExpressionStatement",
                            "start": 1320,
                            "end": 1347,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 40
                              },
                              "end": {
                                "line": 41,
                                "column": 67
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1320,
                              "end": 1346,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 40
                                },
                                "end": {
                                  "line": 41,
                                  "column": 66
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1320,
                                "end": 1325,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 45
                                  },
                                  "identifierName": "whole"
                                },
                                "name": "whole"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 1328,
                                "end": 1346,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 66
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1328,
                                  "end": 1343,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1328,
                                    "end": 1333,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 53
                                      },
                                      "identifierName": "whole"
                                    },
                                    "name": "whole"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1334,
                                    "end": 1343,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 63
                                      },
                                      "identifierName": "substring"
                                    },
                                    "name": "substring"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 1344,
                                    "end": 1345,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 65
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  }
                                ]
                              }
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 1357,
                          "end": 1380,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 1364,
                            "end": 1379,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 15
                              },
                              "end": {
                                "line": 43,
                                "column": 30
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1364,
                              "end": 1369,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 15
                                },
                                "end": {
                                  "line": 43,
                                  "column": 20
                                },
                                "identifierName": "whole"
                              },
                              "name": "whole"
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 1372,
                              "end": 1379,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 23
                                },
                                "end": {
                                  "line": 43,
                                  "column": 30
                                },
                                "identifierName": "decimal"
                              },
                              "name": "decimal"
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 1391,
        "end": 1418,
        "loc": {
          "start": {
            "line": 47,
            "column": 0
          },
          "end": {
            "line": 47,
            "column": 27
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 1406,
          "end": 1417,
          "loc": {
            "start": {
              "line": 47,
              "column": 15
            },
            "end": {
              "line": 47,
              "column": 26
            },
            "identifierName": "NumberUtils"
          },
          "name": "NumberUtils"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 1391,
        "end": 1418,
        "loc": {
          "start": {
            "line": 47,
            "column": 0
          },
          "end": {
            "line": 47,
            "column": 27
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "start": 319,
          "end": 1389,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 45,
              "column": 2
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 325,
              "end": 1388,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 6
                },
                "end": {
                  "line": 45,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 325,
                "end": 336,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 6
                  },
                  "end": {
                    "line": 11,
                    "column": 17
                  },
                  "identifierName": "NumberUtils"
                },
                "name": "NumberUtils",
                "leadingComments": null
              },
              "init": {
                "type": "ObjectExpression",
                "start": 339,
                "end": 1388,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 20
                  },
                  "end": {
                    "line": 45,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 345,
                    "end": 1386,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 44,
                        "column": 5
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 345,
                      "end": 361,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 20
                        },
                        "identifierName": "toImpliedDecimal"
                      },
                      "name": "toImpliedDecimal"
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 363,
                      "end": 1386,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 22
                        },
                        "end": {
                          "line": 44,
                          "column": 5
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 372,
                        "end": 388,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 31
                          },
                          "end": {
                            "line": 12,
                            "column": 47
                          },
                          "identifierName": "toImpliedDecimal"
                        },
                        "name": "toImpliedDecimal"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 389,
                          "end": 395,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 48
                            },
                            "end": {
                              "line": 12,
                              "column": 54
                            },
                            "identifierName": "number"
                          },
                          "name": "number"
                        },
                        {
                          "type": "Identifier",
                          "start": 397,
                          "end": 406,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 56
                            },
                            "end": {
                              "line": 12,
                              "column": 65
                            },
                            "identifierName": "precision"
                          },
                          "name": "precision"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 408,
                        "end": 1386,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 67
                          },
                          "end": {
                            "line": 44,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 418,
                            "end": 609,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 63
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 422,
                              "end": 448,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 422,
                                "end": 435,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 25
                                  }
                                },
                                "operator": "typeof",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 429,
                                  "end": 435,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 25
                                    },
                                    "identifierName": "number"
                                  },
                                  "name": "number"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 440,
                                "end": 448,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 38
                                  }
                                },
                                "extra": {
                                  "rawValue": "number",
                                  "raw": "\"number\""
                                },
                                "value": "number"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 450,
                              "end": 555,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 40
                                },
                                "end": {
                                  "line": 16,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 464,
                                  "end": 511,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 59
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 464,
                                    "end": 510,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 58
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 464,
                                      "end": 470,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 18
                                        },
                                        "identifierName": "assert"
                                      },
                                      "name": "assert"
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 471,
                                        "end": 497,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 45
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 471,
                                          "end": 477,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 25
                                            },
                                            "identifierName": "number"
                                          },
                                          "name": "number"
                                        },
                                        "operator": "<=",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 481,
                                          "end": 497,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 45
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 9007199254740991,
                                            "raw": "9007199254740991"
                                          },
                                          "value": 9007199254740991
                                        }
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 499,
                                        "end": 509,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 57
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "overflow",
                                          "raw": "\"overflow\""
                                        },
                                        "value": "overflow"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 524,
                                  "end": 545,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 33
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 524,
                                    "end": 544,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 32
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 524,
                                      "end": 530,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 18
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 533,
                                      "end": 544,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 32
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 533,
                                        "end": 535,
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "",
                                          "raw": "\"\""
                                        },
                                        "value": ""
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 538,
                                        "end": 544,
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 32
                                          },
                                          "identifierName": "number"
                                        },
                                        "name": "number"
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 561,
                              "end": 609,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 15
                                },
                                "end": {
                                  "line": 16,
                                  "column": 63
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 565,
                                "end": 580,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 565,
                                  "end": 571,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 25
                                    },
                                    "identifierName": "number"
                                  },
                                  "name": "number"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 572,
                                  "end": 580,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 34
                                    },
                                    "identifierName": "toString"
                                  },
                                  "name": "toString"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 582,
                                "end": 609,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 63
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 582,
                                  "end": 608,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 62
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 582,
                                    "end": 588,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 42
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 591,
                                    "end": 608,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 591,
                                      "end": 606,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 60
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 591,
                                        "end": 597,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 51
                                          },
                                          "identifierName": "number"
                                        },
                                        "name": "number"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 598,
                                        "end": 606,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 60
                                          },
                                          "identifierName": "toString"
                                        },
                                        "name": "toString"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              },
                              "alternate": null
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 619,
                            "end": 753,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 10
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 619,
                              "end": 752,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 9
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 619,
                                "end": 625,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 14
                                  },
                                  "identifierName": "assert"
                                },
                                "name": "assert"
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 639,
                                  "end": 665,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 38
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 639,
                                    "end": 652,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 25
                                      }
                                    },
                                    "operator": "typeof",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 646,
                                      "end": 652,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 25
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 657,
                                    "end": 665,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 38
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "string",
                                      "raw": "\"string\""
                                    },
                                    "value": "string"
                                  }
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 679,
                                  "end": 742,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 75
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 679,
                                    "end": 726,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 59
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "number should be an actual number or string: ",
                                      "raw": "\"number should be an actual number or string: \""
                                    },
                                    "value": "number should be an actual number or string: "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 729,
                                    "end": 742,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 75
                                      }
                                    },
                                    "operator": "typeof",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 736,
                                      "end": 742,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 75
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 762,
                            "end": 785,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 31
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 762,
                              "end": 784,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 30
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 762,
                                "end": 768,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 14
                                  },
                                  "identifierName": "number"
                                },
                                "name": "number"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 771,
                                "end": 784,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 30
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 771,
                                  "end": 782,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 771,
                                    "end": 777,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 23
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 778,
                                    "end": 782,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 28
                                      },
                                      "identifierName": "trim"
                                    },
                                    "name": "trim"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 794,
                            "end": 905,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 10
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 794,
                              "end": 904,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 9
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 794,
                                "end": 800,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 14
                                  },
                                  "identifierName": "assert"
                                },
                                "name": "assert"
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 814,
                                  "end": 846,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 44
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 814,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "RegExpLiteral",
                                      "start": 814,
                                      "end": 833,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 31
                                        }
                                      },
                                      "extra": {
                                        "raw": "/^[0-9]*\\.?[0-9]*$/"
                                      },
                                      "pattern": "^[0-9]*\\.?[0-9]*$",
                                      "flags": ""
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 834,
                                      "end": 838,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 36
                                        },
                                        "identifierName": "test"
                                      },
                                      "name": "test"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 839,
                                      "end": 845,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 43
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    }
                                  ]
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 860,
                                  "end": 894,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 46
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 860,
                                    "end": 885,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "Invalid decimal number ",
                                      "raw": "\"Invalid decimal number \""
                                    },
                                    "value": "Invalid decimal number "
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 888,
                                    "end": 894,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 46
                                      },
                                      "identifierName": "number"
                                    },
                                    "name": "number"
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 915,
                            "end": 966,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 59
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 919,
                                "end": 965,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 58
                                  }
                                },
                                "id": {
                                  "type": "ArrayPattern",
                                  "start": 919,
                                  "end": 945,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 38
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "AssignmentPattern",
                                      "start": 920,
                                      "end": 930,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 23
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 920,
                                        "end": 925,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 18
                                          },
                                          "identifierName": "whole"
                                        },
                                        "name": "whole"
                                      },
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 928,
                                        "end": 930,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "",
                                          "raw": "\"\""
                                        },
                                        "value": ""
                                      }
                                    },
                                    {
                                      "type": "AssignmentPattern",
                                      "start": 932,
                                      "end": 944,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 37
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 932,
                                        "end": 939,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 32
                                          },
                                          "identifierName": "decimal"
                                        },
                                        "name": "decimal"
                                      },
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 942,
                                        "end": 944,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 37
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "",
                                          "raw": "\"\""
                                        },
                                        "value": ""
                                      }
                                    }
                                  ]
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 948,
                                  "end": 965,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 58
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 948,
                                    "end": 960,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 948,
                                      "end": 954,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 47
                                        },
                                        "identifierName": "number"
                                      },
                                      "name": "number"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 955,
                                      "end": 960,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 53
                                        },
                                        "identifierName": "split"
                                      },
                                      "name": "split"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 961,
                                      "end": 964,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 57
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "\".\""
                                      },
                                      "value": "."
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 976,
                            "end": 1017,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 49
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 980,
                                "end": 1016,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 48
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 980,
                                  "end": 987,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 19
                                    },
                                    "identifierName": "padding"
                                  },
                                  "name": "padding"
                                },
                                "init": {
                                  "type": "BinaryExpression",
                                  "start": 990,
                                  "end": 1016,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 48
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 990,
                                    "end": 999,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 31
                                      },
                                      "identifierName": "precision"
                                    },
                                    "name": "precision"
                                  },
                                  "operator": "-",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1002,
                                    "end": 1016,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1002,
                                      "end": 1009,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 41
                                        },
                                        "identifierName": "decimal"
                                      },
                                      "name": "decimal"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1010,
                                      "end": 1016,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 48
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1026,
                            "end": 1219,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 10
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1026,
                              "end": 1218,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 9
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1026,
                                "end": 1032,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 14
                                  },
                                  "identifierName": "assert"
                                },
                                "name": "assert"
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1046,
                                  "end": 1058,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 24
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1046,
                                    "end": 1053,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 19
                                      },
                                      "identifierName": "padding"
                                    },
                                    "name": "padding"
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 1057,
                                    "end": 1058,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 24
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 1072,
                                  "end": 1208,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 25
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1072,
                                    "end": 1180,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 51
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 1072,
                                      "end": 1126,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 22
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 1072,
                                        "end": 1101,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 41
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "Too many decimal digits in ",
                                          "raw": "\"Too many decimal digits in \""
                                        },
                                        "value": "Too many decimal digits in "
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 1120,
                                        "end": 1126,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 22
                                          },
                                          "identifierName": "number"
                                        },
                                        "name": "number"
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 1145,
                                      "end": 1180,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 51
                                        }
                                      },
                                      "extra": {
                                        "rawValue": " to create an implied decimal of ",
                                        "raw": "\" to create an implied decimal of \""
                                      },
                                      "value": " to create an implied decimal of "
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1199,
                                    "end": 1208,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 25
                                      },
                                      "identifierName": "precision"
                                    },
                                    "name": "precision"
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ForStatement",
                            "start": 1229,
                            "end": 1278,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 57
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 1234,
                              "end": 1243,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 13
                                },
                                "end": {
                                  "line": 39,
                                  "column": 22
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1238,
                                  "end": 1243,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 22
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1238,
                                    "end": 1239,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 18
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 1242,
                                    "end": 1243,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 22
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1245,
                              "end": 1256,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 24
                                },
                                "end": {
                                  "line": 39,
                                  "column": 35
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1245,
                                "end": 1246,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 25
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "Identifier",
                                "start": 1249,
                                "end": 1256,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 35
                                  },
                                  "identifierName": "padding"
                                },
                                "name": "padding"
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 1258,
                              "end": 1261,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 37
                                },
                                "end": {
                                  "line": 39,
                                  "column": 40
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 1258,
                                "end": 1259,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 38
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "ExpressionStatement",
                              "start": 1263,
                              "end": 1278,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 42
                                },
                                "end": {
                                  "line": 39,
                                  "column": 57
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1263,
                                "end": 1277,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 56
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 1263,
                                  "end": 1270,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 49
                                    },
                                    "identifierName": "decimal"
                                  },
                                  "name": "decimal"
                                },
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 1274,
                                  "end": 1277,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 56
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "0",
                                    "raw": "\"0\""
                                  },
                                  "value": "0"
                                }
                              }
                            }
                          },
                          {
                            "type": "WhileStatement",
                            "start": 1288,
                            "end": 1347,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 67
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1295,
                              "end": 1318,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 15
                                },
                                "end": {
                                  "line": 41,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 1295,
                                "end": 1310,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 30
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1295,
                                  "end": 1307,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1295,
                                    "end": 1300,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 20
                                      },
                                      "identifierName": "whole"
                                    },
                                    "name": "whole"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1301,
                                    "end": 1307,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 27
                                      },
                                      "identifierName": "charAt"
                                    },
                                    "name": "charAt"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 1308,
                                    "end": 1309,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 29
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 1315,
                                "end": 1318,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 38
                                  }
                                },
                                "extra": {
                                  "rawValue": "0",
                                  "raw": "\"0\""
                                },
                                "value": "0"
                              }
                            },
                            "body": {
                              "type": "ExpressionStatement",
                              "start": 1320,
                              "end": 1347,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 40
                                },
                                "end": {
                                  "line": 41,
                                  "column": 67
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1320,
                                "end": 1346,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 66
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 1320,
                                  "end": 1325,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 45
                                    },
                                    "identifierName": "whole"
                                  },
                                  "name": "whole"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 1328,
                                  "end": 1346,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 66
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1328,
                                    "end": 1343,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 63
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1328,
                                      "end": 1333,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 53
                                        },
                                        "identifierName": "whole"
                                      },
                                      "name": "whole"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1334,
                                      "end": 1343,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 63
                                        },
                                        "identifierName": "substring"
                                      },
                                      "name": "substring"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "NumericLiteral",
                                      "start": 1344,
                                      "end": 1345,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 65
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 1357,
                            "end": 1380,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 31
                              }
                            },
                            "argument": {
                              "type": "BinaryExpression",
                              "start": 1364,
                              "end": 1379,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 15
                                },
                                "end": {
                                  "line": 43,
                                  "column": 30
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1364,
                                "end": 1369,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 20
                                  },
                                  "identifierName": "whole"
                                },
                                "name": "whole"
                              },
                              "operator": "+",
                              "right": {
                                "type": "Identifier",
                                "start": 1372,
                                "end": 1379,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 30
                                  },
                                  "identifierName": "decimal"
                                },
                                "name": "decimal"
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "const",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n    Convert 12.34 with a precision of 3 into 12340\n\n    @arg {number|string} number - Use strings for large numbers.  This may contain one decimal but no sign\n    @arg {number} precision - number of implied decimal places (usually causes right zero padding)\n    @return {string} -\n",
              "start": 30,
              "end": 317,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 9,
                  "column": 2
                }
              }
            }
          ],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n    Convert 12.34 with a precision of 3 into 12340\n\n    @arg {number|string} number - Use strings for large numbers.  This may contain one decimal but no sign\n    @arg {number} precision - number of implied decimal places (usually causes right zero padding)\n    @return {string} -\n",
      "start": 30,
      "end": 317,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 2
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assert",
      "start": 7,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 14,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "assert",
      "start": 19,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 19
        },
        "end": {
          "line": 1,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 1,
          "column": 27
        },
        "end": {
          "line": 1,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n    Convert 12.34 with a precision of 3 into 12340\n\n    @arg {number|string} number - Use strings for large numbers.  This may contain one decimal but no sign\n    @arg {number} precision - number of implied decimal places (usually causes right zero padding)\n    @return {string} -\n",
      "start": 30,
      "end": 317,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 319,
      "end": 324,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NumberUtils",
      "start": 325,
      "end": 336,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 337,
      "end": 338,
      "loc": {
        "start": {
          "line": 11,
          "column": 18
        },
        "end": {
          "line": 11,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 339,
      "end": 340,
      "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": "toImpliedDecimal",
      "start": 345,
      "end": 361,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 361,
      "end": 362,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 363,
      "end": 371,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toImpliedDecimal",
      "start": 372,
      "end": 388,
      "loc": {
        "start": {
          "line": 12,
          "column": 31
        },
        "end": {
          "line": 12,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 388,
      "end": 389,
      "loc": {
        "start": {
          "line": 12,
          "column": 47
        },
        "end": {
          "line": 12,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 389,
      "end": 395,
      "loc": {
        "start": {
          "line": 12,
          "column": 48
        },
        "end": {
          "line": 12,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 395,
      "end": 396,
      "loc": {
        "start": {
          "line": 12,
          "column": 54
        },
        "end": {
          "line": 12,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "precision",
      "start": 397,
      "end": 406,
      "loc": {
        "start": {
          "line": 12,
          "column": 56
        },
        "end": {
          "line": 12,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 406,
      "end": 407,
      "loc": {
        "start": {
          "line": 12,
          "column": 65
        },
        "end": {
          "line": 12,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 408,
      "end": 409,
      "loc": {
        "start": {
          "line": 12,
          "column": 67
        },
        "end": {
          "line": 12,
          "column": 68
        }
      }
    },
    {
      "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": 418,
      "end": 420,
      "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": 421,
      "end": 422,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "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": 422,
      "end": 428,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 429,
      "end": 435,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 436,
      "end": 439,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 440,
      "end": 448,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 448,
      "end": 449,
      "loc": {
        "start": {
          "line": 13,
          "column": 38
        },
        "end": {
          "line": 13,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 450,
      "end": 451,
      "loc": {
        "start": {
          "line": 13,
          "column": 40
        },
        "end": {
          "line": 13,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assert",
      "start": 464,
      "end": 470,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 470,
      "end": 471,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 471,
      "end": 477,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 478,
      "end": 480,
      "loc": {
        "start": {
          "line": 14,
          "column": 26
        },
        "end": {
          "line": 14,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 9007199254740991,
      "start": 481,
      "end": 497,
      "loc": {
        "start": {
          "line": 14,
          "column": 29
        },
        "end": {
          "line": 14,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 497,
      "end": 498,
      "loc": {
        "start": {
          "line": 14,
          "column": 45
        },
        "end": {
          "line": 14,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "overflow",
      "start": 499,
      "end": 509,
      "loc": {
        "start": {
          "line": 14,
          "column": 47
        },
        "end": {
          "line": 14,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 509,
      "end": 510,
      "loc": {
        "start": {
          "line": 14,
          "column": 57
        },
        "end": {
          "line": 14,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 510,
      "end": 511,
      "loc": {
        "start": {
          "line": 14,
          "column": 58
        },
        "end": {
          "line": 14,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 524,
      "end": 530,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 531,
      "end": 532,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "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": 533,
      "end": 535,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 536,
      "end": 537,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 538,
      "end": 544,
      "loc": {
        "start": {
          "line": 15,
          "column": 26
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 15,
          "column": 32
        },
        "end": {
          "line": 15,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 554,
      "end": 555,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 556,
      "end": 560,
      "loc": {
        "start": {
          "line": 16,
          "column": 10
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "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": 561,
      "end": 563,
      "loc": {
        "start": {
          "line": 16,
          "column": 15
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 564,
      "end": 565,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 565,
      "end": 571,
      "loc": {
        "start": {
          "line": 16,
          "column": 19
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 571,
      "end": 572,
      "loc": {
        "start": {
          "line": 16,
          "column": 25
        },
        "end": {
          "line": 16,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 572,
      "end": 580,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 580,
      "end": 581,
      "loc": {
        "start": {
          "line": 16,
          "column": 34
        },
        "end": {
          "line": 16,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 582,
      "end": 588,
      "loc": {
        "start": {
          "line": 16,
          "column": 36
        },
        "end": {
          "line": 16,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 589,
      "end": 590,
      "loc": {
        "start": {
          "line": 16,
          "column": 43
        },
        "end": {
          "line": 16,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 591,
      "end": 597,
      "loc": {
        "start": {
          "line": 16,
          "column": 45
        },
        "end": {
          "line": 16,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 597,
      "end": 598,
      "loc": {
        "start": {
          "line": 16,
          "column": 51
        },
        "end": {
          "line": 16,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 598,
      "end": 606,
      "loc": {
        "start": {
          "line": 16,
          "column": 52
        },
        "end": {
          "line": 16,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 606,
      "end": 607,
      "loc": {
        "start": {
          "line": 16,
          "column": 60
        },
        "end": {
          "line": 16,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 607,
      "end": 608,
      "loc": {
        "start": {
          "line": 16,
          "column": 61
        },
        "end": {
          "line": 16,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 608,
      "end": 609,
      "loc": {
        "start": {
          "line": 16,
          "column": 62
        },
        "end": {
          "line": 16,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assert",
      "start": 619,
      "end": 625,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 625,
      "end": 626,
      "loc": {
        "start": {
          "line": 18,
          "column": 14
        },
        "end": {
          "line": 18,
          "column": 15
        }
      }
    },
    {
      "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": 639,
      "end": 645,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 646,
      "end": 652,
      "loc": {
        "start": {
          "line": 19,
          "column": 19
        },
        "end": {
          "line": 19,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 653,
      "end": 656,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 657,
      "end": 665,
      "loc": {
        "start": {
          "line": 19,
          "column": 30
        },
        "end": {
          "line": 19,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 665,
      "end": 666,
      "loc": {
        "start": {
          "line": 19,
          "column": 38
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number should be an actual number or string: ",
      "start": 679,
      "end": 726,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 727,
      "end": 728,
      "loc": {
        "start": {
          "line": 20,
          "column": 60
        },
        "end": {
          "line": 20,
          "column": 61
        }
      }
    },
    {
      "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": 729,
      "end": 735,
      "loc": {
        "start": {
          "line": 20,
          "column": 62
        },
        "end": {
          "line": 20,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 736,
      "end": 742,
      "loc": {
        "start": {
          "line": 20,
          "column": 69
        },
        "end": {
          "line": 20,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 751,
      "end": 752,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 762,
      "end": 768,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 769,
      "end": 770,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 771,
      "end": 777,
      "loc": {
        "start": {
          "line": 22,
          "column": 17
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 777,
      "end": 778,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 778,
      "end": 782,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 782,
      "end": 783,
      "loc": {
        "start": {
          "line": 22,
          "column": 28
        },
        "end": {
          "line": 22,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 783,
      "end": 784,
      "loc": {
        "start": {
          "line": 22,
          "column": 29
        },
        "end": {
          "line": 22,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 784,
      "end": 785,
      "loc": {
        "start": {
          "line": 22,
          "column": 30
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assert",
      "start": 794,
      "end": 800,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 23,
          "column": 14
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "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]*\\.?[0-9]*$",
        "flags": ""
      },
      "start": 814,
      "end": 833,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 833,
      "end": 834,
      "loc": {
        "start": {
          "line": 24,
          "column": 31
        },
        "end": {
          "line": 24,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 834,
      "end": 838,
      "loc": {
        "start": {
          "line": 24,
          "column": 32
        },
        "end": {
          "line": 24,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 838,
      "end": 839,
      "loc": {
        "start": {
          "line": 24,
          "column": 36
        },
        "end": {
          "line": 24,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 839,
      "end": 845,
      "loc": {
        "start": {
          "line": 24,
          "column": 37
        },
        "end": {
          "line": 24,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 24,
          "column": 43
        },
        "end": {
          "line": 24,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 846,
      "end": 847,
      "loc": {
        "start": {
          "line": 24,
          "column": 44
        },
        "end": {
          "line": 24,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Invalid decimal number ",
      "start": 860,
      "end": 885,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 886,
      "end": 887,
      "loc": {
        "start": {
          "line": 25,
          "column": 38
        },
        "end": {
          "line": 25,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 888,
      "end": 894,
      "loc": {
        "start": {
          "line": 25,
          "column": 40
        },
        "end": {
          "line": 25,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 903,
      "end": 904,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 26,
          "column": 9
        },
        "end": {
          "line": 26,
          "column": 10
        }
      }
    },
    {
      "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": 915,
      "end": 918,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 919,
      "end": 920,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whole",
      "start": 920,
      "end": 925,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 926,
      "end": 927,
      "loc": {
        "start": {
          "line": 28,
          "column": 19
        },
        "end": {
          "line": 28,
          "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": 928,
      "end": 930,
      "loc": {
        "start": {
          "line": 28,
          "column": 21
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 28,
          "column": 23
        },
        "end": {
          "line": 28,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimal",
      "start": 932,
      "end": 939,
      "loc": {
        "start": {
          "line": 28,
          "column": 25
        },
        "end": {
          "line": 28,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 940,
      "end": 941,
      "loc": {
        "start": {
          "line": 28,
          "column": 33
        },
        "end": {
          "line": 28,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 942,
      "end": 944,
      "loc": {
        "start": {
          "line": 28,
          "column": 35
        },
        "end": {
          "line": 28,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 944,
      "end": 945,
      "loc": {
        "start": {
          "line": 28,
          "column": 37
        },
        "end": {
          "line": 28,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 946,
      "end": 947,
      "loc": {
        "start": {
          "line": 28,
          "column": 39
        },
        "end": {
          "line": 28,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 948,
      "end": 954,
      "loc": {
        "start": {
          "line": 28,
          "column": 41
        },
        "end": {
          "line": 28,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 954,
      "end": 955,
      "loc": {
        "start": {
          "line": 28,
          "column": 47
        },
        "end": {
          "line": 28,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 955,
      "end": 960,
      "loc": {
        "start": {
          "line": 28,
          "column": 48
        },
        "end": {
          "line": 28,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 960,
      "end": 961,
      "loc": {
        "start": {
          "line": 28,
          "column": 53
        },
        "end": {
          "line": 28,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 961,
      "end": 964,
      "loc": {
        "start": {
          "line": 28,
          "column": 54
        },
        "end": {
          "line": 28,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 964,
      "end": 965,
      "loc": {
        "start": {
          "line": 28,
          "column": 57
        },
        "end": {
          "line": 28,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 965,
      "end": 966,
      "loc": {
        "start": {
          "line": 28,
          "column": 58
        },
        "end": {
          "line": 28,
          "column": 59
        }
      }
    },
    {
      "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": 976,
      "end": 979,
      "loc": {
        "start": {
          "line": 30,
          "column": 8
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 980,
      "end": 987,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 988,
      "end": 989,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "precision",
      "start": 990,
      "end": 999,
      "loc": {
        "start": {
          "line": 30,
          "column": 22
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1000,
      "end": 1001,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimal",
      "start": 1002,
      "end": 1009,
      "loc": {
        "start": {
          "line": 30,
          "column": 34
        },
        "end": {
          "line": 30,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1009,
      "end": 1010,
      "loc": {
        "start": {
          "line": 30,
          "column": 41
        },
        "end": {
          "line": 30,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1010,
      "end": 1016,
      "loc": {
        "start": {
          "line": 30,
          "column": 42
        },
        "end": {
          "line": 30,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1016,
      "end": 1017,
      "loc": {
        "start": {
          "line": 30,
          "column": 48
        },
        "end": {
          "line": 30,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assert",
      "start": 1026,
      "end": 1032,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1032,
      "end": 1033,
      "loc": {
        "start": {
          "line": 31,
          "column": 14
        },
        "end": {
          "line": 31,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 1046,
      "end": 1053,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 1054,
      "end": 1056,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1057,
      "end": 1058,
      "loc": {
        "start": {
          "line": 32,
          "column": 23
        },
        "end": {
          "line": 32,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1058,
      "end": 1059,
      "loc": {
        "start": {
          "line": 32,
          "column": 24
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Too many decimal digits in ",
      "start": 1072,
      "end": 1101,
      "loc": {
        "start": {
          "line": 33,
          "column": 12
        },
        "end": {
          "line": 33,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1102,
      "end": 1103,
      "loc": {
        "start": {
          "line": 33,
          "column": 42
        },
        "end": {
          "line": 33,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "number",
      "start": 1120,
      "end": 1126,
      "loc": {
        "start": {
          "line": 34,
          "column": 16
        },
        "end": {
          "line": 34,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 34,
          "column": 23
        },
        "end": {
          "line": 34,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " to create an implied decimal of ",
      "start": 1145,
      "end": 1180,
      "loc": {
        "start": {
          "line": 35,
          "column": 16
        },
        "end": {
          "line": 35,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1181,
      "end": 1182,
      "loc": {
        "start": {
          "line": 35,
          "column": 52
        },
        "end": {
          "line": 35,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "precision",
      "start": 1199,
      "end": 1208,
      "loc": {
        "start": {
          "line": 36,
          "column": 16
        },
        "end": {
          "line": 36,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1217,
      "end": 1218,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "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": 37,
          "column": 9
        },
        "end": {
          "line": 37,
          "column": 10
        }
      }
    },
    {
      "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": 1229,
      "end": 1232,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1233,
      "end": 1234,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "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": 1234,
      "end": 1237,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1238,
      "end": 1239,
      "loc": {
        "start": {
          "line": 39,
          "column": 17
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1240,
      "end": 1241,
      "loc": {
        "start": {
          "line": 39,
          "column": 19
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1242,
      "end": 1243,
      "loc": {
        "start": {
          "line": 39,
          "column": 21
        },
        "end": {
          "line": 39,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1243,
      "end": 1244,
      "loc": {
        "start": {
          "line": 39,
          "column": 22
        },
        "end": {
          "line": 39,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1245,
      "end": 1246,
      "loc": {
        "start": {
          "line": 39,
          "column": 24
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 1247,
      "end": 1248,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padding",
      "start": 1249,
      "end": 1256,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1256,
      "end": 1257,
      "loc": {
        "start": {
          "line": 39,
          "column": 35
        },
        "end": {
          "line": 39,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1258,
      "end": 1259,
      "loc": {
        "start": {
          "line": 39,
          "column": 37
        },
        "end": {
          "line": 39,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 1259,
      "end": 1261,
      "loc": {
        "start": {
          "line": 39,
          "column": 38
        },
        "end": {
          "line": 39,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1261,
      "end": 1262,
      "loc": {
        "start": {
          "line": 39,
          "column": 40
        },
        "end": {
          "line": 39,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimal",
      "start": 1263,
      "end": 1270,
      "loc": {
        "start": {
          "line": 39,
          "column": 42
        },
        "end": {
          "line": 39,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 1271,
      "end": 1273,
      "loc": {
        "start": {
          "line": 39,
          "column": 50
        },
        "end": {
          "line": 39,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "0",
      "start": 1274,
      "end": 1277,
      "loc": {
        "start": {
          "line": 39,
          "column": 53
        },
        "end": {
          "line": 39,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1277,
      "end": 1278,
      "loc": {
        "start": {
          "line": 39,
          "column": 56
        },
        "end": {
          "line": 39,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 1288,
      "end": 1293,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1294,
      "end": 1295,
      "loc": {
        "start": {
          "line": 41,
          "column": 14
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whole",
      "start": 1295,
      "end": 1300,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1300,
      "end": 1301,
      "loc": {
        "start": {
          "line": 41,
          "column": 20
        },
        "end": {
          "line": 41,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charAt",
      "start": 1301,
      "end": 1307,
      "loc": {
        "start": {
          "line": 41,
          "column": 21
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1307,
      "end": 1308,
      "loc": {
        "start": {
          "line": 41,
          "column": 27
        },
        "end": {
          "line": 41,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1308,
      "end": 1309,
      "loc": {
        "start": {
          "line": 41,
          "column": 28
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 41,
          "column": 29
        },
        "end": {
          "line": 41,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1311,
      "end": 1314,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "0",
      "start": 1315,
      "end": 1318,
      "loc": {
        "start": {
          "line": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 41,
          "column": 38
        },
        "end": {
          "line": 41,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whole",
      "start": 1320,
      "end": 1325,
      "loc": {
        "start": {
          "line": 41,
          "column": 40
        },
        "end": {
          "line": 41,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1326,
      "end": 1327,
      "loc": {
        "start": {
          "line": 41,
          "column": 46
        },
        "end": {
          "line": 41,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whole",
      "start": 1328,
      "end": 1333,
      "loc": {
        "start": {
          "line": 41,
          "column": 48
        },
        "end": {
          "line": 41,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1333,
      "end": 1334,
      "loc": {
        "start": {
          "line": 41,
          "column": 53
        },
        "end": {
          "line": 41,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "substring",
      "start": 1334,
      "end": 1343,
      "loc": {
        "start": {
          "line": 41,
          "column": 54
        },
        "end": {
          "line": 41,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 41,
          "column": 63
        },
        "end": {
          "line": 41,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1344,
      "end": 1345,
      "loc": {
        "start": {
          "line": 41,
          "column": 64
        },
        "end": {
          "line": 41,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 41,
          "column": 65
        },
        "end": {
          "line": 41,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1346,
      "end": 1347,
      "loc": {
        "start": {
          "line": 41,
          "column": 66
        },
        "end": {
          "line": 41,
          "column": 67
        }
      }
    },
    {
      "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": 1357,
      "end": 1363,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "whole",
      "start": 1364,
      "end": 1369,
      "loc": {
        "start": {
          "line": 43,
          "column": 15
        },
        "end": {
          "line": 43,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1370,
      "end": 1371,
      "loc": {
        "start": {
          "line": 43,
          "column": 21
        },
        "end": {
          "line": 43,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimal",
      "start": 1372,
      "end": 1379,
      "loc": {
        "start": {
          "line": 43,
          "column": 23
        },
        "end": {
          "line": 43,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 43,
          "column": 30
        },
        "end": {
          "line": 43,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 44,
          "column": 4
        },
        "end": {
          "line": 44,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1387,
      "end": 1388,
      "loc": {
        "start": {
          "line": 45,
          "column": 0
        },
        "end": {
          "line": 45,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1388,
      "end": 1389,
      "loc": {
        "start": {
          "line": 45,
          "column": 1
        },
        "end": {
          "line": 45,
          "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": 1391,
      "end": 1397,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "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": 1398,
      "end": 1405,
      "loc": {
        "start": {
          "line": 47,
          "column": 7
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NumberUtils",
      "start": 1406,
      "end": 1417,
      "loc": {
        "start": {
          "line": 47,
          "column": 15
        },
        "end": {
          "line": 47,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1417,
      "end": 1418,
      "loc": {
        "start": {
          "line": 47,
          "column": 26
        },
        "end": {
          "line": 47,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1419,
      "end": 1419,
      "loc": {
        "start": {
          "line": 48,
          "column": 0
        },
        "end": {
          "line": 48,
          "column": 0
        }
      }
    }
  ]
}