{
  "type": "File",
  "start": 0,
  "end": 12020,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 374,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 12020,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 374,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 30,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 30
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 13,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 13
                },
                "identifierName": "Util"
              },
              "name": "Util"
            },
            "local": {
              "type": "Identifier",
              "start": 9,
              "end": 13,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 13
                },
                "identifierName": "Util"
              },
              "name": "Util"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 21,
          "end": 29,
          "loc": {
            "start": {
              "line": 1,
              "column": 21
            },
            "end": {
              "line": 1,
              "column": 29
            }
          },
          "extra": {
            "rawValue": "./util",
            "raw": "'./util'"
          },
          "value": "./util"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 31,
        "end": 70,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 39
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 40,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 40,
              "end": 48,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 9
                },
                "end": {
                  "line": 2,
                  "column": 17
                },
                "identifierName": "DateTime"
              },
              "name": "DateTime"
            },
            "local": {
              "type": "Identifier",
              "start": 40,
              "end": 48,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 9
                },
                "end": {
                  "line": 2,
                  "column": 17
                },
                "identifierName": "DateTime"
              },
              "name": "DateTime"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 56,
          "end": 69,
          "loc": {
            "start": {
              "line": 2,
              "column": 25
            },
            "end": {
              "line": 2,
              "column": 38
            }
          },
          "extra": {
            "rawValue": "../datetime",
            "raw": "'../datetime'"
          },
          "value": "../datetime"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 71,
        "end": 107,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 36
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 80,
            "end": 87,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 16
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 80,
              "end": 87,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                },
                "identifierName": "English"
              },
              "name": "English"
            },
            "local": {
              "type": "Identifier",
              "start": 80,
              "end": 87,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                },
                "identifierName": "English"
              },
              "name": "English"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 95,
          "end": 106,
          "loc": {
            "start": {
              "line": 3,
              "column": 24
            },
            "end": {
              "line": 3,
              "column": 35
            }
          },
          "extra": {
            "rawValue": "./english",
            "raw": "'./english'"
          },
          "value": "./english"
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 109,
        "end": 325,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 118,
          "end": 133,
          "loc": {
            "start": {
              "line": 5,
              "column": 9
            },
            "end": {
              "line": 5,
              "column": 24
            },
            "identifierName": "stringifyTokens"
          },
          "name": "stringifyTokens"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 134,
            "end": 140,
            "loc": {
              "start": {
                "line": 5,
                "column": 25
              },
              "end": {
                "line": 5,
                "column": 31
              },
              "identifierName": "splits"
            },
            "name": "splits"
          },
          {
            "type": "Identifier",
            "start": 142,
            "end": 155,
            "loc": {
              "start": {
                "line": 5,
                "column": 33
              },
              "end": {
                "line": 5,
                "column": 46
              },
              "identifierName": "tokenToString"
            },
            "name": "tokenToString"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 157,
          "end": 325,
          "loc": {
            "start": {
              "line": 5,
              "column": 48
            },
            "end": {
              "line": 15,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 161,
              "end": 172,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 6,
                  "column": 13
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 165,
                  "end": 171,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 6
                    },
                    "end": {
                      "line": 6,
                      "column": 12
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 165,
                    "end": 166,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 6
                      },
                      "end": {
                        "line": 6,
                        "column": 7
                      },
                      "identifierName": "s"
                    },
                    "name": "s"
                  },
                  "init": {
                    "type": "StringLiteral",
                    "start": 169,
                    "end": 171,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 10
                      },
                      "end": {
                        "line": 6,
                        "column": 12
                      }
                    },
                    "extra": {
                      "rawValue": "",
                      "raw": "''"
                    },
                    "value": ""
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "ForOfStatement",
              "start": 175,
              "end": 311,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 3
                }
              },
              "left": {
                "type": "VariableDeclaration",
                "start": 180,
                "end": 191,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 7
                  },
                  "end": {
                    "line": 7,
                    "column": 18
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 186,
                    "end": 191,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 13
                      },
                      "end": {
                        "line": 7,
                        "column": 18
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 186,
                      "end": 191,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 13
                        },
                        "end": {
                          "line": 7,
                          "column": 18
                        },
                        "identifierName": "token"
                      },
                      "name": "token"
                    },
                    "init": null
                  }
                ],
                "kind": "const"
              },
              "right": {
                "type": "Identifier",
                "start": 195,
                "end": 201,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 22
                  },
                  "end": {
                    "line": 7,
                    "column": 28
                  },
                  "identifierName": "splits"
                },
                "name": "splits"
              },
              "body": {
                "type": "BlockStatement",
                "start": 203,
                "end": 311,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 30
                  },
                  "end": {
                    "line": 13,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 209,
                    "end": 307,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 213,
                      "end": 226,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 21
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 213,
                        "end": 218,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 13
                          },
                          "identifierName": "token"
                        },
                        "name": "token"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 219,
                        "end": 226,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 14
                          },
                          "end": {
                            "line": 8,
                            "column": 21
                          },
                          "identifierName": "literal"
                        },
                        "name": "literal"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 228,
                      "end": 257,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 23
                        },
                        "end": {
                          "line": 10,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 236,
                          "end": 251,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 6
                            },
                            "end": {
                              "line": 9,
                              "column": 21
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 236,
                            "end": 250,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 6
                              },
                              "end": {
                                "line": 9,
                                "column": 20
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 236,
                              "end": 237,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 6
                                },
                                "end": {
                                  "line": 9,
                                  "column": 7
                                },
                                "identifierName": "s"
                              },
                              "name": "s"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 241,
                              "end": 250,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 11
                                },
                                "end": {
                                  "line": 9,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 241,
                                "end": 246,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 16
                                  },
                                  "identifierName": "token"
                                },
                                "name": "token"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 247,
                                "end": 250,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 20
                                  },
                                  "identifierName": "val"
                                },
                                "name": "val"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 263,
                      "end": 307,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 11
                        },
                        "end": {
                          "line": 12,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 271,
                          "end": 301,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 6
                            },
                            "end": {
                              "line": 11,
                              "column": 36
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 271,
                            "end": 300,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 35
                              }
                            },
                            "operator": "+=",
                            "left": {
                              "type": "Identifier",
                              "start": 271,
                              "end": 272,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 7
                                },
                                "identifierName": "s"
                              },
                              "name": "s"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 276,
                              "end": 300,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 11
                                },
                                "end": {
                                  "line": 11,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 276,
                                "end": 289,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 24
                                  },
                                  "identifierName": "tokenToString"
                                },
                                "name": "tokenToString"
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 290,
                                  "end": 299,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 290,
                                    "end": 295,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 30
                                      },
                                      "identifierName": "token"
                                    },
                                    "name": "token"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 296,
                                    "end": 299,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 34
                                      },
                                      "identifierName": "val"
                                    },
                                    "name": "val"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ReturnStatement",
              "start": 314,
              "end": 323,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 11
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 321,
                "end": 322,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 9
                  },
                  "end": {
                    "line": 14,
                    "column": 10
                  },
                  "identifierName": "s"
                },
                "name": "s"
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @private\n ",
            "start": 327,
            "end": 346,
            "loc": {
              "start": {
                "line": 17,
                "column": 0
              },
              "end": {
                "line": 19,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 348,
        "end": 12019,
        "loc": {
          "start": {
            "line": 21,
            "column": 0
          },
          "end": {
            "line": 373,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 355,
          "end": 12019,
          "loc": {
            "start": {
              "line": 21,
              "column": 7
            },
            "end": {
              "line": 373,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 361,
            "end": 370,
            "loc": {
              "start": {
                "line": 21,
                "column": 13
              },
              "end": {
                "line": 21,
                "column": 22
              },
              "identifierName": "Formatter"
            },
            "name": "Formatter",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 371,
            "end": 12019,
            "loc": {
              "start": {
                "line": 21,
                "column": 23
              },
              "end": {
                "line": 373,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 375,
                "end": 524,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 2
                  },
                  "end": {
                    "line": 25,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 382,
                  "end": 388,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 9
                    },
                    "end": {
                      "line": 22,
                      "column": 15
                    },
                    "identifierName": "create"
                  },
                  "name": "create"
                },
                "static": true,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 389,
                    "end": 395,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 16
                      },
                      "end": {
                        "line": 22,
                        "column": 22
                      },
                      "identifierName": "locale"
                    },
                    "name": "locale"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 397,
                    "end": 406,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 24
                      },
                      "end": {
                        "line": 22,
                        "column": 33
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 397,
                      "end": 401,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 24
                        },
                        "end": {
                          "line": 22,
                          "column": 28
                        },
                        "identifierName": "opts"
                      },
                      "name": "opts"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 404,
                      "end": 406,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 31
                        },
                        "end": {
                          "line": 22,
                          "column": 33
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 408,
                  "end": 524,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 35
                    },
                    "end": {
                      "line": 25,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 414,
                      "end": 474,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 64
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 420,
                          "end": 473,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 10
                            },
                            "end": {
                              "line": 23,
                              "column": 63
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 420,
                            "end": 430,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 10
                              },
                              "end": {
                                "line": 23,
                                "column": 20
                              },
                              "identifierName": "formatOpts"
                            },
                            "name": "formatOpts"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 433,
                            "end": 473,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 23
                              },
                              "end": {
                                "line": 23,
                                "column": 63
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 433,
                              "end": 446,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 23
                                },
                                "end": {
                                  "line": 23,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 433,
                                "end": 439,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 29
                                  },
                                  "identifierName": "Object"
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 440,
                                "end": 446,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 36
                                  },
                                  "identifierName": "assign"
                                },
                                "name": "assign"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 447,
                                "end": 449,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 39
                                  }
                                },
                                "properties": []
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 451,
                                "end": 466,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 56
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 453,
                                    "end": 464,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 54
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 453,
                                      "end": 458,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 48
                                        },
                                        "identifierName": "round"
                                      },
                                      "name": "round"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 460,
                                      "end": 464,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 54
                                        }
                                      },
                                      "value": true
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "Identifier",
                                "start": 468,
                                "end": 472,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 62
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 479,
                      "end": 520,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 45
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 486,
                        "end": 519,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 11
                          },
                          "end": {
                            "line": 24,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 490,
                          "end": 499,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 15
                            },
                            "end": {
                              "line": 24,
                              "column": 24
                            },
                            "identifierName": "Formatter"
                          },
                          "name": "Formatter"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 500,
                            "end": 506,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 25
                              },
                              "end": {
                                "line": 24,
                                "column": 31
                              },
                              "identifierName": "locale"
                            },
                            "name": "locale"
                          },
                          {
                            "type": "Identifier",
                            "start": 508,
                            "end": 518,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 33
                              },
                              "end": {
                                "line": 24,
                                "column": 43
                              },
                              "identifierName": "formatOpts"
                            },
                            "name": "formatOpts"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 528,
                "end": 1367,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 2
                  },
                  "end": {
                    "line": 59,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 535,
                  "end": 546,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 9
                    },
                    "end": {
                      "line": 27,
                      "column": 20
                    },
                    "identifierName": "parseFormat"
                  },
                  "name": "parseFormat"
                },
                "static": true,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 547,
                    "end": 550,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 21
                      },
                      "end": {
                        "line": 27,
                        "column": 24
                      },
                      "identifierName": "fmt"
                    },
                    "name": "fmt"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 552,
                  "end": 1367,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 26
                    },
                    "end": {
                      "line": 59,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 558,
                      "end": 626,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 562,
                          "end": 576,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 22
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 562,
                            "end": 569,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 15
                              },
                              "identifierName": "current"
                            },
                            "name": "current"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 572,
                            "end": 576,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 18
                              },
                              "end": {
                                "line": 28,
                                "column": 22
                              }
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 584,
                          "end": 600,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 6
                            },
                            "end": {
                              "line": 29,
                              "column": 22
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 584,
                            "end": 595,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 6
                              },
                              "end": {
                                "line": 29,
                                "column": 17
                              },
                              "identifierName": "currentFull"
                            },
                            "name": "currentFull"
                          },
                          "init": {
                            "type": "StringLiteral",
                            "start": 598,
                            "end": 600,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 20
                              },
                              "end": {
                                "line": 29,
                                "column": 22
                              }
                            },
                            "extra": {
                              "rawValue": "",
                              "raw": "''"
                            },
                            "value": ""
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 608,
                          "end": 625,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 6
                            },
                            "end": {
                              "line": 30,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 608,
                            "end": 617,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 6
                              },
                              "end": {
                                "line": 30,
                                "column": 15
                              },
                              "identifierName": "bracketed"
                            },
                            "name": "bracketed"
                          },
                          "init": {
                            "type": "BooleanLiteral",
                            "start": 620,
                            "end": 625,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 18
                              },
                              "end": {
                                "line": 30,
                                "column": 23
                              }
                            },
                            "value": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 631,
                      "end": 649,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 22
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 637,
                          "end": 648,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 10
                            },
                            "end": {
                              "line": 31,
                              "column": 21
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 637,
                            "end": 643,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 10
                              },
                              "end": {
                                "line": 31,
                                "column": 16
                              },
                              "identifierName": "splits"
                            },
                            "name": "splits"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 646,
                            "end": 648,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 19
                              },
                              "end": {
                                "line": 31,
                                "column": 21
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForStatement",
                      "start": 654,
                      "end": 1241,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 5
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 659,
                        "end": 668,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 9
                          },
                          "end": {
                            "line": 32,
                            "column": 18
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 663,
                            "end": 668,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 13
                              },
                              "end": {
                                "line": 32,
                                "column": 18
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 663,
                              "end": 664,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 13
                                },
                                "end": {
                                  "line": 32,
                                  "column": 14
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 667,
                              "end": 668,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 17
                                },
                                "end": {
                                  "line": 32,
                                  "column": 18
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 670,
                        "end": 684,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 20
                          },
                          "end": {
                            "line": 32,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 670,
                          "end": 671,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 20
                            },
                            "end": {
                              "line": 32,
                              "column": 21
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        },
                        "operator": "<",
                        "right": {
                          "type": "MemberExpression",
                          "start": 674,
                          "end": 684,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 24
                            },
                            "end": {
                              "line": 32,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 674,
                            "end": 677,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 24
                              },
                              "end": {
                                "line": 32,
                                "column": 27
                              },
                              "identifierName": "fmt"
                            },
                            "name": "fmt"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 678,
                            "end": 684,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 28
                              },
                              "end": {
                                "line": 32,
                                "column": 34
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "start": 686,
                        "end": 689,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 36
                          },
                          "end": {
                            "line": 32,
                            "column": 39
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 686,
                          "end": 687,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 36
                            },
                            "end": {
                              "line": 32,
                              "column": 37
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 691,
                        "end": 1241,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 41
                          },
                          "end": {
                            "line": 52,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 699,
                            "end": 723,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 6
                              },
                              "end": {
                                "line": 33,
                                "column": 30
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 705,
                                "end": 722,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 29
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 705,
                                  "end": 706,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 13
                                    },
                                    "identifierName": "c"
                                  },
                                  "name": "c"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 709,
                                  "end": 722,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 29
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 709,
                                    "end": 719,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 709,
                                      "end": 712,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 19
                                        },
                                        "identifierName": "fmt"
                                      },
                                      "name": "fmt"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 713,
                                      "end": 719,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 26
                                        },
                                        "identifierName": "charAt"
                                      },
                                      "name": "charAt"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 720,
                                      "end": 721,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 28
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "const"
                          },
                          {
                            "type": "IfStatement",
                            "start": 730,
                            "end": 1235,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 6
                              },
                              "end": {
                                "line": 51,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 734,
                              "end": 743,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 10
                                },
                                "end": {
                                  "line": 34,
                                  "column": 19
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 734,
                                "end": 735,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 11
                                  },
                                  "identifierName": "c"
                                },
                                "name": "c"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 740,
                                "end": 743,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 19
                                  }
                                },
                                "extra": {
                                  "rawValue": "'",
                                  "raw": "\"'\""
                                },
                                "value": "'"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 745,
                              "end": 949,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 21
                                },
                                "end": {
                                  "line": 41,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 755,
                                  "end": 859,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 759,
                                    "end": 781,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 34
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 759,
                                      "end": 777,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 759,
                                        "end": 770,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 23
                                          },
                                          "identifierName": "currentFull"
                                        },
                                        "name": "currentFull"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 771,
                                        "end": 777,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 30
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    },
                                    "operator": ">",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 780,
                                      "end": 781,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 34
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 783,
                                    "end": 859,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 795,
                                        "end": 849,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 64
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 795,
                                          "end": 848,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 63
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 795,
                                            "end": 806,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 21
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 795,
                                              "end": 801,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 16
                                                },
                                                "identifierName": "splits"
                                              },
                                              "name": "splits"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 802,
                                              "end": 806,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 21
                                                },
                                                "identifierName": "push"
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 807,
                                              "end": 847,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 62
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 809,
                                                  "end": 827,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 42
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 809,
                                                    "end": 816,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 36,
                                                        "column": 31
                                                      },
                                                      "identifierName": "literal"
                                                    },
                                                    "name": "literal"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 818,
                                                    "end": 827,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 36,
                                                        "column": 42
                                                      },
                                                      "identifierName": "bracketed"
                                                    },
                                                    "name": "bracketed"
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 829,
                                                  "end": 845,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 60
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 829,
                                                    "end": 832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 36,
                                                        "column": 47
                                                      },
                                                      "identifierName": "val"
                                                    },
                                                    "name": "val"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 834,
                                                    "end": 845,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 36,
                                                        "column": 60
                                                      },
                                                      "identifierName": "currentFull"
                                                    },
                                                    "name": "currentFull"
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 868,
                                  "end": 883,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 23
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 868,
                                    "end": 882,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 22
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 868,
                                      "end": 875,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 15
                                        },
                                        "identifierName": "current"
                                      },
                                      "name": "current"
                                    },
                                    "right": {
                                      "type": "NullLiteral",
                                      "start": 878,
                                      "end": 882,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 22
                                        }
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 892,
                                  "end": 909,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 25
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 892,
                                    "end": 908,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 24
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 892,
                                      "end": 903,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 19
                                        },
                                        "identifierName": "currentFull"
                                      },
                                      "name": "currentFull"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 906,
                                      "end": 908,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 24
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "",
                                        "raw": "''"
                                      },
                                      "value": ""
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 918,
                                  "end": 941,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 31
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 918,
                                    "end": 940,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 30
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 918,
                                      "end": 927,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 17
                                        },
                                        "identifierName": "bracketed"
                                      },
                                      "name": "bracketed"
                                    },
                                    "right": {
                                      "type": "UnaryExpression",
                                      "start": 930,
                                      "end": 940,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 30
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 931,
                                        "end": 940,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 30
                                          },
                                          "identifierName": "bracketed"
                                        },
                                        "name": "bracketed"
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 955,
                              "end": 1235,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 13
                                },
                                "end": {
                                  "line": 51,
                                  "column": 7
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 959,
                                "end": 968,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 26
                                  },
                                  "identifierName": "bracketed"
                                },
                                "name": "bracketed"
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 970,
                                "end": 1005,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 980,
                                    "end": 997,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 25
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 980,
                                      "end": 996,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 24
                                        }
                                      },
                                      "operator": "+=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 980,
                                        "end": 991,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 19
                                          },
                                          "identifierName": "currentFull"
                                        },
                                        "name": "currentFull"
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 995,
                                        "end": 996,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 24
                                          },
                                          "identifierName": "c"
                                        },
                                        "name": "c"
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "IfStatement",
                                "start": 1011,
                                "end": 1235,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 1015,
                                  "end": 1028,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 30
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1015,
                                    "end": 1016,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 18
                                      },
                                      "identifierName": "c"
                                    },
                                    "name": "c"
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1021,
                                    "end": 1028,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 30
                                      },
                                      "identifierName": "current"
                                    },
                                    "name": "current"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 1030,
                                  "end": 1065,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1040,
                                      "end": 1057,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 25
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1040,
                                        "end": 1056,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 24
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1040,
                                          "end": 1051,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 19
                                            },
                                            "identifierName": "currentFull"
                                          },
                                          "name": "currentFull"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1055,
                                          "end": 1056,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 24
                                            },
                                            "identifierName": "c"
                                          },
                                          "name": "c"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 1071,
                                  "end": 1235,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 1081,
                                      "end": 1181,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 1085,
                                        "end": 1107,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 34
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1085,
                                          "end": 1103,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 30
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1085,
                                            "end": 1096,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 23
                                              },
                                              "identifierName": "currentFull"
                                            },
                                            "name": "currentFull"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1097,
                                            "end": 1103,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 30
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        },
                                        "operator": ">",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 1106,
                                          "end": 1107,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 34
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1109,
                                        "end": 1181,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1121,
                                            "end": 1171,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 60
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1121,
                                              "end": 1170,
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 59
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1121,
                                                "end": 1132,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1121,
                                                  "end": 1127,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 16
                                                    },
                                                    "identifierName": "splits"
                                                  },
                                                  "name": "splits"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1128,
                                                  "end": 1132,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 21
                                                    },
                                                    "identifierName": "push"
                                                  },
                                                  "name": "push"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 1133,
                                                  "end": 1169,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 58
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 1135,
                                                      "end": 1149,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 38
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1135,
                                                        "end": 1142,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 31
                                                          },
                                                          "identifierName": "literal"
                                                        },
                                                        "name": "literal"
                                                      },
                                                      "value": {
                                                        "type": "BooleanLiteral",
                                                        "start": 1144,
                                                        "end": 1149,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 38
                                                          }
                                                        },
                                                        "value": false
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 1151,
                                                      "end": 1167,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 56
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1151,
                                                        "end": 1154,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 43
                                                          },
                                                          "identifierName": "val"
                                                        },
                                                        "name": "val"
                                                      },
                                                      "value": {
                                                        "type": "Identifier",
                                                        "start": 1156,
                                                        "end": 1167,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 56
                                                          },
                                                          "identifierName": "currentFull"
                                                        },
                                                        "name": "currentFull"
                                                      }
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1190,
                                      "end": 1206,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 24
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1190,
                                        "end": 1205,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 23
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1190,
                                          "end": 1201,
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 19
                                            },
                                            "identifierName": "currentFull"
                                          },
                                          "name": "currentFull"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1204,
                                          "end": 1205,
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 23
                                            },
                                            "identifierName": "c"
                                          },
                                          "name": "c"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1215,
                                      "end": 1227,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 20
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1215,
                                        "end": 1226,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 19
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1215,
                                          "end": 1222,
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 15
                                            },
                                            "identifierName": "current"
                                          },
                                          "name": "current"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1225,
                                          "end": 1226,
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 19
                                            },
                                            "identifierName": "c"
                                          },
                                          "name": "c"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1247,
                      "end": 1343,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1251,
                        "end": 1273,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 8
                          },
                          "end": {
                            "line": 54,
                            "column": 30
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1251,
                          "end": 1269,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1251,
                            "end": 1262,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 19
                              },
                              "identifierName": "currentFull"
                            },
                            "name": "currentFull"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1263,
                            "end": 1269,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 20
                              },
                              "end": {
                                "line": 54,
                                "column": 26
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1272,
                          "end": 1273,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 29
                            },
                            "end": {
                              "line": 54,
                              "column": 30
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1275,
                        "end": 1343,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 32
                          },
                          "end": {
                            "line": 56,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1283,
                            "end": 1337,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 6
                              },
                              "end": {
                                "line": 55,
                                "column": 60
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1283,
                              "end": 1336,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 6
                                },
                                "end": {
                                  "line": 55,
                                  "column": 59
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1283,
                                "end": 1294,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1283,
                                  "end": 1289,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 12
                                    },
                                    "identifierName": "splits"
                                  },
                                  "name": "splits"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1290,
                                  "end": 1294,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 17
                                    },
                                    "identifierName": "push"
                                  },
                                  "name": "push"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 1295,
                                  "end": 1335,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 58
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 1297,
                                      "end": 1315,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 38
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1297,
                                        "end": 1304,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 27
                                          },
                                          "identifierName": "literal"
                                        },
                                        "name": "literal"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 1306,
                                        "end": 1315,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 38
                                          },
                                          "identifierName": "bracketed"
                                        },
                                        "name": "bracketed"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 1317,
                                      "end": 1333,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 56
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1317,
                                        "end": 1320,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 43
                                          },
                                          "identifierName": "val"
                                        },
                                        "name": "val"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 1322,
                                        "end": 1333,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 56
                                          },
                                          "identifierName": "currentFull"
                                        },
                                        "name": "currentFull"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1349,
                      "end": 1363,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 18
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1356,
                        "end": 1362,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 11
                          },
                          "end": {
                            "line": 58,
                            "column": 17
                          },
                          "identifierName": "splits"
                        },
                        "name": "splits"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1371,
                "end": 1459,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 2
                  },
                  "end": {
                    "line": 64,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1371,
                  "end": 1382,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 2
                    },
                    "end": {
                      "line": 61,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1383,
                    "end": 1389,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 14
                      },
                      "end": {
                        "line": 61,
                        "column": 20
                      },
                      "identifierName": "locale"
                    },
                    "name": "locale"
                  },
                  {
                    "type": "Identifier",
                    "start": 1391,
                    "end": 1401,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 22
                      },
                      "end": {
                        "line": 61,
                        "column": 32
                      },
                      "identifierName": "formatOpts"
                    },
                    "name": "formatOpts"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1403,
                  "end": 1459,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 34
                    },
                    "end": {
                      "line": 64,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1409,
                      "end": 1432,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 62,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1409,
                        "end": 1431,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 4
                          },
                          "end": {
                            "line": 62,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1409,
                          "end": 1418,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 4
                            },
                            "end": {
                              "line": 62,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1409,
                            "end": 1413,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 4
                              },
                              "end": {
                                "line": 62,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1414,
                            "end": 1418,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 9
                              },
                              "end": {
                                "line": 62,
                                "column": 13
                              },
                              "identifierName": "opts"
                            },
                            "name": "opts"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1421,
                          "end": 1431,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 16
                            },
                            "end": {
                              "line": 62,
                              "column": 26
                            },
                            "identifierName": "formatOpts"
                          },
                          "name": "formatOpts"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1437,
                      "end": 1455,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1437,
                        "end": 1454,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 4
                          },
                          "end": {
                            "line": 63,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1437,
                          "end": 1445,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 4
                            },
                            "end": {
                              "line": 63,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1437,
                            "end": 1441,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 4
                              },
                              "end": {
                                "line": 63,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1442,
                            "end": 1445,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 9
                              },
                              "end": {
                                "line": 63,
                                "column": 12
                              },
                              "identifierName": "loc"
                            },
                            "name": "loc"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1448,
                          "end": 1454,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 15
                            },
                            "end": {
                              "line": 63,
                              "column": 21
                            },
                            "identifierName": "locale"
                          },
                          "name": "locale"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1463,
                "end": 1605,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 2
                  },
                  "end": {
                    "line": 69,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1463,
                  "end": 1477,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 2
                    },
                    "end": {
                      "line": 66,
                      "column": 16
                    },
                    "identifierName": "formatDateTime"
                  },
                  "name": "formatDateTime"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1478,
                    "end": 1480,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 17
                      },
                      "end": {
                        "line": 66,
                        "column": 19
                      },
                      "identifierName": "dt"
                    },
                    "name": "dt"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1482,
                    "end": 1491,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 21
                      },
                      "end": {
                        "line": 66,
                        "column": 30
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1482,
                      "end": 1486,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 21
                        },
                        "end": {
                          "line": 66,
                          "column": 25
                        },
                        "identifierName": "opts"
                      },
                      "name": "opts"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 1489,
                      "end": 1491,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 28
                        },
                        "end": {
                          "line": 66,
                          "column": 30
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1493,
                  "end": 1605,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 32
                    },
                    "end": {
                      "line": 69,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1499,
                      "end": 1576,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 4
                        },
                        "end": {
                          "line": 67,
                          "column": 81
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1505,
                          "end": 1575,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 10
                            },
                            "end": {
                              "line": 67,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 1505,
                            "end": 1512,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 10
                              },
                              "end": {
                                "line": 67,
                                "column": 17
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1506,
                                "end": 1508,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 13
                                  },
                                  "identifierName": "df"
                                },
                                "name": "df"
                              },
                              {
                                "type": "Identifier",
                                "start": 1510,
                                "end": 1511,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 16
                                  },
                                  "identifierName": "d"
                                },
                                "name": "d"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1515,
                            "end": 1575,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 20
                              },
                              "end": {
                                "line": 67,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1515,
                              "end": 1535,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 20
                                },
                                "end": {
                                  "line": 67,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1515,
                                "end": 1523,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1515,
                                  "end": 1519,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1520,
                                  "end": 1523,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 28
                                    },
                                    "identifierName": "loc"
                                  },
                                  "name": "loc"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1524,
                                "end": 1535,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 40
                                  },
                                  "identifierName": "dtFormatter"
                                },
                                "name": "dtFormatter"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1536,
                                "end": 1538,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 43
                                  },
                                  "identifierName": "dt"
                                },
                                "name": "dt"
                              },
                              {
                                "type": "CallExpression",
                                "start": 1540,
                                "end": 1574,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 79
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1540,
                                  "end": 1553,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1540,
                                    "end": 1546,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 51
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1547,
                                    "end": 1553,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 58
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 1554,
                                    "end": 1556,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 61
                                      }
                                    },
                                    "properties": []
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 1558,
                                    "end": 1567,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 72
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1558,
                                      "end": 1562,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 67
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1563,
                                      "end": 1567,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 72
                                        },
                                        "identifierName": "opts"
                                      },
                                      "name": "opts"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1569,
                                    "end": 1573,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 78
                                      },
                                      "identifierName": "opts"
                                    },
                                    "name": "opts"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1581,
                      "end": 1601,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 4
                        },
                        "end": {
                          "line": 68,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1588,
                        "end": 1600,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 11
                          },
                          "end": {
                            "line": 68,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1588,
                          "end": 1597,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 11
                            },
                            "end": {
                              "line": 68,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1588,
                            "end": 1590,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 11
                              },
                              "end": {
                                "line": 68,
                                "column": 13
                              },
                              "identifierName": "df"
                            },
                            "name": "df"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1591,
                            "end": 1597,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 14
                              },
                              "end": {
                                "line": 68,
                                "column": 20
                              },
                              "identifierName": "format"
                            },
                            "name": "format"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1598,
                            "end": 1599,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 21
                              },
                              "end": {
                                "line": 68,
                                "column": 22
                              },
                              "identifierName": "d"
                            },
                            "name": "d"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1609,
                "end": 1756,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 2
                  },
                  "end": {
                    "line": 74,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1609,
                  "end": 1628,
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 2
                    },
                    "end": {
                      "line": 71,
                      "column": 21
                    },
                    "identifierName": "formatDateTimeParts"
                  },
                  "name": "formatDateTimeParts"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1629,
                    "end": 1631,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 22
                      },
                      "end": {
                        "line": 71,
                        "column": 24
                      },
                      "identifierName": "dt"
                    },
                    "name": "dt"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1633,
                    "end": 1642,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 26
                      },
                      "end": {
                        "line": 71,
                        "column": 35
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1633,
                      "end": 1637,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 26
                        },
                        "end": {
                          "line": 71,
                          "column": 30
                        },
                        "identifierName": "opts"
                      },
                      "name": "opts"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 1640,
                      "end": 1642,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 33
                        },
                        "end": {
                          "line": 71,
                          "column": 35
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1644,
                  "end": 1756,
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 37
                    },
                    "end": {
                      "line": 74,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1650,
                      "end": 1727,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 72,
                          "column": 81
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1656,
                          "end": 1726,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 10
                            },
                            "end": {
                              "line": 72,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 1656,
                            "end": 1663,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 10
                              },
                              "end": {
                                "line": 72,
                                "column": 17
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1657,
                                "end": 1659,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 13
                                  },
                                  "identifierName": "df"
                                },
                                "name": "df"
                              },
                              {
                                "type": "Identifier",
                                "start": 1661,
                                "end": 1662,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 16
                                  },
                                  "identifierName": "d"
                                },
                                "name": "d"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1666,
                            "end": 1726,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 20
                              },
                              "end": {
                                "line": 72,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1666,
                              "end": 1686,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 20
                                },
                                "end": {
                                  "line": 72,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1666,
                                "end": 1674,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1666,
                                  "end": 1670,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1671,
                                  "end": 1674,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 28
                                    },
                                    "identifierName": "loc"
                                  },
                                  "name": "loc"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1675,
                                "end": 1686,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 40
                                  },
                                  "identifierName": "dtFormatter"
                                },
                                "name": "dtFormatter"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1687,
                                "end": 1689,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 43
                                  },
                                  "identifierName": "dt"
                                },
                                "name": "dt"
                              },
                              {
                                "type": "CallExpression",
                                "start": 1691,
                                "end": 1725,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 79
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1691,
                                  "end": 1704,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1691,
                                    "end": 1697,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 51
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1698,
                                    "end": 1704,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 58
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 1705,
                                    "end": 1707,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 61
                                      }
                                    },
                                    "properties": []
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 1709,
                                    "end": 1718,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 72
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1709,
                                      "end": 1713,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 67
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1714,
                                      "end": 1718,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 72
                                        },
                                        "identifierName": "opts"
                                      },
                                      "name": "opts"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1720,
                                    "end": 1724,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 78
                                      },
                                      "identifierName": "opts"
                                    },
                                    "name": "opts"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1732,
                      "end": 1752,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 4
                        },
                        "end": {
                          "line": 73,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1739,
                        "end": 1751,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 11
                          },
                          "end": {
                            "line": 73,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1739,
                          "end": 1748,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 11
                            },
                            "end": {
                              "line": 73,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1739,
                            "end": 1741,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 11
                              },
                              "end": {
                                "line": 73,
                                "column": 13
                              },
                              "identifierName": "df"
                            },
                            "name": "df"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1742,
                            "end": 1748,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 14
                              },
                              "end": {
                                "line": 73,
                                "column": 20
                              },
                              "identifierName": "format"
                            },
                            "name": "format"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1749,
                            "end": 1750,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 21
                              },
                              "end": {
                                "line": 73,
                                "column": 22
                              },
                              "identifierName": "d"
                            },
                            "name": "d"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1760,
                "end": 1912,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 2
                  },
                  "end": {
                    "line": 79,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1760,
                  "end": 1775,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 2
                    },
                    "end": {
                      "line": 76,
                      "column": 17
                    },
                    "identifierName": "resolvedOptions"
                  },
                  "name": "resolvedOptions"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1776,
                    "end": 1778,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 18
                      },
                      "end": {
                        "line": 76,
                        "column": 20
                      },
                      "identifierName": "dt"
                    },
                    "name": "dt"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1780,
                    "end": 1789,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 22
                      },
                      "end": {
                        "line": 76,
                        "column": 31
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1780,
                      "end": 1784,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 22
                        },
                        "end": {
                          "line": 76,
                          "column": 26
                        },
                        "identifierName": "opts"
                      },
                      "name": "opts"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 1787,
                      "end": 1789,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 29
                        },
                        "end": {
                          "line": 76,
                          "column": 31
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1791,
                  "end": 1912,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 33
                    },
                    "end": {
                      "line": 79,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1797,
                      "end": 1874,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 81
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1803,
                          "end": 1873,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 10
                            },
                            "end": {
                              "line": 77,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 1803,
                            "end": 1810,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 10
                              },
                              "end": {
                                "line": 77,
                                "column": 17
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1804,
                                "end": 1806,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 13
                                  },
                                  "identifierName": "df"
                                },
                                "name": "df"
                              },
                              {
                                "type": "Identifier",
                                "start": 1808,
                                "end": 1809,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 16
                                  },
                                  "identifierName": "d"
                                },
                                "name": "d"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1813,
                            "end": 1873,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 20
                              },
                              "end": {
                                "line": 77,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1813,
                              "end": 1833,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 20
                                },
                                "end": {
                                  "line": 77,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1813,
                                "end": 1821,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1813,
                                  "end": 1817,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1818,
                                  "end": 1821,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 28
                                    },
                                    "identifierName": "loc"
                                  },
                                  "name": "loc"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1822,
                                "end": 1833,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 40
                                  },
                                  "identifierName": "dtFormatter"
                                },
                                "name": "dtFormatter"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1834,
                                "end": 1836,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 43
                                  },
                                  "identifierName": "dt"
                                },
                                "name": "dt"
                              },
                              {
                                "type": "CallExpression",
                                "start": 1838,
                                "end": 1872,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 79
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1838,
                                  "end": 1851,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1838,
                                    "end": 1844,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 51
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1845,
                                    "end": 1851,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 58
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 1852,
                                    "end": 1854,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 61
                                      }
                                    },
                                    "properties": []
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 1856,
                                    "end": 1865,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 72
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1856,
                                      "end": 1860,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 67
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1861,
                                      "end": 1865,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 72
                                        },
                                        "identifierName": "opts"
                                      },
                                      "name": "opts"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1867,
                                    "end": 1871,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 78
                                      },
                                      "identifierName": "opts"
                                    },
                                    "name": "opts"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1879,
                      "end": 1908,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 4
                        },
                        "end": {
                          "line": 78,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1886,
                        "end": 1907,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 11
                          },
                          "end": {
                            "line": 78,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1886,
                          "end": 1904,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 11
                            },
                            "end": {
                              "line": 78,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1886,
                            "end": 1888,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 11
                              },
                              "end": {
                                "line": 78,
                                "column": 13
                              },
                              "identifierName": "df"
                            },
                            "name": "df"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1889,
                            "end": 1904,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 14
                              },
                              "end": {
                                "line": 78,
                                "column": 29
                              },
                              "identifierName": "resolvedOptions"
                            },
                            "name": "resolvedOptions"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1905,
                            "end": 1906,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 30
                              },
                              "end": {
                                "line": 78,
                                "column": 31
                              },
                              "identifierName": "d"
                            },
                            "name": "d"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1916,
                "end": 2082,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 2
                  },
                  "end": {
                    "line": 89,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1916,
                  "end": 1919,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 2
                    },
                    "end": {
                      "line": 81,
                      "column": 5
                    },
                    "identifierName": "num"
                  },
                  "name": "num"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1920,
                    "end": 1921,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 6
                      },
                      "end": {
                        "line": 81,
                        "column": 7
                      },
                      "identifierName": "n"
                    },
                    "name": "n"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1923,
                    "end": 1928,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 9
                      },
                      "end": {
                        "line": 81,
                        "column": 14
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1923,
                      "end": 1924,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 9
                        },
                        "end": {
                          "line": 81,
                          "column": 10
                        },
                        "identifierName": "p"
                      },
                      "name": "p"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 1927,
                      "end": 1928,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 13
                        },
                        "end": {
                          "line": 81,
                          "column": 14
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1930,
                  "end": 2082,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 16
                    },
                    "end": {
                      "line": 89,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 1936,
                      "end": 1978,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 4
                        },
                        "end": {
                          "line": 82,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1942,
                          "end": 1977,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 10
                            },
                            "end": {
                              "line": 82,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1942,
                            "end": 1946,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 10
                              },
                              "end": {
                                "line": 82,
                                "column": 14
                              },
                              "identifierName": "opts"
                            },
                            "name": "opts"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1949,
                            "end": 1977,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 17
                              },
                              "end": {
                                "line": 82,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1949,
                              "end": 1962,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 17
                                },
                                "end": {
                                  "line": 82,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1949,
                                "end": 1955,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 23
                                  },
                                  "identifierName": "Object"
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1956,
                                "end": 1962,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 30
                                  },
                                  "identifierName": "assign"
                                },
                                "name": "assign"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 1963,
                                "end": 1965,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 33
                                  }
                                },
                                "properties": []
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1967,
                                "end": 1976,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1967,
                                  "end": 1971,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 39
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1972,
                                  "end": 1976,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 44
                                    },
                                    "identifierName": "opts"
                                  },
                                  "name": "opts"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1984,
                      "end": 2024,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 4
                        },
                        "end": {
                          "line": 86,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1988,
                        "end": 1993,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 8
                          },
                          "end": {
                            "line": 84,
                            "column": 13
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1988,
                          "end": 1989,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 8
                            },
                            "end": {
                              "line": 84,
                              "column": 9
                            },
                            "identifierName": "p"
                          },
                          "name": "p"
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1992,
                          "end": 1993,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 12
                            },
                            "end": {
                              "line": 84,
                              "column": 13
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1995,
                        "end": 2024,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 15
                          },
                          "end": {
                            "line": 86,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2003,
                            "end": 2018,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 6
                              },
                              "end": {
                                "line": 85,
                                "column": 21
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2003,
                              "end": 2017,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 6
                                },
                                "end": {
                                  "line": 85,
                                  "column": 20
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2003,
                                "end": 2013,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2003,
                                  "end": 2007,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 10
                                    },
                                    "identifierName": "opts"
                                  },
                                  "name": "opts"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2008,
                                  "end": 2013,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 16
                                    },
                                    "identifierName": "padTo"
                                  },
                                  "name": "padTo"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 2016,
                                "end": 2017,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 20
                                  },
                                  "identifierName": "p"
                                },
                                "name": "p"
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2030,
                      "end": 2078,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 4
                        },
                        "end": {
                          "line": 88,
                          "column": 52
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2037,
                        "end": 2077,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 11
                          },
                          "end": {
                            "line": 88,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2037,
                          "end": 2074,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 11
                            },
                            "end": {
                              "line": 88,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2037,
                            "end": 2067,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 11
                              },
                              "end": {
                                "line": 88,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2037,
                              "end": 2061,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 11
                                },
                                "end": {
                                  "line": 88,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2037,
                                "end": 2045,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2037,
                                  "end": 2041,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2042,
                                  "end": 2045,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 19
                                    },
                                    "identifierName": "loc"
                                  },
                                  "name": "loc"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2046,
                                "end": 2061,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 35
                                  },
                                  "identifierName": "numberFormatter"
                                },
                                "name": "numberFormatter"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2062,
                                "end": 2066,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 40
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2068,
                            "end": 2074,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 42
                              },
                              "end": {
                                "line": 88,
                                "column": 48
                              },
                              "identifierName": "format"
                            },
                            "name": "format"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2075,
                            "end": 2076,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 49
                              },
                              "end": {
                                "line": 88,
                                "column": 50
                              },
                              "identifierName": "n"
                            },
                            "name": "n"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2086,
                "end": 10939,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 2
                  },
                  "end": {
                    "line": 332,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2086,
                  "end": 2110,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 2
                    },
                    "end": {
                      "line": 91,
                      "column": 26
                    },
                    "identifierName": "formatDateTimeFromString"
                  },
                  "name": "formatDateTimeFromString"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2111,
                    "end": 2113,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 27
                      },
                      "end": {
                        "line": 91,
                        "column": 29
                      },
                      "identifierName": "dt"
                    },
                    "name": "dt"
                  },
                  {
                    "type": "Identifier",
                    "start": 2115,
                    "end": 2118,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 31
                      },
                      "end": {
                        "line": 91,
                        "column": 34
                      },
                      "identifierName": "fmt"
                    },
                    "name": "fmt"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2120,
                  "end": 10939,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 36
                    },
                    "end": {
                      "line": 332,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2126,
                      "end": 2179,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 4
                        },
                        "end": {
                          "line": 92,
                          "column": 57
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2132,
                          "end": 2178,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 10
                            },
                            "end": {
                              "line": 92,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2132,
                            "end": 2144,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 10
                              },
                              "end": {
                                "line": 92,
                                "column": 22
                              },
                              "identifierName": "knownEnglish"
                            },
                            "name": "knownEnglish"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2147,
                            "end": 2178,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 25
                              },
                              "end": {
                                "line": 92,
                                "column": 56
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 2147,
                              "end": 2169,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 25
                                },
                                "end": {
                                  "line": 92,
                                  "column": 47
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2147,
                                "end": 2167,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2147,
                                  "end": 2155,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2147,
                                    "end": 2151,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2152,
                                    "end": 2155,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 33
                                      },
                                      "identifierName": "loc"
                                    },
                                    "name": "loc"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2156,
                                  "end": 2167,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 45
                                    },
                                    "identifierName": "listingMode"
                                  },
                                  "name": "listingMode"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 2174,
                              "end": 2178,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 52
                                },
                                "end": {
                                  "line": 92,
                                  "column": 56
                                }
                              },
                              "extra": {
                                "rawValue": "en",
                                "raw": "'en'"
                              },
                              "value": "en"
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2184,
                      "end": 10863,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 4
                        },
                        "end": {
                          "line": 329,
                          "column": 8
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2190,
                          "end": 2253,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 10
                            },
                            "end": {
                              "line": 93,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2190,
                            "end": 2196,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 10
                              },
                              "end": {
                                "line": 93,
                                "column": 16
                              },
                              "identifierName": "string"
                            },
                            "name": "string"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 2199,
                            "end": 2253,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 19
                              },
                              "end": {
                                "line": 93,
                                "column": 73
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2200,
                                "end": 2204,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 24
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              },
                              {
                                "type": "Identifier",
                                "start": 2206,
                                "end": 2213,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 33
                                  },
                                  "identifierName": "extract"
                                },
                                "name": "extract"
                              }
                            ],
                            "body": {
                              "type": "CallExpression",
                              "start": 2218,
                              "end": 2253,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 38
                                },
                                "end": {
                                  "line": 93,
                                  "column": 73
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2218,
                                "end": 2234,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2218,
                                  "end": 2226,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2218,
                                    "end": 2222,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2223,
                                    "end": 2226,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 46
                                      },
                                      "identifierName": "loc"
                                    },
                                    "name": "loc"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2227,
                                  "end": 2234,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 54
                                    },
                                    "identifierName": "extract"
                                  },
                                  "name": "extract"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2235,
                                  "end": 2237,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 57
                                    },
                                    "identifierName": "dt"
                                  },
                                  "name": "dt"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 2239,
                                  "end": 2243,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 63
                                    },
                                    "identifierName": "opts"
                                  },
                                  "name": "opts"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 2245,
                                  "end": 2252,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 72
                                    },
                                    "identifierName": "extract"
                                  },
                                  "name": "extract"
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2261,
                          "end": 3047,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 6
                            },
                            "end": {
                              "line": 114,
                              "column": 7
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2261,
                            "end": 2273,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 6
                              },
                              "end": {
                                "line": 94,
                                "column": 18
                              },
                              "identifierName": "formatOffset"
                            },
                            "name": "formatOffset"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 2276,
                            "end": 3047,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 21
                              },
                              "end": {
                                "line": 114,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2276,
                                "end": 2280,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 25
                                  },
                                  "identifierName": "opts"
                                },
                                "name": "opts"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2284,
                              "end": 3047,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 29
                                },
                                "end": {
                                  "line": 114,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 2294,
                                  "end": 2383,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 2298,
                                    "end": 2348,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 62
                                      }
                                    },
                                    "left": {
                                      "type": "LogicalExpression",
                                      "start": 2298,
                                      "end": 2333,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 47
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2298,
                                        "end": 2314,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2298,
                                          "end": 2300,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 14
                                            },
                                            "identifierName": "dt"
                                          },
                                          "name": "dt"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2301,
                                          "end": 2314,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 28
                                            },
                                            "identifierName": "isOffsetFixed"
                                          },
                                          "name": "isOffsetFixed"
                                        },
                                        "computed": false
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 2318,
                                        "end": 2333,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 47
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2318,
                                          "end": 2327,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2318,
                                            "end": 2320,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 34
                                              },
                                              "identifierName": "dt"
                                            },
                                            "name": "dt"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2321,
                                            "end": 2327,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 41
                                              },
                                              "identifierName": "offset"
                                            },
                                            "name": "offset"
                                          },
                                          "computed": false
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 2332,
                                          "end": 2333,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 47
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2337,
                                      "end": 2348,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2337,
                                        "end": 2341,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 55
                                          },
                                          "identifierName": "opts"
                                        },
                                        "name": "opts"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2342,
                                        "end": 2348,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 62
                                          },
                                          "identifierName": "allowZ"
                                        },
                                        "name": "allowZ"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2350,
                                    "end": 2383,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2362,
                                        "end": 2373,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 21
                                          }
                                        },
                                        "argument": {
                                          "type": "StringLiteral",
                                          "start": 2369,
                                          "end": 2372,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 20
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "Z",
                                            "raw": "'Z'"
                                          },
                                          "value": "Z"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2393,
                                  "end": 2572,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 45
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2399,
                                      "end": 2438,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 53
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2399,
                                        "end": 2404,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 19
                                          },
                                          "identifierName": "hours"
                                        },
                                        "name": "hours"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 2407,
                                        "end": 2438,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 53
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2407,
                                          "end": 2422,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2407,
                                            "end": 2411,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 26
                                              },
                                              "identifierName": "Util"
                                            },
                                            "name": "Util"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2412,
                                            "end": 2422,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 37
                                              },
                                              "identifierName": "towardZero"
                                            },
                                            "name": "towardZero"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 2423,
                                            "end": 2437,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 52
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 2423,
                                              "end": 2432,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2423,
                                                "end": 2425,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 40
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2426,
                                                "end": 2432,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 47
                                                  },
                                                  "identifierName": "offset"
                                                },
                                                "name": "offset"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 2435,
                                              "end": 2437,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 52
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 60,
                                                "raw": "60"
                                              },
                                              "value": 60
                                            }
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2450,
                                      "end": 2484,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 44
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2450,
                                        "end": 2457,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 17
                                          },
                                          "identifierName": "minutes"
                                        },
                                        "name": "minutes"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 2460,
                                        "end": 2484,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2460,
                                          "end": 2468,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2460,
                                            "end": 2464,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 24
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2465,
                                            "end": 2468,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 28
                                              },
                                              "identifierName": "abs"
                                            },
                                            "name": "abs"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 2469,
                                            "end": 2483,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 43
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 2469,
                                              "end": 2478,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2469,
                                                "end": 2471,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 31
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2472,
                                                "end": 2478,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 38
                                                  },
                                                  "identifierName": "offset"
                                                },
                                                "name": "offset"
                                              },
                                              "computed": false
                                            },
                                            "operator": "%",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 2481,
                                              "end": 2483,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 43
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 60,
                                                "raw": "60"
                                              },
                                              "value": 60
                                            }
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2496,
                                      "end": 2525,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 39
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2496,
                                        "end": 2500,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 14
                                          },
                                          "identifierName": "sign"
                                        },
                                        "name": "sign"
                                      },
                                      "init": {
                                        "type": "ConditionalExpression",
                                        "start": 2503,
                                        "end": 2525,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 39
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 2503,
                                          "end": 2513,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 27
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 2503,
                                            "end": 2508,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 22
                                              },
                                              "identifierName": "hours"
                                            },
                                            "name": "hours"
                                          },
                                          "operator": ">=",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 2512,
                                            "end": 2513,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 27
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        },
                                        "consequent": {
                                          "type": "StringLiteral",
                                          "start": 2516,
                                          "end": 2519,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 33
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "+",
                                            "raw": "'+'"
                                          },
                                          "value": "+"
                                        },
                                        "alternate": {
                                          "type": "StringLiteral",
                                          "start": 2522,
                                          "end": 2525,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 39
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "-",
                                            "raw": "'-'"
                                          },
                                          "value": "-"
                                        }
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2537,
                                      "end": 2571,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 44
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2537,
                                        "end": 2541,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 14
                                          },
                                          "identifierName": "base"
                                        },
                                        "name": "base"
                                      },
                                      "init": {
                                        "type": "TemplateLiteral",
                                        "start": 2544,
                                        "end": 2571,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 44
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "Identifier",
                                            "start": 2547,
                                            "end": 2551,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 24
                                              },
                                              "identifierName": "sign"
                                            },
                                            "name": "sign"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2554,
                                            "end": 2569,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2554,
                                              "end": 2562,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2554,
                                                "end": 2558,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 31
                                                  },
                                                  "identifierName": "Math"
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2559,
                                                "end": 2562,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 35
                                                  },
                                                  "identifierName": "abs"
                                                },
                                                "name": "abs"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2563,
                                                "end": 2568,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 41
                                                  },
                                                  "identifierName": "hours"
                                                },
                                                "name": "hours"
                                              }
                                            ]
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 2545,
                                            "end": 2545,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 18
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 2552,
                                            "end": 2552,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 25
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 2570,
                                            "end": 2570,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 43
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": true
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "SwitchStatement",
                                  "start": 2582,
                                  "end": 3039,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 9
                                    }
                                  },
                                  "discriminant": {
                                    "type": "MemberExpression",
                                    "start": 2590,
                                    "end": 2601,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2590,
                                      "end": 2594,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 20
                                        },
                                        "identifierName": "opts"
                                      },
                                      "name": "opts"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2595,
                                      "end": 2601,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 27
                                        },
                                        "identifierName": "format"
                                      },
                                      "name": "format"
                                    },
                                    "computed": false
                                  },
                                  "cases": [
                                    {
                                      "type": "SwitchCase",
                                      "start": 2615,
                                      "end": 2713,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 84
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 2641,
                                          "end": 2713,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 84
                                            }
                                          },
                                          "argument": {
                                            "type": "TemplateLiteral",
                                            "start": 2648,
                                            "end": 2712,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 83
                                              }
                                            },
                                            "expressions": [
                                              {
                                                "type": "Identifier",
                                                "start": 2651,
                                                "end": 2655,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 26
                                                  },
                                                  "identifierName": "sign"
                                                },
                                                "name": "sign"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 2658,
                                                "end": 2686,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 57
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2658,
                                                  "end": 2666,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 37
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2658,
                                                    "end": 2662,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 33
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2663,
                                                    "end": 2666,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 37
                                                      },
                                                      "identifierName": "num"
                                                    },
                                                    "name": "num"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 2667,
                                                    "end": 2682,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 53
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2667,
                                                      "end": 2675,
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 46
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2667,
                                                        "end": 2671,
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 42
                                                          },
                                                          "identifierName": "Math"
                                                        },
                                                        "name": "Math"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2672,
                                                        "end": 2675,
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 46
                                                          },
                                                          "identifierName": "abs"
                                                        },
                                                        "name": "abs"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2676,
                                                        "end": 2681,
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 52
                                                          },
                                                          "identifierName": "hours"
                                                        },
                                                        "name": "hours"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 2684,
                                                    "end": 2685,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 56
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 2,
                                                      "raw": "2"
                                                    },
                                                    "value": 2
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 2690,
                                                "end": 2710,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 81
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2690,
                                                  "end": 2698,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2690,
                                                    "end": 2694,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 65
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2695,
                                                    "end": 2698,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 69
                                                      },
                                                      "identifierName": "num"
                                                    },
                                                    "name": "num"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2699,
                                                    "end": 2706,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 77
                                                      },
                                                      "identifierName": "minutes"
                                                    },
                                                    "name": "minutes"
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 2708,
                                                    "end": 2709,
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 80
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 2,
                                                      "raw": "2"
                                                    },
                                                    "value": 2
                                                  }
                                                ]
                                              }
                                            ],
                                            "quasis": [
                                              {
                                                "type": "TemplateElement",
                                                "start": 2649,
                                                "end": 2649,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 20
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 2656,
                                                "end": 2656,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 27
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 2687,
                                                "end": 2688,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 59
                                                  }
                                                },
                                                "value": {
                                                  "raw": ":",
                                                  "cooked": ":"
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 2711,
                                                "end": 2711,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 82
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 82
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": true
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 2620,
                                        "end": 2627,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "short",
                                          "raw": "'short'"
                                        },
                                        "value": "short"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 2724,
                                      "end": 2800,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 61
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 2751,
                                          "end": 2800,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 61
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 2758,
                                            "end": 2799,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 60
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 2758,
                                              "end": 2769,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 30
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 2758,
                                                "end": 2765,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 26
                                                  },
                                                  "identifierName": "minutes"
                                                },
                                                "name": "minutes"
                                              },
                                              "operator": ">",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 2768,
                                                "end": 2769,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 30
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              }
                                            },
                                            "consequent": {
                                              "type": "TemplateLiteral",
                                              "start": 2772,
                                              "end": 2792,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 53
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2775,
                                                  "end": 2779,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 40
                                                    },
                                                    "identifierName": "base"
                                                  },
                                                  "name": "base"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 2783,
                                                  "end": 2790,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 51
                                                    },
                                                    "identifierName": "minutes"
                                                  },
                                                  "name": "minutes"
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2773,
                                                  "end": 2773,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 34
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2780,
                                                  "end": 2781,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 42
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": ":",
                                                    "cooked": ":"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2791,
                                                  "end": 2791,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 52
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "Identifier",
                                              "start": 2795,
                                              "end": 2799,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 60
                                                },
                                                "identifierName": "base"
                                              },
                                              "name": "base"
                                            }
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 2729,
                                        "end": 2737,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "narrow",
                                          "raw": "'narrow'"
                                        },
                                        "value": "narrow"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 2811,
                                      "end": 2909,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 83
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 2838,
                                          "end": 2909,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 83
                                            }
                                          },
                                          "argument": {
                                            "type": "TemplateLiteral",
                                            "start": 2845,
                                            "end": 2908,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 82
                                              }
                                            },
                                            "expressions": [
                                              {
                                                "type": "Identifier",
                                                "start": 2848,
                                                "end": 2852,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 26
                                                  },
                                                  "identifierName": "sign"
                                                },
                                                "name": "sign"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 2855,
                                                "end": 2883,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 57
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2855,
                                                  "end": 2863,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 37
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2855,
                                                    "end": 2859,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 33
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2860,
                                                    "end": 2863,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 37
                                                      },
                                                      "identifierName": "num"
                                                    },
                                                    "name": "num"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 2864,
                                                    "end": 2879,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 53
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2864,
                                                      "end": 2872,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 46
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2864,
                                                        "end": 2868,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 42
                                                          },
                                                          "identifierName": "Math"
                                                        },
                                                        "name": "Math"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2869,
                                                        "end": 2872,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 46
                                                          },
                                                          "identifierName": "abs"
                                                        },
                                                        "name": "abs"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2873,
                                                        "end": 2878,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 52
                                                          },
                                                          "identifierName": "hours"
                                                        },
                                                        "name": "hours"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 2881,
                                                    "end": 2882,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 56
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 2,
                                                      "raw": "2"
                                                    },
                                                    "value": 2
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 2886,
                                                "end": 2906,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 80
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2886,
                                                  "end": 2894,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 68
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2886,
                                                    "end": 2890,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2891,
                                                    "end": 2894,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 68
                                                      },
                                                      "identifierName": "num"
                                                    },
                                                    "name": "num"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2895,
                                                    "end": 2902,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 76
                                                      },
                                                      "identifierName": "minutes"
                                                    },
                                                    "name": "minutes"
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 2904,
                                                    "end": 2905,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 78
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 79
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 2,
                                                      "raw": "2"
                                                    },
                                                    "value": 2
                                                  }
                                                ]
                                              }
                                            ],
                                            "quasis": [
                                              {
                                                "type": "TemplateElement",
                                                "start": 2846,
                                                "end": 2846,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 20
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 2853,
                                                "end": 2853,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 27
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 2884,
                                                "end": 2884,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 58
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 2907,
                                                "end": 2907,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 81
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 81
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": true
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 2816,
                                        "end": 2824,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 23
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "techie",
                                          "raw": "'techie'"
                                        },
                                        "value": "techie"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 2920,
                                      "end": 3029,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 100
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ThrowStatement",
                                          "start": 2941,
                                          "end": 3029,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 100
                                            }
                                          },
                                          "argument": {
                                            "type": "NewExpression",
                                            "start": 2947,
                                            "end": 3028,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 99
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2951,
                                              "end": 2961,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 32
                                                },
                                                "identifierName": "RangeError"
                                              },
                                              "name": "RangeError"
                                            },
                                            "arguments": [
                                              {
                                                "type": "TemplateLiteral",
                                                "start": 2962,
                                                "end": 3027,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 98
                                                  }
                                                },
                                                "expressions": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2978,
                                                    "end": 2989,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 60
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2978,
                                                      "end": 2982,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 53
                                                        },
                                                        "identifierName": "opts"
                                                      },
                                                      "name": "opts"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2983,
                                                      "end": 2989,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 60
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "computed": false
                                                  }
                                                ],
                                                "quasis": [
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 2963,
                                                    "end": 2976,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 47
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": "Value format ",
                                                      "cooked": "Value format "
                                                    },
                                                    "tail": false
                                                  },
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 2990,
                                                    "end": 3026,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 97
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": " is out of range for property format",
                                                      "cooked": " is out of range for property format"
                                                    },
                                                    "tail": true
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": null
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 3055,
                          "end": 3203,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 6
                            },
                            "end": {
                              "line": 118,
                              "column": 66
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3055,
                            "end": 3063,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 6
                              },
                              "end": {
                                "line": 115,
                                "column": 14
                              },
                              "identifierName": "meridiem"
                            },
                            "name": "meridiem"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 3066,
                            "end": 3203,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 17
                              },
                              "end": {
                                "line": 118,
                                "column": 66
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "ConditionalExpression",
                              "start": 3080,
                              "end": 3203,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 8
                                },
                                "end": {
                                  "line": 118,
                                  "column": 66
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 3080,
                                "end": 3092,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 20
                                  },
                                  "identifierName": "knownEnglish"
                                },
                                "name": "knownEnglish"
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 3105,
                                "end": 3136,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 43
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3105,
                                  "end": 3132,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3105,
                                    "end": 3112,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 19
                                      },
                                      "identifierName": "English"
                                    },
                                    "name": "English"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3113,
                                    "end": 3132,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 39
                                      },
                                      "identifierName": "meridiemForDateTime"
                                    },
                                    "name": "meridiemForDateTime"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3133,
                                    "end": 3135,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 42
                                      },
                                      "identifierName": "dt"
                                    },
                                    "name": "dt"
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 3149,
                                "end": 3203,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 66
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3149,
                                  "end": 3155,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 18
                                    },
                                    "identifierName": "string"
                                  },
                                  "name": "string"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 3156,
                                    "end": 3189,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 52
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 3158,
                                        "end": 3173,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 36
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 3158,
                                          "end": 3162,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 25
                                            },
                                            "identifierName": "hour"
                                          },
                                          "name": "hour"
                                        },
                                        "value": {
                                          "type": "StringLiteral",
                                          "start": 3164,
                                          "end": 3173,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 36
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "numeric",
                                            "raw": "'numeric'"
                                          },
                                          "value": "numeric"
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 3175,
                                        "end": 3187,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 50
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 3175,
                                          "end": 3181,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 44
                                            },
                                            "identifierName": "hour12"
                                          },
                                          "name": "hour12"
                                        },
                                        "value": {
                                          "type": "BooleanLiteral",
                                          "start": 3183,
                                          "end": 3187,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 50
                                            }
                                          },
                                          "value": true
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 3191,
                                    "end": 3202,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 65
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dayperiod",
                                      "raw": "'dayperiod'"
                                    },
                                    "value": "dayperiod"
                                  }
                                ]
                              }
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 3211,
                          "end": 3408,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 6
                            },
                            "end": {
                              "line": 122,
                              "column": 95
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3211,
                            "end": 3216,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 6
                              },
                              "end": {
                                "line": 119,
                                "column": 11
                              },
                              "identifierName": "month"
                            },
                            "name": "month"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 3219,
                            "end": 3408,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 14
                              },
                              "end": {
                                "line": 122,
                                "column": 95
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3220,
                                "end": 3226,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 21
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 3228,
                                "end": 3238,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 33
                                  },
                                  "identifierName": "standalone"
                                },
                                "name": "standalone"
                              }
                            ],
                            "body": {
                              "type": "ConditionalExpression",
                              "start": 3251,
                              "end": 3408,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 8
                                },
                                "end": {
                                  "line": 122,
                                  "column": 95
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 3251,
                                "end": 3263,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 20
                                  },
                                  "identifierName": "knownEnglish"
                                },
                                "name": "knownEnglish"
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 3276,
                                "end": 3312,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 48
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3276,
                                  "end": 3300,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3276,
                                    "end": 3283,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 19
                                      },
                                      "identifierName": "English"
                                    },
                                    "name": "English"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3284,
                                    "end": 3300,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 36
                                      },
                                      "identifierName": "monthForDateTime"
                                    },
                                    "name": "monthForDateTime"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3301,
                                    "end": 3303,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 39
                                      },
                                      "identifierName": "dt"
                                    },
                                    "name": "dt"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3305,
                                    "end": 3311,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 47
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 3325,
                                "end": 3408,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 95
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3325,
                                  "end": 3331,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 18
                                    },
                                    "identifierName": "string"
                                  },
                                  "name": "string"
                                },
                                "arguments": [
                                  {
                                    "type": "ConditionalExpression",
                                    "start": 3332,
                                    "end": 3398,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 85
                                      }
                                    },
                                    "test": {
                                      "type": "Identifier",
                                      "start": 3332,
                                      "end": 3342,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 29
                                        },
                                        "identifierName": "standalone"
                                      },
                                      "name": "standalone"
                                    },
                                    "consequent": {
                                      "type": "ObjectExpression",
                                      "start": 3345,
                                      "end": 3362,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 49
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3347,
                                          "end": 3360,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 47
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3347,
                                            "end": 3352,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 39
                                              },
                                              "identifierName": "month"
                                            },
                                            "name": "month"
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "start": 3354,
                                            "end": 3360,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 47
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": {
                                      "type": "ObjectExpression",
                                      "start": 3365,
                                      "end": 3398,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 85
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3367,
                                          "end": 3380,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 67
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3367,
                                            "end": 3372,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 59
                                              },
                                              "identifierName": "month"
                                            },
                                            "name": "month"
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "start": 3374,
                                            "end": 3380,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 67
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3382,
                                          "end": 3396,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 83
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3382,
                                            "end": 3385,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 72
                                              },
                                              "identifierName": "day"
                                            },
                                            "name": "day"
                                          },
                                          "value": {
                                            "type": "StringLiteral",
                                            "start": 3387,
                                            "end": 3396,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 83
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "numeric",
                                              "raw": "'numeric'"
                                            },
                                            "value": "numeric"
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 3400,
                                    "end": 3407,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 94
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "month",
                                      "raw": "'month'"
                                    },
                                    "value": "month"
                                  }
                                ]
                              }
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 3416,
                          "end": 3680,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 6
                            },
                            "end": {
                              "line": 129,
                              "column": 13
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3416,
                            "end": 3423,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 6
                              },
                              "end": {
                                "line": 123,
                                "column": 13
                              },
                              "identifierName": "weekday"
                            },
                            "name": "weekday"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 3426,
                            "end": 3680,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 16
                              },
                              "end": {
                                "line": 129,
                                "column": 13
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3427,
                                "end": 3433,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 23
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 3435,
                                "end": 3445,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 35
                                  },
                                  "identifierName": "standalone"
                                },
                                "name": "standalone"
                              }
                            ],
                            "body": {
                              "type": "ConditionalExpression",
                              "start": 3458,
                              "end": 3680,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 8
                                },
                                "end": {
                                  "line": 129,
                                  "column": 13
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 3458,
                                "end": 3470,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 20
                                  },
                                  "identifierName": "knownEnglish"
                                },
                                "name": "knownEnglish"
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 3483,
                                "end": 3521,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 50
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3483,
                                  "end": 3509,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3483,
                                    "end": 3490,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 19
                                      },
                                      "identifierName": "English"
                                    },
                                    "name": "English"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3491,
                                    "end": 3509,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 38
                                      },
                                      "identifierName": "weekdayForDateTime"
                                    },
                                    "name": "weekdayForDateTime"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3510,
                                    "end": 3512,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 41
                                      },
                                      "identifierName": "dt"
                                    },
                                    "name": "dt"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3514,
                                    "end": 3520,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 49
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 3534,
                                "end": 3680,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 13
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3534,
                                  "end": 3540,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 18
                                    },
                                    "identifierName": "string"
                                  },
                                  "name": "string"
                                },
                                "arguments": [
                                  {
                                    "type": "ConditionalExpression",
                                    "start": 3556,
                                    "end": 3641,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 99
                                      }
                                    },
                                    "test": {
                                      "type": "Identifier",
                                      "start": 3556,
                                      "end": 3566,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 24
                                        },
                                        "identifierName": "standalone"
                                      },
                                      "name": "standalone"
                                    },
                                    "consequent": {
                                      "type": "ObjectExpression",
                                      "start": 3569,
                                      "end": 3588,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 46
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3571,
                                          "end": 3586,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 44
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3571,
                                            "end": 3578,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 36
                                              },
                                              "identifierName": "weekday"
                                            },
                                            "name": "weekday"
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "start": 3580,
                                            "end": 3586,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 44
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": {
                                      "type": "ObjectExpression",
                                      "start": 3591,
                                      "end": 3641,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 99
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3593,
                                          "end": 3608,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 66
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3593,
                                            "end": 3600,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 58
                                              },
                                              "identifierName": "weekday"
                                            },
                                            "name": "weekday"
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "start": 3602,
                                            "end": 3608,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 66
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3610,
                                          "end": 3623,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 81
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3610,
                                            "end": 3615,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 73
                                              },
                                              "identifierName": "month"
                                            },
                                            "name": "month"
                                          },
                                          "value": {
                                            "type": "StringLiteral",
                                            "start": 3617,
                                            "end": 3623,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 81
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "long",
                                              "raw": "'long'"
                                            },
                                            "value": "long"
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 3625,
                                          "end": 3639,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 97
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 3625,
                                            "end": 3628,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 86
                                              },
                                              "identifierName": "day"
                                            },
                                            "name": "day"
                                          },
                                          "value": {
                                            "type": "StringLiteral",
                                            "start": 3630,
                                            "end": 3639,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 97
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "numeric",
                                              "raw": "'numeric'"
                                            },
                                            "value": "numeric"
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 3657,
                                    "end": 3666,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 23
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "weekday",
                                      "raw": "'weekday'"
                                    },
                                    "value": "weekday"
                                  }
                                ]
                              }
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 3688,
                          "end": 3794,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 6
                            },
                            "end": {
                              "line": 131,
                              "column": 90
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3688,
                            "end": 3691,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 6
                              },
                              "end": {
                                "line": 130,
                                "column": 9
                              },
                              "identifierName": "era"
                            },
                            "name": "era"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 3694,
                            "end": 3794,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 12
                              },
                              "end": {
                                "line": 131,
                                "column": 90
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3694,
                                "end": 3700,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 18
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              }
                            ],
                            "body": {
                              "type": "ConditionalExpression",
                              "start": 3712,
                              "end": 3794,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 8
                                },
                                "end": {
                                  "line": 131,
                                  "column": 90
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 3712,
                                "end": 3724,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 20
                                  },
                                  "identifierName": "knownEnglish"
                                },
                                "name": "knownEnglish"
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 3727,
                                "end": 3761,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3727,
                                  "end": 3749,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3727,
                                    "end": 3734,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 30
                                      },
                                      "identifierName": "English"
                                    },
                                    "name": "English"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3735,
                                    "end": 3749,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 45
                                      },
                                      "identifierName": "eraForDateTime"
                                    },
                                    "name": "eraForDateTime"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3750,
                                    "end": 3752,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 48
                                      },
                                      "identifierName": "dt"
                                    },
                                    "name": "dt"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3754,
                                    "end": 3760,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 56
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 3764,
                                "end": 3794,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 90
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3764,
                                  "end": 3770,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 66
                                    },
                                    "identifierName": "string"
                                  },
                                  "name": "string"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 3771,
                                    "end": 3786,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 82
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 3773,
                                        "end": 3784,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 80
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 3773,
                                          "end": 3776,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 72
                                            },
                                            "identifierName": "era"
                                          },
                                          "name": "era"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 3778,
                                          "end": 3784,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 80
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 3788,
                                    "end": 3793,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 89
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "era",
                                      "raw": "'era'"
                                    },
                                    "value": "era"
                                  }
                                ]
                              }
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 3802,
                          "end": 10862,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 6
                            },
                            "end": {
                              "line": 329,
                              "column": 7
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3802,
                            "end": 3815,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 6
                              },
                              "end": {
                                "line": 132,
                                "column": 19
                              },
                              "identifierName": "tokenToString"
                            },
                            "name": "tokenToString"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 3818,
                            "end": 10862,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 22
                              },
                              "end": {
                                "line": 329,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3818,
                                "end": 3823,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 27
                                  },
                                  "identifierName": "token"
                                },
                                "name": "token"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3827,
                              "end": 10862,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 31
                                },
                                "end": {
                                  "line": 329,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3837,
                                  "end": 3879,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 50
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3843,
                                      "end": 3878,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 49
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3843,
                                        "end": 3852,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 23
                                          },
                                          "identifierName": "outputCal"
                                        },
                                        "name": "outputCal"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3855,
                                        "end": 3878,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3855,
                                          "end": 3863,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 34
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3855,
                                            "end": 3859,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3860,
                                            "end": 3863,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 34
                                              },
                                              "identifierName": "loc"
                                            },
                                            "name": "loc"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3864,
                                          "end": 3878,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 49
                                            },
                                            "identifierName": "outputCalendar"
                                          },
                                          "name": "outputCalendar"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "const",
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Where possible: http://cldr.unicode.org/translation/date-time#TOC-Stand-Alone-vs.-Format-Styles",
                                      "start": 3889,
                                      "end": 3987,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 106
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "SwitchStatement",
                                  "start": 3996,
                                  "end": 10854,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 328,
                                      "column": 9
                                    }
                                  },
                                  "discriminant": {
                                    "type": "Identifier",
                                    "start": 4004,
                                    "end": 4009,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 21
                                      },
                                      "identifierName": "token"
                                    },
                                    "name": "token",
                                    "leadingComments": null
                                  },
                                  "cases": [
                                    {
                                      "type": "SwitchCase",
                                      "start": 4039,
                                      "end": 4093,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 44
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4061,
                                          "end": 4093,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 44
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4068,
                                            "end": 4092,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4068,
                                              "end": 4076,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4068,
                                                "end": 4072,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4073,
                                                "end": 4076,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4077,
                                                "end": 4091,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4077,
                                                  "end": 4079,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4080,
                                                  "end": 4091,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 42
                                                    },
                                                    "identifierName": "millisecond"
                                                  },
                                                  "name": "millisecond"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4044,
                                        "end": 4047,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "S",
                                          "raw": "'S'"
                                        },
                                        "value": "S",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " ms",
                                          "start": 4023,
                                          "end": 4028,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4104,
                                      "end": 4163,
                                      "loc": {
                                        "start": {
                                          "line": 140,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 47
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4128,
                                          "end": 4163,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 47
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4135,
                                            "end": 4162,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 46
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4135,
                                              "end": 4143,
                                              "loc": {
                                                "start": {
                                                  "line": 141,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4135,
                                                "end": 4139,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4140,
                                                "end": 4143,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4144,
                                                "end": 4158,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4144,
                                                  "end": 4146,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4147,
                                                  "end": 4158,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 42
                                                    },
                                                    "identifierName": "millisecond"
                                                  },
                                                  "name": "millisecond"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 4160,
                                                "end": 4161,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 45
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            ]
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4109,
                                        "end": 4114,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "SSS",
                                          "raw": "'SSS'"
                                        },
                                        "value": "SSS"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " seconds",
                                          "start": 4174,
                                          "end": 4184,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 20
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4195,
                                      "end": 4244,
                                      "loc": {
                                        "start": {
                                          "line": 143,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 39
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4217,
                                          "end": 4244,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 39
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4224,
                                            "end": 4243,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 38
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4224,
                                              "end": 4232,
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 144,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4224,
                                                "end": 4228,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4229,
                                                "end": 4232,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4233,
                                                "end": 4242,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4233,
                                                  "end": 4235,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4236,
                                                  "end": 4242,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 37
                                                    },
                                                    "identifierName": "second"
                                                  },
                                                  "name": "second"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4200,
                                        "end": 4203,
                                        "loc": {
                                          "start": {
                                            "line": 143,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 143,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "s",
                                          "raw": "'s'"
                                        },
                                        "value": "s",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " seconds",
                                          "start": 4174,
                                          "end": 4184,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 20
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4255,
                                      "end": 4308,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 42
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4278,
                                          "end": 4308,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 42
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4285,
                                            "end": 4307,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4285,
                                              "end": 4293,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4285,
                                                "end": 4289,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4290,
                                                "end": 4293,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4294,
                                                "end": 4303,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4294,
                                                  "end": 4296,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4297,
                                                  "end": 4303,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 37
                                                    },
                                                    "identifierName": "second"
                                                  },
                                                  "name": "second"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 4305,
                                                "end": 4306,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 40
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              }
                                            ]
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4260,
                                        "end": 4264,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ss",
                                          "raw": "'ss'"
                                        },
                                        "value": "ss"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " minutes",
                                          "start": 4319,
                                          "end": 4329,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 20
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4340,
                                      "end": 4389,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 39
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4362,
                                          "end": 4389,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 39
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4369,
                                            "end": 4388,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 38
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4369,
                                              "end": 4377,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4369,
                                                "end": 4373,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4374,
                                                "end": 4377,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4378,
                                                "end": 4387,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4378,
                                                  "end": 4380,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4381,
                                                  "end": 4387,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 37
                                                    },
                                                    "identifierName": "minute"
                                                  },
                                                  "name": "minute"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4345,
                                        "end": 4348,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "m",
                                          "raw": "'m'"
                                        },
                                        "value": "m",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " minutes",
                                          "start": 4319,
                                          "end": 4329,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 20
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4400,
                                      "end": 4453,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 42
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4423,
                                          "end": 4453,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 42
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4430,
                                            "end": 4452,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4430,
                                              "end": 4438,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4430,
                                                "end": 4434,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4435,
                                                "end": 4438,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4439,
                                                "end": 4448,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4439,
                                                  "end": 4441,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4442,
                                                  "end": 4448,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 37
                                                    },
                                                    "identifierName": "minute"
                                                  },
                                                  "name": "minute"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 4450,
                                                "end": 4451,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 40
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              }
                                            ]
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4405,
                                        "end": 4409,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "mm",
                                          "raw": "'mm'"
                                        },
                                        "value": "mm"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " hours",
                                          "start": 4464,
                                          "end": 4472,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 18
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4483,
                                      "end": 4557,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 64
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4505,
                                          "end": 4557,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 64
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4512,
                                            "end": 4556,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4512,
                                              "end": 4520,
                                              "loc": {
                                                "start": {
                                                  "line": 154,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 154,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4512,
                                                "end": 4516,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4517,
                                                "end": 4520,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ConditionalExpression",
                                                "start": 4521,
                                                "end": 4555,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 62
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 4521,
                                                  "end": 4535,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 42
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 4521,
                                                    "end": 4528,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4521,
                                                      "end": 4523,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 30
                                                        },
                                                        "identifierName": "dt"
                                                      },
                                                      "name": "dt"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4524,
                                                      "end": 4528,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 35
                                                        },
                                                        "identifierName": "hour"
                                                      },
                                                      "name": "hour"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "NumericLiteral",
                                                    "start": 4533,
                                                    "end": 4535,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 42
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 12,
                                                      "raw": "12"
                                                    },
                                                    "value": 12
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "NumericLiteral",
                                                  "start": 4538,
                                                  "end": 4540,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 47
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 12,
                                                    "raw": "12"
                                                  },
                                                  "value": 12
                                                },
                                                "alternate": {
                                                  "type": "BinaryExpression",
                                                  "start": 4543,
                                                  "end": 4555,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 62
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 4543,
                                                    "end": 4550,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4543,
                                                      "end": 4545,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 52
                                                        },
                                                        "identifierName": "dt"
                                                      },
                                                      "name": "dt"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4546,
                                                      "end": 4550,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 57
                                                        },
                                                        "identifierName": "hour"
                                                      },
                                                      "name": "hour"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "%",
                                                  "right": {
                                                    "type": "NumericLiteral",
                                                    "start": 4553,
                                                    "end": 4555,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 62
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 12,
                                                      "raw": "12"
                                                    },
                                                    "value": 12
                                                  }
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4488,
                                        "end": 4491,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "h",
                                          "raw": "'h'"
                                        },
                                        "value": "h",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " hours",
                                          "start": 4464,
                                          "end": 4472,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 18
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4568,
                                      "end": 4646,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 156,
                                          "column": 67
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4591,
                                          "end": 4646,
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 67
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4598,
                                            "end": 4645,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 66
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4598,
                                              "end": 4606,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4598,
                                                "end": 4602,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4603,
                                                "end": 4606,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ConditionalExpression",
                                                "start": 4607,
                                                "end": 4641,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 62
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 4607,
                                                  "end": 4621,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 42
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 4607,
                                                    "end": 4614,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4607,
                                                      "end": 4609,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 30
                                                        },
                                                        "identifierName": "dt"
                                                      },
                                                      "name": "dt"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4610,
                                                      "end": 4614,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 35
                                                        },
                                                        "identifierName": "hour"
                                                      },
                                                      "name": "hour"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "NumericLiteral",
                                                    "start": 4619,
                                                    "end": 4621,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 42
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 12,
                                                      "raw": "12"
                                                    },
                                                    "value": 12
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "NumericLiteral",
                                                  "start": 4624,
                                                  "end": 4626,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 47
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 12,
                                                    "raw": "12"
                                                  },
                                                  "value": 12
                                                },
                                                "alternate": {
                                                  "type": "BinaryExpression",
                                                  "start": 4629,
                                                  "end": 4641,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 62
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 4629,
                                                    "end": 4636,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 57
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4629,
                                                      "end": 4631,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 52
                                                        },
                                                        "identifierName": "dt"
                                                      },
                                                      "name": "dt"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4632,
                                                      "end": 4636,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 57
                                                        },
                                                        "identifierName": "hour"
                                                      },
                                                      "name": "hour"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "%",
                                                  "right": {
                                                    "type": "NumericLiteral",
                                                    "start": 4639,
                                                    "end": 4641,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 62
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 12,
                                                      "raw": "12"
                                                    },
                                                    "value": 12
                                                  }
                                                }
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 4643,
                                                "end": 4644,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 65
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4573,
                                        "end": 4577,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "hh",
                                          "raw": "'hh'"
                                        },
                                        "value": "hh"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4657,
                                      "end": 4704,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 37
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4679,
                                          "end": 4704,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 37
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4686,
                                            "end": 4703,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 36
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4686,
                                              "end": 4694,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4686,
                                                "end": 4690,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4691,
                                                "end": 4694,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4695,
                                                "end": 4702,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4695,
                                                  "end": 4697,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4698,
                                                  "end": 4702,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 35
                                                    },
                                                    "identifierName": "hour"
                                                  },
                                                  "name": "hour"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4662,
                                        "end": 4665,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "H",
                                          "raw": "'H'"
                                        },
                                        "value": "H"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4715,
                                      "end": 4766,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 40
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4738,
                                          "end": 4766,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 40
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4745,
                                            "end": 4765,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4745,
                                              "end": 4753,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4745,
                                                "end": 4749,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4750,
                                                "end": 4753,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4754,
                                                "end": 4761,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4754,
                                                  "end": 4756,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4757,
                                                  "end": 4761,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 35
                                                    },
                                                    "identifierName": "hour"
                                                  },
                                                  "name": "hour"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 4763,
                                                "end": 4764,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              }
                                            ]
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4720,
                                        "end": 4724,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "HH",
                                          "raw": "'HH'"
                                        },
                                        "value": "HH"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " offset",
                                          "start": 4777,
                                          "end": 4786,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4797,
                                      "end": 4898,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 68
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4842,
                                          "end": 4898,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 68
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4849,
                                            "end": 4897,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 67
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4849,
                                              "end": 4861,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 31
                                                },
                                                "identifierName": "formatOffset"
                                              },
                                              "name": "formatOffset",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 4862,
                                                "end": 4896,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 66
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4864,
                                                    "end": 4880,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 50
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4864,
                                                      "end": 4870,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 40
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "value": {
                                                      "type": "StringLiteral",
                                                      "start": 4872,
                                                      "end": 4880,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 50
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "narrow",
                                                        "raw": "'narrow'"
                                                      },
                                                      "value": "narrow"
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4882,
                                                    "end": 4894,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 64
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4882,
                                                      "end": 4888,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 58
                                                        },
                                                        "identifierName": "allowZ"
                                                      },
                                                      "name": "allowZ"
                                                    },
                                                    "value": {
                                                      "type": "BooleanLiteral",
                                                      "start": 4890,
                                                      "end": 4894,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 64
                                                        }
                                                      },
                                                      "value": true
                                                    }
                                                  }
                                                ]
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like +6",
                                              "start": 4819,
                                              "end": 4829,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 22
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4802,
                                        "end": 4805,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "Z",
                                          "raw": "'Z'"
                                        },
                                        "value": "Z",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " offset",
                                          "start": 4777,
                                          "end": 4786,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 4909,
                                      "end": 5014,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 67
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4959,
                                          "end": 5014,
                                          "loc": {
                                            "start": {
                                              "line": 167,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 167,
                                              "column": 67
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 4966,
                                            "end": 5013,
                                            "loc": {
                                              "start": {
                                                "line": 167,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 167,
                                                "column": 66
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4966,
                                              "end": 4978,
                                              "loc": {
                                                "start": {
                                                  "line": 167,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 167,
                                                  "column": 31
                                                },
                                                "identifierName": "formatOffset"
                                              },
                                              "name": "formatOffset",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 4979,
                                                "end": 5012,
                                                "loc": {
                                                  "start": {
                                                    "line": 167,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 167,
                                                    "column": 65
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4981,
                                                    "end": 4996,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 49
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4981,
                                                      "end": 4987,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 40
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "value": {
                                                      "type": "StringLiteral",
                                                      "start": 4989,
                                                      "end": 4996,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 49
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "short",
                                                        "raw": "'short'"
                                                      },
                                                      "value": "short"
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4998,
                                                    "end": 5010,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 63
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4998,
                                                      "end": 5004,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 57
                                                        },
                                                        "identifierName": "allowZ"
                                                      },
                                                      "name": "allowZ"
                                                    },
                                                    "value": {
                                                      "type": "BooleanLiteral",
                                                      "start": 5006,
                                                      "end": 5010,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 63
                                                        }
                                                      },
                                                      "value": true
                                                    }
                                                  }
                                                ]
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like +06:00",
                                              "start": 4932,
                                              "end": 4946,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 26
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 4914,
                                        "end": 4918,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ZZ",
                                          "raw": "'ZZ'"
                                        },
                                        "value": "ZZ"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5025,
                                      "end": 5132,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 69
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5075,
                                          "end": 5132,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 69
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 5082,
                                            "end": 5131,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 5082,
                                              "end": 5094,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 31
                                                },
                                                "identifierName": "formatOffset"
                                              },
                                              "name": "formatOffset",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 5095,
                                                "end": 5130,
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 67
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 5097,
                                                    "end": 5113,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 50
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 5097,
                                                      "end": 5103,
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 40
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "value": {
                                                      "type": "StringLiteral",
                                                      "start": 5105,
                                                      "end": 5113,
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 50
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "techie",
                                                        "raw": "'techie'"
                                                      },
                                                      "value": "techie"
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 5115,
                                                    "end": 5128,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 65
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 5115,
                                                      "end": 5121,
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 58
                                                        },
                                                        "identifierName": "allowZ"
                                                      },
                                                      "name": "allowZ"
                                                    },
                                                    "value": {
                                                      "type": "BooleanLiteral",
                                                      "start": 5123,
                                                      "end": 5128,
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 65
                                                        }
                                                      },
                                                      "value": false
                                                    }
                                                  }
                                                ]
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like +0600",
                                              "start": 5049,
                                              "end": 5062,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 25
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5030,
                                        "end": 5035,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ZZZ",
                                          "raw": "'ZZZ'"
                                        },
                                        "value": "ZZZ"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5143,
                                      "end": 5218,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 38
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5192,
                                          "end": 5218,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 38
                                            }
                                          },
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 5199,
                                            "end": 5217,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5199,
                                              "end": 5201,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 21
                                                },
                                                "identifierName": "dt"
                                              },
                                              "name": "dt",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5202,
                                              "end": 5217,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 37
                                                },
                                                "identifierName": "offsetNameShort"
                                              },
                                              "name": "offsetNameShort"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like EST",
                                              "start": 5168,
                                              "end": 5179,
                                              "loc": {
                                                "start": {
                                                  "line": 172,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 172,
                                                  "column": 23
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5148,
                                        "end": 5154,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ZZZZ",
                                          "raw": "'ZZZZ'"
                                        },
                                        "value": "ZZZZ"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5229,
                                      "end": 5322,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 37
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5297,
                                          "end": 5322,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 37
                                            }
                                          },
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 5304,
                                            "end": 5321,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5304,
                                              "end": 5306,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 21
                                                },
                                                "identifierName": "dt"
                                              },
                                              "name": "dt",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5307,
                                              "end": 5321,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 36
                                                },
                                                "identifierName": "offsetNameLong"
                                              },
                                              "name": "offsetNameLong"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like Eastern Standard Time",
                                              "start": 5255,
                                              "end": 5284,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 41
                                                }
                                              }
                                            }
                                          ],
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5234,
                                        "end": 5241,
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ZZZZZ",
                                          "raw": "'ZZZZZ'"
                                        },
                                        "value": "ZZZZZ"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " zone",
                                          "start": 5333,
                                          "end": 5340,
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 17
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5351,
                                      "end": 5392,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 31
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5373,
                                          "end": 5392,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 31
                                            }
                                          },
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 5380,
                                            "end": 5391,
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5380,
                                              "end": 5382,
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 21
                                                },
                                                "identifierName": "dt"
                                              },
                                              "name": "dt"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5383,
                                              "end": 5391,
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 30
                                                },
                                                "identifierName": "zoneName"
                                              },
                                              "name": "zoneName"
                                            },
                                            "computed": false
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5356,
                                        "end": 5359,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "z",
                                          "raw": "'z'"
                                        },
                                        "value": "z",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " zone",
                                          "start": 5333,
                                          "end": 5340,
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 17
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " like America/New_York",
                                          "start": 5403,
                                          "end": 5427,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 180,
                                              "column": 34
                                            }
                                          }
                                        },
                                        {
                                          "type": "CommentLine",
                                          "value": " meridiems",
                                          "start": 5438,
                                          "end": 5450,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 22
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5461,
                                      "end": 5501,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 183,
                                          "column": 30
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5483,
                                          "end": 5501,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 30
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 5490,
                                            "end": 5500,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 29
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 5490,
                                              "end": 5498,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 27
                                                },
                                                "identifierName": "meridiem"
                                              },
                                              "name": "meridiem"
                                            },
                                            "arguments": []
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5466,
                                        "end": 5469,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "a",
                                          "raw": "'a'"
                                        },
                                        "value": "a",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " like America/New_York",
                                          "start": 5403,
                                          "end": 5427,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 180,
                                              "column": 34
                                            }
                                          }
                                        },
                                        {
                                          "type": "CommentLine",
                                          "value": " meridiems",
                                          "start": 5438,
                                          "end": 5450,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 22
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " dates",
                                          "start": 5512,
                                          "end": 5520,
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 18
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5531,
                                      "end": 5625,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 84
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5553,
                                          "end": 5625,
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 84
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 5560,
                                            "end": 5624,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 83
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 5560,
                                              "end": 5569,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal"
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 5572,
                                              "end": 5605,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 5572,
                                                "end": 5578,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 37
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 5579,
                                                  "end": 5597,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 56
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 5581,
                                                      "end": 5595,
                                                      "loc": {
                                                        "start": {
                                                          "line": 186,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 186,
                                                          "column": 54
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 5581,
                                                        "end": 5584,
                                                        "loc": {
                                                          "start": {
                                                            "line": 186,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 186,
                                                            "column": 43
                                                          },
                                                          "identifierName": "day"
                                                        },
                                                        "name": "day"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 5586,
                                                        "end": 5595,
                                                        "loc": {
                                                          "start": {
                                                            "line": 186,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 186,
                                                            "column": 54
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 5599,
                                                  "end": 5604,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 63
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "day",
                                                    "raw": "'day'"
                                                  },
                                                  "value": "day"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 5608,
                                              "end": 5624,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 83
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5608,
                                                "end": 5616,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 75
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5608,
                                                  "end": 5612,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 71
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5613,
                                                  "end": 5616,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 75
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 5617,
                                                  "end": 5623,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 5617,
                                                    "end": 5619,
                                                    "loc": {
                                                      "start": {
                                                        "line": 186,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 186,
                                                        "column": 78
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5620,
                                                    "end": 5623,
                                                    "loc": {
                                                      "start": {
                                                        "line": 186,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 186,
                                                        "column": 82
                                                      },
                                                      "identifierName": "day"
                                                    },
                                                    "name": "day"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5536,
                                        "end": 5539,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "d",
                                          "raw": "'d'"
                                        },
                                        "value": "d",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " dates",
                                          "start": 5512,
                                          "end": 5520,
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 18
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5636,
                                      "end": 5734,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 87
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5659,
                                          "end": 5734,
                                          "loc": {
                                            "start": {
                                              "line": 188,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 87
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 5666,
                                            "end": 5733,
                                            "loc": {
                                              "start": {
                                                "line": 188,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 86
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 5666,
                                              "end": 5675,
                                              "loc": {
                                                "start": {
                                                  "line": 188,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 188,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal"
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 5678,
                                              "end": 5711,
                                              "loc": {
                                                "start": {
                                                  "line": 188,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 188,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 5678,
                                                "end": 5684,
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 37
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 5685,
                                                  "end": 5703,
                                                  "loc": {
                                                    "start": {
                                                      "line": 188,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 188,
                                                      "column": 56
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 5687,
                                                      "end": 5701,
                                                      "loc": {
                                                        "start": {
                                                          "line": 188,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 188,
                                                          "column": 54
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 5687,
                                                        "end": 5690,
                                                        "loc": {
                                                          "start": {
                                                            "line": 188,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 188,
                                                            "column": 43
                                                          },
                                                          "identifierName": "day"
                                                        },
                                                        "name": "day"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 5692,
                                                        "end": 5701,
                                                        "loc": {
                                                          "start": {
                                                            "line": 188,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 188,
                                                            "column": 54
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "2-digit",
                                                          "raw": "'2-digit'"
                                                        },
                                                        "value": "2-digit"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 5705,
                                                  "end": 5710,
                                                  "loc": {
                                                    "start": {
                                                      "line": 188,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 188,
                                                      "column": 63
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "day",
                                                    "raw": "'day'"
                                                  },
                                                  "value": "day"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 5714,
                                              "end": 5733,
                                              "loc": {
                                                "start": {
                                                  "line": 188,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 188,
                                                  "column": 86
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5714,
                                                "end": 5722,
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 75
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5714,
                                                  "end": 5718,
                                                  "loc": {
                                                    "start": {
                                                      "line": 188,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 188,
                                                      "column": 71
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5719,
                                                  "end": 5722,
                                                  "loc": {
                                                    "start": {
                                                      "line": 188,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 188,
                                                      "column": 75
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 5723,
                                                  "end": 5729,
                                                  "loc": {
                                                    "start": {
                                                      "line": 188,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 188,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 5723,
                                                    "end": 5725,
                                                    "loc": {
                                                      "start": {
                                                        "line": 188,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 188,
                                                        "column": 78
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5726,
                                                    "end": 5729,
                                                    "loc": {
                                                      "start": {
                                                        "line": 188,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 188,
                                                        "column": 82
                                                      },
                                                      "identifierName": "day"
                                                    },
                                                    "name": "day"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "NumericLiteral",
                                                  "start": 5731,
                                                  "end": 5732,
                                                  "loc": {
                                                    "start": {
                                                      "line": 188,
                                                      "column": 84
                                                    },
                                                    "end": {
                                                      "line": 188,
                                                      "column": 85
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  },
                                                  "value": 2
                                                }
                                              ]
                                            }
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5641,
                                        "end": 5645,
                                        "loc": {
                                          "start": {
                                            "line": 187,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 187,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "dd",
                                          "raw": "'dd'"
                                        },
                                        "value": "dd"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " weekdays - standalone",
                                          "start": 5745,
                                          "end": 5769,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 34
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5780,
                                      "end": 5852,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 40
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5824,
                                          "end": 5852,
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 40
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 5831,
                                            "end": 5851,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5831,
                                              "end": 5839,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5831,
                                                "end": 5835,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 23
                                                  }
                                                },
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5836,
                                                "end": 5839,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 5840,
                                                "end": 5850,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5840,
                                                  "end": 5842,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5843,
                                                  "end": 5850,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 38
                                                    },
                                                    "identifierName": "weekday"
                                                  },
                                                  "name": "weekday"
                                                },
                                                "computed": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 1",
                                              "start": 5802,
                                              "end": 5811,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 21
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5785,
                                        "end": 5788,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "c",
                                          "raw": "'c'"
                                        },
                                        "value": "c",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " weekdays - standalone",
                                          "start": 5745,
                                          "end": 5769,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 34
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5863,
                                      "end": 5944,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 42
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 5914,
                                          "end": 5944,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 42
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 5921,
                                            "end": 5943,
                                            "loc": {
                                              "start": {
                                                "line": 195,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 195,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 5921,
                                              "end": 5928,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 195,
                                                  "column": 26
                                                },
                                                "identifierName": "weekday"
                                              },
                                              "name": "weekday",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 5929,
                                                "end": 5936,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 34
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "short",
                                                  "raw": "'short'"
                                                },
                                                "value": "short"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 5938,
                                                "end": 5942,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 40
                                                  }
                                                },
                                                "value": true
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 'Tues'",
                                              "start": 5887,
                                              "end": 5901,
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 26
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5868,
                                        "end": 5873,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ccc",
                                          "raw": "'ccc'"
                                        },
                                        "value": "ccc"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 5955,
                                      "end": 6039,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 198,
                                          "column": 41
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6010,
                                          "end": 6039,
                                          "loc": {
                                            "start": {
                                              "line": 198,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 198,
                                              "column": 41
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 6017,
                                            "end": 6038,
                                            "loc": {
                                              "start": {
                                                "line": 198,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 198,
                                                "column": 40
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 6017,
                                              "end": 6024,
                                              "loc": {
                                                "start": {
                                                  "line": 198,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 198,
                                                  "column": 26
                                                },
                                                "identifierName": "weekday"
                                              },
                                              "name": "weekday",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6025,
                                                "end": 6031,
                                                "loc": {
                                                  "start": {
                                                    "line": 198,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 198,
                                                    "column": 33
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "long",
                                                  "raw": "'long'"
                                                },
                                                "value": "long"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 6033,
                                                "end": 6037,
                                                "loc": {
                                                  "start": {
                                                    "line": 198,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 198,
                                                    "column": 39
                                                  }
                                                },
                                                "value": true
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 'Tuesday'",
                                              "start": 5980,
                                              "end": 5997,
                                              "loc": {
                                                "start": {
                                                  "line": 197,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 197,
                                                  "column": 29
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 5960,
                                        "end": 5966,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "cccc",
                                          "raw": "'cccc'"
                                        },
                                        "value": "cccc"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6050,
                                      "end": 6131,
                                      "loc": {
                                        "start": {
                                          "line": 199,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 43
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6100,
                                          "end": 6131,
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 201,
                                              "column": 43
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 6107,
                                            "end": 6130,
                                            "loc": {
                                              "start": {
                                                "line": 201,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 201,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 6107,
                                              "end": 6114,
                                              "loc": {
                                                "start": {
                                                  "line": 201,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 201,
                                                  "column": 26
                                                },
                                                "identifierName": "weekday"
                                              },
                                              "name": "weekday",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6115,
                                                "end": 6123,
                                                "loc": {
                                                  "start": {
                                                    "line": 201,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 201,
                                                    "column": 35
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "narrow",
                                                  "raw": "'narrow'"
                                                },
                                                "value": "narrow"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 6125,
                                                "end": 6129,
                                                "loc": {
                                                  "start": {
                                                    "line": 201,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 201,
                                                    "column": 41
                                                  }
                                                },
                                                "value": true
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 'T'",
                                              "start": 6076,
                                              "end": 6087,
                                              "loc": {
                                                "start": {
                                                  "line": 200,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 200,
                                                  "column": 23
                                                }
                                              }
                                            }
                                          ],
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6055,
                                        "end": 6062,
                                        "loc": {
                                          "start": {
                                            "line": 199,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 199,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ccccc",
                                          "raw": "'ccccc'"
                                        },
                                        "value": "ccccc"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " weekdays - format",
                                          "start": 6142,
                                          "end": 6162,
                                          "loc": {
                                            "start": {
                                              "line": 202,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 202,
                                              "column": 30
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6173,
                                      "end": 6245,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 40
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6217,
                                          "end": 6245,
                                          "loc": {
                                            "start": {
                                              "line": 205,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 205,
                                              "column": 40
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 6224,
                                            "end": 6244,
                                            "loc": {
                                              "start": {
                                                "line": 205,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 205,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6224,
                                              "end": 6232,
                                              "loc": {
                                                "start": {
                                                  "line": 205,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 205,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6224,
                                                "end": 6228,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 23
                                                  }
                                                },
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6229,
                                                "end": 6232,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 6233,
                                                "end": 6243,
                                                "loc": {
                                                  "start": {
                                                    "line": 205,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 205,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6233,
                                                  "end": 6235,
                                                  "loc": {
                                                    "start": {
                                                      "line": 205,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 205,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6236,
                                                  "end": 6243,
                                                  "loc": {
                                                    "start": {
                                                      "line": 205,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 205,
                                                      "column": 38
                                                    },
                                                    "identifierName": "weekday"
                                                  },
                                                  "name": "weekday"
                                                },
                                                "computed": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 1",
                                              "start": 6195,
                                              "end": 6204,
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 21
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6178,
                                        "end": 6181,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "E",
                                          "raw": "'E'"
                                        },
                                        "value": "E",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " weekdays - format",
                                          "start": 6142,
                                          "end": 6162,
                                          "loc": {
                                            "start": {
                                              "line": 202,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 202,
                                              "column": 30
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6256,
                                      "end": 6338,
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 43
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6307,
                                          "end": 6338,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 43
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 6314,
                                            "end": 6337,
                                            "loc": {
                                              "start": {
                                                "line": 208,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 208,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 6314,
                                              "end": 6321,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 208,
                                                  "column": 26
                                                },
                                                "identifierName": "weekday"
                                              },
                                              "name": "weekday",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6322,
                                                "end": 6329,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 34
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "short",
                                                  "raw": "'short'"
                                                },
                                                "value": "short"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 6331,
                                                "end": 6336,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 41
                                                  }
                                                },
                                                "value": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 'Tues'",
                                              "start": 6280,
                                              "end": 6294,
                                              "loc": {
                                                "start": {
                                                  "line": 207,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 207,
                                                  "column": 26
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6261,
                                        "end": 6266,
                                        "loc": {
                                          "start": {
                                            "line": 206,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 206,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "EEE",
                                          "raw": "'EEE'"
                                        },
                                        "value": "EEE"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6349,
                                      "end": 6434,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 211,
                                          "column": 42
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6404,
                                          "end": 6434,
                                          "loc": {
                                            "start": {
                                              "line": 211,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 211,
                                              "column": 42
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 6411,
                                            "end": 6433,
                                            "loc": {
                                              "start": {
                                                "line": 211,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 211,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 6411,
                                              "end": 6418,
                                              "loc": {
                                                "start": {
                                                  "line": 211,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 211,
                                                  "column": 26
                                                },
                                                "identifierName": "weekday"
                                              },
                                              "name": "weekday",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6419,
                                                "end": 6425,
                                                "loc": {
                                                  "start": {
                                                    "line": 211,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 211,
                                                    "column": 33
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "long",
                                                  "raw": "'long'"
                                                },
                                                "value": "long"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 6427,
                                                "end": 6432,
                                                "loc": {
                                                  "start": {
                                                    "line": 211,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 211,
                                                    "column": 40
                                                  }
                                                },
                                                "value": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 'Tuesday'",
                                              "start": 6374,
                                              "end": 6391,
                                              "loc": {
                                                "start": {
                                                  "line": 210,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 210,
                                                  "column": 29
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6354,
                                        "end": 6360,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "EEEE",
                                          "raw": "'EEEE'"
                                        },
                                        "value": "EEEE"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6445,
                                      "end": 6527,
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 214,
                                          "column": 44
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6495,
                                          "end": 6527,
                                          "loc": {
                                            "start": {
                                              "line": 214,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 214,
                                              "column": 44
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 6502,
                                            "end": 6526,
                                            "loc": {
                                              "start": {
                                                "line": 214,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 214,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 6502,
                                              "end": 6509,
                                              "loc": {
                                                "start": {
                                                  "line": 214,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 214,
                                                  "column": 26
                                                },
                                                "identifierName": "weekday"
                                              },
                                              "name": "weekday",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 6510,
                                                "end": 6518,
                                                "loc": {
                                                  "start": {
                                                    "line": 214,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 214,
                                                    "column": 35
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "narrow",
                                                  "raw": "'narrow'"
                                                },
                                                "value": "narrow"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 6520,
                                                "end": 6525,
                                                "loc": {
                                                  "start": {
                                                    "line": 214,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 214,
                                                    "column": 42
                                                  }
                                                },
                                                "value": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 'T'",
                                              "start": 6471,
                                              "end": 6482,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 23
                                                }
                                              }
                                            }
                                          ],
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6450,
                                        "end": 6457,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "EEEEE",
                                          "raw": "'EEEEE'"
                                        },
                                        "value": "EEEEE"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " months - standalone",
                                          "start": 6538,
                                          "end": 6560,
                                          "loc": {
                                            "start": {
                                              "line": 215,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 215,
                                              "column": 32
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6571,
                                      "end": 6737,
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 35
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6615,
                                          "end": 6737,
                                          "loc": {
                                            "start": {
                                              "line": 218,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 220,
                                              "column": 35
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 6622,
                                            "end": 6736,
                                            "loc": {
                                              "start": {
                                                "line": 218,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 220,
                                                "column": 34
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 6622,
                                              "end": 6631,
                                              "loc": {
                                                "start": {
                                                  "line": 218,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 218,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 6648,
                                              "end": 6701,
                                              "loc": {
                                                "start": {
                                                  "line": 219,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 219,
                                                  "column": 69
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 6648,
                                                "end": 6654,
                                                "loc": {
                                                  "start": {
                                                    "line": 219,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 219,
                                                    "column": 22
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 6655,
                                                  "end": 6691,
                                                  "loc": {
                                                    "start": {
                                                      "line": 219,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 219,
                                                      "column": 59
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 6657,
                                                      "end": 6673,
                                                      "loc": {
                                                        "start": {
                                                          "line": 219,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 219,
                                                          "column": 41
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 6657,
                                                        "end": 6662,
                                                        "loc": {
                                                          "start": {
                                                            "line": 219,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 219,
                                                            "column": 30
                                                          },
                                                          "identifierName": "month"
                                                        },
                                                        "name": "month"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 6664,
                                                        "end": 6673,
                                                        "loc": {
                                                          "start": {
                                                            "line": 219,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 219,
                                                            "column": 41
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 6675,
                                                      "end": 6689,
                                                      "loc": {
                                                        "start": {
                                                          "line": 219,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 219,
                                                          "column": 57
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 6675,
                                                        "end": 6678,
                                                        "loc": {
                                                          "start": {
                                                            "line": 219,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 219,
                                                            "column": 46
                                                          },
                                                          "identifierName": "day"
                                                        },
                                                        "name": "day"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 6680,
                                                        "end": 6689,
                                                        "loc": {
                                                          "start": {
                                                            "line": 219,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 219,
                                                            "column": 57
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 6693,
                                                  "end": 6700,
                                                  "loc": {
                                                    "start": {
                                                      "line": 219,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 219,
                                                      "column": 68
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "month",
                                                    "raw": "'month'"
                                                  },
                                                  "value": "month"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 6718,
                                              "end": 6736,
                                              "loc": {
                                                "start": {
                                                  "line": 220,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 220,
                                                  "column": 34
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 6718,
                                                "end": 6726,
                                                "loc": {
                                                  "start": {
                                                    "line": 220,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 220,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 6718,
                                                  "end": 6722,
                                                  "loc": {
                                                    "start": {
                                                      "line": 220,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 220,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6723,
                                                  "end": 6726,
                                                  "loc": {
                                                    "start": {
                                                      "line": 220,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 220,
                                                      "column": 24
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 6727,
                                                  "end": 6735,
                                                  "loc": {
                                                    "start": {
                                                      "line": 220,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 220,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6727,
                                                    "end": 6729,
                                                    "loc": {
                                                      "start": {
                                                        "line": 220,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 220,
                                                        "column": 27
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6730,
                                                    "end": 6735,
                                                    "loc": {
                                                      "start": {
                                                        "line": 220,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 220,
                                                        "column": 33
                                                      },
                                                      "identifierName": "month"
                                                    },
                                                    "name": "month"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 1",
                                              "start": 6593,
                                              "end": 6602,
                                              "loc": {
                                                "start": {
                                                  "line": 217,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 217,
                                                  "column": 21
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6576,
                                        "end": 6579,
                                        "loc": {
                                          "start": {
                                            "line": 216,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 216,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "L",
                                          "raw": "'L'"
                                        },
                                        "value": "L",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " months - standalone",
                                          "start": 6538,
                                          "end": 6560,
                                          "loc": {
                                            "start": {
                                              "line": 215,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 215,
                                              "column": 32
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6748,
                                      "end": 6941,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 38
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6816,
                                          "end": 6941,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 225,
                                              "column": 38
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 6823,
                                            "end": 6940,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 37
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 6823,
                                              "end": 6832,
                                              "loc": {
                                                "start": {
                                                  "line": 223,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 223,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 6849,
                                              "end": 6902,
                                              "loc": {
                                                "start": {
                                                  "line": 224,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 224,
                                                  "column": 69
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 6849,
                                                "end": 6855,
                                                "loc": {
                                                  "start": {
                                                    "line": 224,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 224,
                                                    "column": 22
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 6856,
                                                  "end": 6892,
                                                  "loc": {
                                                    "start": {
                                                      "line": 224,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 224,
                                                      "column": 59
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 6858,
                                                      "end": 6874,
                                                      "loc": {
                                                        "start": {
                                                          "line": 224,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 224,
                                                          "column": 41
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 6858,
                                                        "end": 6863,
                                                        "loc": {
                                                          "start": {
                                                            "line": 224,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 224,
                                                            "column": 30
                                                          },
                                                          "identifierName": "month"
                                                        },
                                                        "name": "month"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 6865,
                                                        "end": 6874,
                                                        "loc": {
                                                          "start": {
                                                            "line": 224,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 224,
                                                            "column": 41
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "2-digit",
                                                          "raw": "'2-digit'"
                                                        },
                                                        "value": "2-digit"
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 6876,
                                                      "end": 6890,
                                                      "loc": {
                                                        "start": {
                                                          "line": 224,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 224,
                                                          "column": 57
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 6876,
                                                        "end": 6879,
                                                        "loc": {
                                                          "start": {
                                                            "line": 224,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 224,
                                                            "column": 46
                                                          },
                                                          "identifierName": "day"
                                                        },
                                                        "name": "day"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 6881,
                                                        "end": 6890,
                                                        "loc": {
                                                          "start": {
                                                            "line": 224,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 224,
                                                            "column": 57
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 6894,
                                                  "end": 6901,
                                                  "loc": {
                                                    "start": {
                                                      "line": 224,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 224,
                                                      "column": 68
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "month",
                                                    "raw": "'month'"
                                                  },
                                                  "value": "month"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 6919,
                                              "end": 6940,
                                              "loc": {
                                                "start": {
                                                  "line": 225,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 225,
                                                  "column": 37
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 6919,
                                                "end": 6927,
                                                "loc": {
                                                  "start": {
                                                    "line": 225,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 225,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 6919,
                                                  "end": 6923,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6924,
                                                  "end": 6927,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 24
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 6928,
                                                  "end": 6936,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6928,
                                                    "end": 6930,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 27
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6931,
                                                    "end": 6936,
                                                    "loc": {
                                                      "start": {
                                                        "line": 225,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 225,
                                                        "column": 33
                                                      },
                                                      "identifierName": "month"
                                                    },
                                                    "name": "month"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "NumericLiteral",
                                                  "start": 6938,
                                                  "end": 6939,
                                                  "loc": {
                                                    "start": {
                                                      "line": 225,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 225,
                                                      "column": 36
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  },
                                                  "value": 2
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 01, doesn't seem to work",
                                              "start": 6771,
                                              "end": 6803,
                                              "loc": {
                                                "start": {
                                                  "line": 222,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 222,
                                                  "column": 44
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6753,
                                        "end": 6757,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "LL",
                                          "raw": "'LL'"
                                        },
                                        "value": "LL"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 6952,
                                      "end": 7028,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 228,
                                          "column": 40
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7000,
                                          "end": 7028,
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 40
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7007,
                                            "end": 7027,
                                            "loc": {
                                              "start": {
                                                "line": 228,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 228,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 7007,
                                              "end": 7012,
                                              "loc": {
                                                "start": {
                                                  "line": 228,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 228,
                                                  "column": 24
                                                },
                                                "identifierName": "month"
                                              },
                                              "name": "month",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7013,
                                                "end": 7020,
                                                "loc": {
                                                  "start": {
                                                    "line": 228,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 228,
                                                    "column": 32
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "short",
                                                  "raw": "'short'"
                                                },
                                                "value": "short"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 7022,
                                                "end": 7026,
                                                "loc": {
                                                  "start": {
                                                    "line": 228,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 228,
                                                    "column": 38
                                                  }
                                                },
                                                "value": true
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like Jan",
                                              "start": 6976,
                                              "end": 6987,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 23
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 6957,
                                        "end": 6962,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "LLL",
                                          "raw": "'LLL'"
                                        },
                                        "value": "LLL"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7039,
                                      "end": 7119,
                                      "loc": {
                                        "start": {
                                          "line": 229,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 231,
                                          "column": 39
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7092,
                                          "end": 7119,
                                          "loc": {
                                            "start": {
                                              "line": 231,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 231,
                                              "column": 39
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7099,
                                            "end": 7118,
                                            "loc": {
                                              "start": {
                                                "line": 231,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 231,
                                                "column": 38
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 7099,
                                              "end": 7104,
                                              "loc": {
                                                "start": {
                                                  "line": 231,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 231,
                                                  "column": 24
                                                },
                                                "identifierName": "month"
                                              },
                                              "name": "month",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7105,
                                                "end": 7111,
                                                "loc": {
                                                  "start": {
                                                    "line": 231,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 231,
                                                    "column": 31
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "long",
                                                  "raw": "'long'"
                                                },
                                                "value": "long"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 7113,
                                                "end": 7117,
                                                "loc": {
                                                  "start": {
                                                    "line": 231,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 231,
                                                    "column": 37
                                                  }
                                                },
                                                "value": true
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like January",
                                              "start": 7064,
                                              "end": 7079,
                                              "loc": {
                                                "start": {
                                                  "line": 230,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 230,
                                                  "column": 27
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7044,
                                        "end": 7050,
                                        "loc": {
                                          "start": {
                                            "line": 229,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 229,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "LLLL",
                                          "raw": "'LLLL'"
                                        },
                                        "value": "LLLL"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7130,
                                      "end": 7207,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 41
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7178,
                                          "end": 7207,
                                          "loc": {
                                            "start": {
                                              "line": 234,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 234,
                                              "column": 41
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7185,
                                            "end": 7206,
                                            "loc": {
                                              "start": {
                                                "line": 234,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 234,
                                                "column": 40
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 7185,
                                              "end": 7190,
                                              "loc": {
                                                "start": {
                                                  "line": 234,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 234,
                                                  "column": 24
                                                },
                                                "identifierName": "month"
                                              },
                                              "name": "month",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7191,
                                                "end": 7199,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 33
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "narrow",
                                                  "raw": "'narrow'"
                                                },
                                                "value": "narrow"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 7201,
                                                "end": 7205,
                                                "loc": {
                                                  "start": {
                                                    "line": 234,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 234,
                                                    "column": 39
                                                  }
                                                },
                                                "value": true
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like J",
                                              "start": 7156,
                                              "end": 7165,
                                              "loc": {
                                                "start": {
                                                  "line": 233,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 233,
                                                  "column": 21
                                                }
                                              }
                                            }
                                          ],
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7135,
                                        "end": 7142,
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "LLLLL",
                                          "raw": "'LLLLL'"
                                        },
                                        "value": "LLLLL"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " months - format",
                                          "start": 7218,
                                          "end": 7236,
                                          "loc": {
                                            "start": {
                                              "line": 235,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 235,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7247,
                                      "end": 7369,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 90
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7291,
                                          "end": 7369,
                                          "loc": {
                                            "start": {
                                              "line": 238,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 238,
                                              "column": 90
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 7298,
                                            "end": 7368,
                                            "loc": {
                                              "start": {
                                                "line": 238,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 238,
                                                "column": 89
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 7298,
                                              "end": 7307,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 7310,
                                              "end": 7347,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 68
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 7310,
                                                "end": 7316,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 37
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 7317,
                                                  "end": 7337,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 58
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 7319,
                                                      "end": 7335,
                                                      "loc": {
                                                        "start": {
                                                          "line": 238,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 238,
                                                          "column": 56
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 7319,
                                                        "end": 7324,
                                                        "loc": {
                                                          "start": {
                                                            "line": 238,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 238,
                                                            "column": 45
                                                          },
                                                          "identifierName": "month"
                                                        },
                                                        "name": "month"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 7326,
                                                        "end": 7335,
                                                        "loc": {
                                                          "start": {
                                                            "line": 238,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 238,
                                                            "column": 56
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 7339,
                                                  "end": 7346,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 67
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "month",
                                                    "raw": "'month'"
                                                  },
                                                  "value": "month"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 7350,
                                              "end": 7368,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 89
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 7350,
                                                "end": 7358,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 79
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 7350,
                                                  "end": 7354,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 75
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7355,
                                                  "end": 7358,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 79
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 7359,
                                                  "end": 7367,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 88
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7359,
                                                    "end": 7361,
                                                    "loc": {
                                                      "start": {
                                                        "line": 238,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 238,
                                                        "column": 82
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7362,
                                                    "end": 7367,
                                                    "loc": {
                                                      "start": {
                                                        "line": 238,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 238,
                                                        "column": 88
                                                      },
                                                      "identifierName": "month"
                                                    },
                                                    "name": "month"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 1",
                                              "start": 7269,
                                              "end": 7278,
                                              "loc": {
                                                "start": {
                                                  "line": 237,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 237,
                                                  "column": 21
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7252,
                                        "end": 7255,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "M",
                                          "raw": "'M'"
                                        },
                                        "value": "M",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " months - format",
                                          "start": 7218,
                                          "end": 7236,
                                          "loc": {
                                            "start": {
                                              "line": 235,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 235,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7380,
                                      "end": 7507,
                                      "loc": {
                                        "start": {
                                          "line": 239,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 93
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7426,
                                          "end": 7507,
                                          "loc": {
                                            "start": {
                                              "line": 241,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 241,
                                              "column": 93
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 7433,
                                            "end": 7506,
                                            "loc": {
                                              "start": {
                                                "line": 241,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 241,
                                                "column": 92
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 7433,
                                              "end": 7442,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 7445,
                                              "end": 7482,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 68
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 7445,
                                                "end": 7451,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 37
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 7452,
                                                  "end": 7472,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 58
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 7454,
                                                      "end": 7470,
                                                      "loc": {
                                                        "start": {
                                                          "line": 241,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 241,
                                                          "column": 56
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 7454,
                                                        "end": 7459,
                                                        "loc": {
                                                          "start": {
                                                            "line": 241,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 241,
                                                            "column": 45
                                                          },
                                                          "identifierName": "month"
                                                        },
                                                        "name": "month"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 7461,
                                                        "end": 7470,
                                                        "loc": {
                                                          "start": {
                                                            "line": 241,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 241,
                                                            "column": 56
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "2-digit",
                                                          "raw": "'2-digit'"
                                                        },
                                                        "value": "2-digit"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 7474,
                                                  "end": 7481,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 67
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "month",
                                                    "raw": "'month'"
                                                  },
                                                  "value": "month"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 7485,
                                              "end": 7506,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 92
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 7485,
                                                "end": 7493,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 79
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 7485,
                                                  "end": 7489,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 75
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7490,
                                                  "end": 7493,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 79
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 7494,
                                                  "end": 7502,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 88
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7494,
                                                    "end": 7496,
                                                    "loc": {
                                                      "start": {
                                                        "line": 241,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 241,
                                                        "column": 82
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7497,
                                                    "end": 7502,
                                                    "loc": {
                                                      "start": {
                                                        "line": 241,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 241,
                                                        "column": 88
                                                      },
                                                      "identifierName": "month"
                                                    },
                                                    "name": "month"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "NumericLiteral",
                                                  "start": 7504,
                                                  "end": 7505,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 90
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 91
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  },
                                                  "value": 2
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 01",
                                              "start": 7403,
                                              "end": 7413,
                                              "loc": {
                                                "start": {
                                                  "line": 240,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 240,
                                                  "column": 22
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7385,
                                        "end": 7389,
                                        "loc": {
                                          "start": {
                                            "line": 239,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 239,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "MM",
                                          "raw": "'MM'"
                                        },
                                        "value": "MM"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7518,
                                      "end": 7595,
                                      "loc": {
                                        "start": {
                                          "line": 242,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 244,
                                          "column": 41
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7566,
                                          "end": 7595,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 41
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7573,
                                            "end": 7594,
                                            "loc": {
                                              "start": {
                                                "line": 244,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 244,
                                                "column": 40
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 7573,
                                              "end": 7578,
                                              "loc": {
                                                "start": {
                                                  "line": 244,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 244,
                                                  "column": 24
                                                },
                                                "identifierName": "month"
                                              },
                                              "name": "month",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7579,
                                                "end": 7586,
                                                "loc": {
                                                  "start": {
                                                    "line": 244,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 244,
                                                    "column": 32
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "short",
                                                  "raw": "'short'"
                                                },
                                                "value": "short"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 7588,
                                                "end": 7593,
                                                "loc": {
                                                  "start": {
                                                    "line": 244,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 244,
                                                    "column": 39
                                                  }
                                                },
                                                "value": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like Jan",
                                              "start": 7542,
                                              "end": 7553,
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 23
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7523,
                                        "end": 7528,
                                        "loc": {
                                          "start": {
                                            "line": 242,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 242,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "MMM",
                                          "raw": "'MMM'"
                                        },
                                        "value": "MMM"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7606,
                                      "end": 7687,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 40
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7659,
                                          "end": 7687,
                                          "loc": {
                                            "start": {
                                              "line": 247,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 247,
                                              "column": 40
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7666,
                                            "end": 7686,
                                            "loc": {
                                              "start": {
                                                "line": 247,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 247,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 7666,
                                              "end": 7671,
                                              "loc": {
                                                "start": {
                                                  "line": 247,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 247,
                                                  "column": 24
                                                },
                                                "identifierName": "month"
                                              },
                                              "name": "month",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7672,
                                                "end": 7678,
                                                "loc": {
                                                  "start": {
                                                    "line": 247,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 247,
                                                    "column": 31
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "long",
                                                  "raw": "'long'"
                                                },
                                                "value": "long"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 7680,
                                                "end": 7685,
                                                "loc": {
                                                  "start": {
                                                    "line": 247,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 247,
                                                    "column": 38
                                                  }
                                                },
                                                "value": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like January",
                                              "start": 7631,
                                              "end": 7646,
                                              "loc": {
                                                "start": {
                                                  "line": 246,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 246,
                                                  "column": 27
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7611,
                                        "end": 7617,
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "MMMM",
                                          "raw": "'MMMM'"
                                        },
                                        "value": "MMMM"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7698,
                                      "end": 7776,
                                      "loc": {
                                        "start": {
                                          "line": 248,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 250,
                                          "column": 42
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7746,
                                          "end": 7776,
                                          "loc": {
                                            "start": {
                                              "line": 250,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 250,
                                              "column": 42
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7753,
                                            "end": 7775,
                                            "loc": {
                                              "start": {
                                                "line": 250,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 250,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 7753,
                                              "end": 7758,
                                              "loc": {
                                                "start": {
                                                  "line": 250,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 250,
                                                  "column": 24
                                                },
                                                "identifierName": "month"
                                              },
                                              "name": "month",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 7759,
                                                "end": 7767,
                                                "loc": {
                                                  "start": {
                                                    "line": 250,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 250,
                                                    "column": 33
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "narrow",
                                                  "raw": "'narrow'"
                                                },
                                                "value": "narrow"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 7769,
                                                "end": 7774,
                                                "loc": {
                                                  "start": {
                                                    "line": 250,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 250,
                                                    "column": 40
                                                  }
                                                },
                                                "value": false
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like J",
                                              "start": 7724,
                                              "end": 7733,
                                              "loc": {
                                                "start": {
                                                  "line": 249,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 249,
                                                  "column": 21
                                                }
                                              }
                                            }
                                          ],
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7703,
                                        "end": 7710,
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "MMMMM",
                                          "raw": "'MMMMM'"
                                        },
                                        "value": "MMMMM"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " years",
                                          "start": 7787,
                                          "end": 7795,
                                          "loc": {
                                            "start": {
                                              "line": 251,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 18
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7806,
                                      "end": 7928,
                                      "loc": {
                                        "start": {
                                          "line": 252,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 254,
                                          "column": 87
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7853,
                                          "end": 7928,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 87
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 7860,
                                            "end": 7927,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 86
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 7860,
                                              "end": 7869,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 7872,
                                              "end": 7907,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 66
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 7872,
                                                "end": 7878,
                                                "loc": {
                                                  "start": {
                                                    "line": 254,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 254,
                                                    "column": 37
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 7879,
                                                  "end": 7898,
                                                  "loc": {
                                                    "start": {
                                                      "line": 254,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 254,
                                                      "column": 57
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 7881,
                                                      "end": 7896,
                                                      "loc": {
                                                        "start": {
                                                          "line": 254,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 254,
                                                          "column": 55
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 7881,
                                                        "end": 7885,
                                                        "loc": {
                                                          "start": {
                                                            "line": 254,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 254,
                                                            "column": 44
                                                          },
                                                          "identifierName": "year"
                                                        },
                                                        "name": "year"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 7887,
                                                        "end": 7896,
                                                        "loc": {
                                                          "start": {
                                                            "line": 254,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 254,
                                                            "column": 55
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 7900,
                                                  "end": 7906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 254,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 254,
                                                      "column": 65
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "year",
                                                    "raw": "'year'"
                                                  },
                                                  "value": "year"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 7910,
                                              "end": 7927,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 86
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 7910,
                                                "end": 7918,
                                                "loc": {
                                                  "start": {
                                                    "line": 254,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 254,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 7910,
                                                  "end": 7914,
                                                  "loc": {
                                                    "start": {
                                                      "line": 254,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 254,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7915,
                                                  "end": 7918,
                                                  "loc": {
                                                    "start": {
                                                      "line": 254,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 254,
                                                      "column": 77
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 7919,
                                                  "end": 7926,
                                                  "loc": {
                                                    "start": {
                                                      "line": 254,
                                                      "column": 78
                                                    },
                                                    "end": {
                                                      "line": 254,
                                                      "column": 85
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7919,
                                                    "end": 7921,
                                                    "loc": {
                                                      "start": {
                                                        "line": 254,
                                                        "column": 78
                                                      },
                                                      "end": {
                                                        "line": 254,
                                                        "column": 80
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7922,
                                                    "end": 7926,
                                                    "loc": {
                                                      "start": {
                                                        "line": 254,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 254,
                                                        "column": 85
                                                      },
                                                      "identifierName": "year"
                                                    },
                                                    "name": "year"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 2014",
                                              "start": 7828,
                                              "end": 7840,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 24
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7811,
                                        "end": 7814,
                                        "loc": {
                                          "start": {
                                            "line": 252,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 252,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "y",
                                          "raw": "'y'"
                                        },
                                        "value": "y",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " years",
                                          "start": 7787,
                                          "end": 7795,
                                          "loc": {
                                            "start": {
                                              "line": 251,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 18
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 7939,
                                      "end": 8112,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 259,
                                          "column": 58
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 7985,
                                          "end": 8112,
                                          "loc": {
                                            "start": {
                                              "line": 257,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 259,
                                              "column": 58
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 7992,
                                            "end": 8111,
                                            "loc": {
                                              "start": {
                                                "line": 257,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 57
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 7992,
                                              "end": 8001,
                                              "loc": {
                                                "start": {
                                                  "line": 257,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 257,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 8018,
                                              "end": 8053,
                                              "loc": {
                                                "start": {
                                                  "line": 258,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 258,
                                                  "column": 51
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 8018,
                                                "end": 8024,
                                                "loc": {
                                                  "start": {
                                                    "line": 258,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 258,
                                                    "column": 22
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 8025,
                                                  "end": 8044,
                                                  "loc": {
                                                    "start": {
                                                      "line": 258,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 258,
                                                      "column": 42
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 8027,
                                                      "end": 8042,
                                                      "loc": {
                                                        "start": {
                                                          "line": 258,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 258,
                                                          "column": 40
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 8027,
                                                        "end": 8031,
                                                        "loc": {
                                                          "start": {
                                                            "line": 258,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 258,
                                                            "column": 29
                                                          },
                                                          "identifierName": "year"
                                                        },
                                                        "name": "year"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 8033,
                                                        "end": 8042,
                                                        "loc": {
                                                          "start": {
                                                            "line": 258,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 258,
                                                            "column": 40
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "2-digit",
                                                          "raw": "'2-digit'"
                                                        },
                                                        "value": "2-digit"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 8046,
                                                  "end": 8052,
                                                  "loc": {
                                                    "start": {
                                                      "line": 258,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 258,
                                                      "column": 50
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "year",
                                                    "raw": "'year'"
                                                  },
                                                  "value": "year"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 8070,
                                              "end": 8111,
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 57
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 8070,
                                                "end": 8078,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 8070,
                                                  "end": 8074,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8075,
                                                  "end": 8078,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 24
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 8079,
                                                  "end": 8107,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 53
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 8079,
                                                    "end": 8103,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 8079,
                                                      "end": 8097,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 43
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 8079,
                                                        "end": 8095,
                                                        "loc": {
                                                          "start": {
                                                            "line": 259,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 259,
                                                            "column": 41
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 8079,
                                                          "end": 8086,
                                                          "loc": {
                                                            "start": {
                                                              "line": 259,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 259,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 8079,
                                                            "end": 8081,
                                                            "loc": {
                                                              "start": {
                                                                "line": 259,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 259,
                                                                "column": 27
                                                              },
                                                              "identifierName": "dt"
                                                            },
                                                            "name": "dt"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 8082,
                                                            "end": 8086,
                                                            "loc": {
                                                              "start": {
                                                                "line": 259,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 259,
                                                                "column": 32
                                                              },
                                                              "identifierName": "year"
                                                            },
                                                            "name": "year"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 8087,
                                                          "end": 8095,
                                                          "loc": {
                                                            "start": {
                                                              "line": 259,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 259,
                                                              "column": 41
                                                            },
                                                            "identifierName": "toString"
                                                          },
                                                          "name": "toString"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 8098,
                                                      "end": 8103,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 49
                                                        },
                                                        "identifierName": "slice"
                                                      },
                                                      "name": "slice"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "UnaryExpression",
                                                      "start": 8104,
                                                      "end": 8106,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 52
                                                        }
                                                      },
                                                      "operator": "-",
                                                      "prefix": true,
                                                      "argument": {
                                                        "type": "NumericLiteral",
                                                        "start": 8105,
                                                        "end": 8106,
                                                        "loc": {
                                                          "start": {
                                                            "line": 259,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 259,
                                                            "column": 52
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 2,
                                                          "raw": "2"
                                                        },
                                                        "value": 2
                                                      },
                                                      "extra": {
                                                        "parenthesizedArgument": false
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "NumericLiteral",
                                                  "start": 8109,
                                                  "end": 8110,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 56
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  },
                                                  "value": 2
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 14",
                                              "start": 7962,
                                              "end": 7972,
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 22
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 7944,
                                        "end": 7948,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 255,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "yy",
                                          "raw": "'yy'"
                                        },
                                        "value": "yy"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8123,
                                      "end": 8251,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 90
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8173,
                                          "end": 8251,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 90
                                            }
                                          },
                                          "argument": {
                                            "type": "ConditionalExpression",
                                            "start": 8180,
                                            "end": 8250,
                                            "loc": {
                                              "start": {
                                                "line": 262,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 262,
                                                "column": 89
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 8180,
                                              "end": 8189,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 28
                                                },
                                                "identifierName": "outputCal"
                                              },
                                              "name": "outputCal",
                                              "leadingComments": null
                                            },
                                            "consequent": {
                                              "type": "CallExpression",
                                              "start": 8192,
                                              "end": 8227,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 66
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 8192,
                                                "end": 8198,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 37
                                                  },
                                                  "identifierName": "string"
                                                },
                                                "name": "string"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 8199,
                                                  "end": 8218,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 57
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 8201,
                                                      "end": 8216,
                                                      "loc": {
                                                        "start": {
                                                          "line": 262,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 262,
                                                          "column": 55
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 8201,
                                                        "end": 8205,
                                                        "loc": {
                                                          "start": {
                                                            "line": 262,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 262,
                                                            "column": 44
                                                          },
                                                          "identifierName": "year"
                                                        },
                                                        "name": "year"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 8207,
                                                        "end": 8216,
                                                        "loc": {
                                                          "start": {
                                                            "line": 262,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 262,
                                                            "column": 55
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "numeric",
                                                          "raw": "'numeric'"
                                                        },
                                                        "value": "numeric"
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 8220,
                                                  "end": 8226,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 65
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "year",
                                                    "raw": "'year'"
                                                  },
                                                  "value": "year"
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "CallExpression",
                                              "start": 8230,
                                              "end": 8250,
                                              "loc": {
                                                "start": {
                                                  "line": 262,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 262,
                                                  "column": 89
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 8230,
                                                "end": 8238,
                                                "loc": {
                                                  "start": {
                                                    "line": 262,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 262,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 8230,
                                                  "end": 8234,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8235,
                                                  "end": 8238,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 77
                                                    },
                                                    "identifierName": "num"
                                                  },
                                                  "name": "num"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 8239,
                                                  "end": 8246,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 78
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 85
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8239,
                                                    "end": 8241,
                                                    "loc": {
                                                      "start": {
                                                        "line": 262,
                                                        "column": 78
                                                      },
                                                      "end": {
                                                        "line": 262,
                                                        "column": 80
                                                      },
                                                      "identifierName": "dt"
                                                    },
                                                    "name": "dt"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8242,
                                                    "end": 8246,
                                                    "loc": {
                                                      "start": {
                                                        "line": 262,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 262,
                                                        "column": 85
                                                      },
                                                      "identifierName": "year"
                                                    },
                                                    "name": "year"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "NumericLiteral",
                                                  "start": 8248,
                                                  "end": 8249,
                                                  "loc": {
                                                    "start": {
                                                      "line": 262,
                                                      "column": 87
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 88
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 4,
                                                    "raw": "4"
                                                  },
                                                  "value": 4
                                                }
                                              ]
                                            },
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like 0012",
                                              "start": 8148,
                                              "end": 8160,
                                              "loc": {
                                                "start": {
                                                  "line": 261,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 261,
                                                  "column": 24
                                                }
                                              }
                                            }
                                          ],
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8128,
                                        "end": 8134,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "yyyy",
                                          "raw": "'yyyy'"
                                        },
                                        "value": "yyyy"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " eras",
                                          "start": 8262,
                                          "end": 8269,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 17
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8280,
                                      "end": 8345,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 32
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8325,
                                          "end": 8345,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 32
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8332,
                                            "end": 8344,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 31
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 8332,
                                              "end": 8335,
                                              "loc": {
                                                "start": {
                                                  "line": 266,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 266,
                                                  "column": 22
                                                },
                                                "identifierName": "era"
                                              },
                                              "name": "era",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 8336,
                                                "end": 8343,
                                                "loc": {
                                                  "start": {
                                                    "line": 266,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 266,
                                                    "column": 30
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "short",
                                                  "raw": "'short'"
                                                },
                                                "value": "short"
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like AD",
                                              "start": 8302,
                                              "end": 8312,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 22
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8285,
                                        "end": 8288,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "G",
                                          "raw": "'G'"
                                        },
                                        "value": "G",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " eras",
                                          "start": 8262,
                                          "end": 8269,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 17
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8356,
                                      "end": 8430,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 31
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8411,
                                          "end": 8430,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 31
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8418,
                                            "end": 8429,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 30
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 8418,
                                              "end": 8421,
                                              "loc": {
                                                "start": {
                                                  "line": 269,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 269,
                                                  "column": 22
                                                },
                                                "identifierName": "era"
                                              },
                                              "name": "era",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 8422,
                                                "end": 8428,
                                                "loc": {
                                                  "start": {
                                                    "line": 269,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 269,
                                                    "column": 29
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "long",
                                                  "raw": "'long'"
                                                },
                                                "value": "long"
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " like Anno Domini",
                                              "start": 8379,
                                              "end": 8398,
                                              "loc": {
                                                "start": {
                                                  "line": 268,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 268,
                                                  "column": 31
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8361,
                                        "end": 8365,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "GG",
                                          "raw": "'GG'"
                                        },
                                        "value": "GG"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8441,
                                      "end": 8488,
                                      "loc": {
                                        "start": {
                                          "line": 270,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 33
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8467,
                                          "end": 8488,
                                          "loc": {
                                            "start": {
                                              "line": 271,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 271,
                                              "column": 33
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8474,
                                            "end": 8487,
                                            "loc": {
                                              "start": {
                                                "line": 271,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 271,
                                                "column": 32
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 8474,
                                              "end": 8477,
                                              "loc": {
                                                "start": {
                                                  "line": 271,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 271,
                                                  "column": 22
                                                },
                                                "identifierName": "era"
                                              },
                                              "name": "era"
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 8478,
                                                "end": 8486,
                                                "loc": {
                                                  "start": {
                                                    "line": 271,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 271,
                                                    "column": 31
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "narrow",
                                                  "raw": "'narrow'"
                                                },
                                                "value": "narrow"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8446,
                                        "end": 8453,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "GGGGG",
                                          "raw": "'GGGGG'"
                                        },
                                        "value": "GGGGG"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8499,
                                      "end": 8575,
                                      "loc": {
                                        "start": {
                                          "line": 272,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 273,
                                          "column": 65
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8522,
                                          "end": 8575,
                                          "loc": {
                                            "start": {
                                              "line": 273,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 273,
                                              "column": 65
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8529,
                                            "end": 8574,
                                            "loc": {
                                              "start": {
                                                "line": 273,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 273,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8529,
                                              "end": 8537,
                                              "loc": {
                                                "start": {
                                                  "line": 273,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 273,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8529,
                                                "end": 8533,
                                                "loc": {
                                                  "start": {
                                                    "line": 273,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 273,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8534,
                                                "end": 8537,
                                                "loc": {
                                                  "start": {
                                                    "line": 273,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 273,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 8538,
                                                "end": 8570,
                                                "loc": {
                                                  "start": {
                                                    "line": 273,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 273,
                                                    "column": 60
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 8538,
                                                  "end": 8566,
                                                  "loc": {
                                                    "start": {
                                                      "line": 273,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 273,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 8538,
                                                    "end": 8560,
                                                    "loc": {
                                                      "start": {
                                                        "line": 273,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 273,
                                                        "column": 50
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 8538,
                                                      "end": 8558,
                                                      "loc": {
                                                        "start": {
                                                          "line": 273,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 273,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 8538,
                                                        "end": 8549,
                                                        "loc": {
                                                          "start": {
                                                            "line": 273,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 273,
                                                            "column": 39
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 8538,
                                                          "end": 8540,
                                                          "loc": {
                                                            "start": {
                                                              "line": 273,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 273,
                                                              "column": 30
                                                            },
                                                            "identifierName": "dt"
                                                          },
                                                          "name": "dt"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 8541,
                                                          "end": 8549,
                                                          "loc": {
                                                            "start": {
                                                              "line": 273,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 273,
                                                              "column": 39
                                                            },
                                                            "identifierName": "weekYear"
                                                          },
                                                          "name": "weekYear"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8550,
                                                        "end": 8558,
                                                        "loc": {
                                                          "start": {
                                                            "line": 273,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 273,
                                                            "column": 48
                                                          },
                                                          "identifierName": "toString"
                                                        },
                                                        "name": "toString"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8561,
                                                    "end": 8566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 273,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 273,
                                                        "column": 56
                                                      },
                                                      "identifierName": "slice"
                                                    },
                                                    "name": "slice"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "UnaryExpression",
                                                    "start": 8567,
                                                    "end": 8569,
                                                    "loc": {
                                                      "start": {
                                                        "line": 273,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 273,
                                                        "column": 59
                                                      }
                                                    },
                                                    "operator": "-",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "NumericLiteral",
                                                      "start": 8568,
                                                      "end": 8569,
                                                      "loc": {
                                                        "start": {
                                                          "line": 273,
                                                          "column": 58
                                                        },
                                                        "end": {
                                                          "line": 273,
                                                          "column": 59
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 2,
                                                        "raw": "2"
                                                      },
                                                      "value": 2
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 8572,
                                                "end": 8573,
                                                "loc": {
                                                  "start": {
                                                    "line": 273,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 273,
                                                    "column": 63
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8504,
                                        "end": 8508,
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "kk",
                                          "raw": "'kk'"
                                        },
                                        "value": "kk"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8586,
                                      "end": 8643,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 275,
                                          "column": 44
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8611,
                                          "end": 8643,
                                          "loc": {
                                            "start": {
                                              "line": 275,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 275,
                                              "column": 44
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8618,
                                            "end": 8642,
                                            "loc": {
                                              "start": {
                                                "line": 275,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 275,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8618,
                                              "end": 8626,
                                              "loc": {
                                                "start": {
                                                  "line": 275,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 275,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8618,
                                                "end": 8622,
                                                "loc": {
                                                  "start": {
                                                    "line": 275,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 275,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8623,
                                                "end": 8626,
                                                "loc": {
                                                  "start": {
                                                    "line": 275,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 275,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8627,
                                                "end": 8638,
                                                "loc": {
                                                  "start": {
                                                    "line": 275,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 275,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8627,
                                                  "end": 8629,
                                                  "loc": {
                                                    "start": {
                                                      "line": 275,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 275,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8630,
                                                  "end": 8638,
                                                  "loc": {
                                                    "start": {
                                                      "line": 275,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 275,
                                                      "column": 39
                                                    },
                                                    "identifierName": "weekYear"
                                                  },
                                                  "name": "weekYear"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 8640,
                                                "end": 8641,
                                                "loc": {
                                                  "start": {
                                                    "line": 275,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 275,
                                                    "column": 42
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 4,
                                                  "raw": "4"
                                                },
                                                "value": 4
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8591,
                                        "end": 8597,
                                        "loc": {
                                          "start": {
                                            "line": 274,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 274,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "kkkk",
                                          "raw": "'kkkk'"
                                        },
                                        "value": "kkkk"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8654,
                                      "end": 8707,
                                      "loc": {
                                        "start": {
                                          "line": 276,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 277,
                                          "column": 43
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8676,
                                          "end": 8707,
                                          "loc": {
                                            "start": {
                                              "line": 277,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 277,
                                              "column": 43
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8683,
                                            "end": 8706,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8683,
                                              "end": 8691,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8683,
                                                "end": 8687,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8688,
                                                "end": 8691,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8692,
                                                "end": 8705,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8692,
                                                  "end": 8694,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8695,
                                                  "end": 8705,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 41
                                                    },
                                                    "identifierName": "weekNumber"
                                                  },
                                                  "name": "weekNumber"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8659,
                                        "end": 8662,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "W",
                                          "raw": "'W'"
                                        },
                                        "value": "W"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8718,
                                      "end": 8775,
                                      "loc": {
                                        "start": {
                                          "line": 278,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 279,
                                          "column": 46
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8741,
                                          "end": 8775,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 46
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8748,
                                            "end": 8774,
                                            "loc": {
                                              "start": {
                                                "line": 279,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 279,
                                                "column": 45
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8748,
                                              "end": 8756,
                                              "loc": {
                                                "start": {
                                                  "line": 279,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 279,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8748,
                                                "end": 8752,
                                                "loc": {
                                                  "start": {
                                                    "line": 279,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 279,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8753,
                                                "end": 8756,
                                                "loc": {
                                                  "start": {
                                                    "line": 279,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 279,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8757,
                                                "end": 8770,
                                                "loc": {
                                                  "start": {
                                                    "line": 279,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 279,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8757,
                                                  "end": 8759,
                                                  "loc": {
                                                    "start": {
                                                      "line": 279,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 279,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8760,
                                                  "end": 8770,
                                                  "loc": {
                                                    "start": {
                                                      "line": 279,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 279,
                                                      "column": 41
                                                    },
                                                    "identifierName": "weekNumber"
                                                  },
                                                  "name": "weekNumber"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 8772,
                                                "end": 8773,
                                                "loc": {
                                                  "start": {
                                                    "line": 279,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 279,
                                                    "column": 44
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8723,
                                        "end": 8727,
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "WW",
                                          "raw": "'WW'"
                                        },
                                        "value": "WW"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8786,
                                      "end": 8836,
                                      "loc": {
                                        "start": {
                                          "line": 280,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 40
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8808,
                                          "end": 8836,
                                          "loc": {
                                            "start": {
                                              "line": 281,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 281,
                                              "column": 40
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8815,
                                            "end": 8835,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8815,
                                              "end": 8823,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8815,
                                                "end": 8819,
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 281,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8820,
                                                "end": 8823,
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 281,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8824,
                                                "end": 8834,
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 281,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8824,
                                                  "end": 8826,
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8827,
                                                  "end": 8834,
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 38
                                                    },
                                                    "identifierName": "ordinal"
                                                  },
                                                  "name": "ordinal"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8791,
                                        "end": 8794,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "o",
                                          "raw": "'o'"
                                        },
                                        "value": "o"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8847,
                                      "end": 8902,
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 283,
                                          "column": 43
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8871,
                                          "end": 8902,
                                          "loc": {
                                            "start": {
                                              "line": 283,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 283,
                                              "column": 43
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8878,
                                            "end": 8901,
                                            "loc": {
                                              "start": {
                                                "line": 283,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 283,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8878,
                                              "end": 8886,
                                              "loc": {
                                                "start": {
                                                  "line": 283,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 283,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8878,
                                                "end": 8882,
                                                "loc": {
                                                  "start": {
                                                    "line": 283,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 283,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8883,
                                                "end": 8886,
                                                "loc": {
                                                  "start": {
                                                    "line": 283,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 283,
                                                    "column": 27
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 8887,
                                                "end": 8897,
                                                "loc": {
                                                  "start": {
                                                    "line": 283,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 283,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8887,
                                                  "end": 8889,
                                                  "loc": {
                                                    "start": {
                                                      "line": 283,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 283,
                                                      "column": 30
                                                    },
                                                    "identifierName": "dt"
                                                  },
                                                  "name": "dt"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8890,
                                                  "end": 8897,
                                                  "loc": {
                                                    "start": {
                                                      "line": 283,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 283,
                                                      "column": 38
                                                    },
                                                    "identifierName": "ordinal"
                                                  },
                                                  "name": "ordinal"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 8899,
                                                "end": 8900,
                                                "loc": {
                                                  "start": {
                                                    "line": 283,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 283,
                                                    "column": 41
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                },
                                                "value": 3
                                              }
                                            ]
                                          },
                                          "trailingComments": null
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8852,
                                        "end": 8857,
                                        "loc": {
                                          "start": {
                                            "line": 282,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 282,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ooo",
                                          "raw": "'ooo'"
                                        },
                                        "value": "ooo"
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " macros",
                                          "start": 8913,
                                          "end": 8922,
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 8933,
                                      "end": 9007,
                                      "loc": {
                                        "start": {
                                          "line": 285,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 286,
                                          "column": 64
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 8955,
                                          "end": 9007,
                                          "loc": {
                                            "start": {
                                              "line": 286,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 286,
                                              "column": 64
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 8962,
                                            "end": 9006,
                                            "loc": {
                                              "start": {
                                                "line": 286,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 286,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8962,
                                              "end": 8981,
                                              "loc": {
                                                "start": {
                                                  "line": 286,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 286,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8962,
                                                "end": 8966,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8967,
                                                "end": 8981,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 8982,
                                                "end": 8984,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 8986,
                                                "end": 9005,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8986,
                                                  "end": 8994,
                                                  "loc": {
                                                    "start": {
                                                      "line": 286,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 286,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8995,
                                                  "end": 9005,
                                                  "loc": {
                                                    "start": {
                                                      "line": 286,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 286,
                                                      "column": 62
                                                    },
                                                    "identifierName": "DATE_SHORT"
                                                  },
                                                  "name": "DATE_SHORT"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 8938,
                                        "end": 8941,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "D",
                                          "raw": "'D'"
                                        },
                                        "value": "D",
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " macros",
                                          "start": 8913,
                                          "end": 8922,
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9018,
                                      "end": 9091,
                                      "loc": {
                                        "start": {
                                          "line": 287,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 288,
                                          "column": 62
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9041,
                                          "end": 9091,
                                          "loc": {
                                            "start": {
                                              "line": 288,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 288,
                                              "column": 62
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9048,
                                            "end": 9090,
                                            "loc": {
                                              "start": {
                                                "line": 288,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 288,
                                                "column": 61
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9048,
                                              "end": 9067,
                                              "loc": {
                                                "start": {
                                                  "line": 288,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 288,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9048,
                                                "end": 9052,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9053,
                                                "end": 9067,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9068,
                                                "end": 9070,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9072,
                                                "end": 9089,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 60
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9072,
                                                  "end": 9080,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9081,
                                                  "end": 9089,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 60
                                                    },
                                                    "identifierName": "DATE_MED"
                                                  },
                                                  "name": "DATE_MED"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9023,
                                        "end": 9027,
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 287,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "DD",
                                          "raw": "'DD'"
                                        },
                                        "value": "DD"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9102,
                                      "end": 9177,
                                      "loc": {
                                        "start": {
                                          "line": 289,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 290,
                                          "column": 63
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9126,
                                          "end": 9177,
                                          "loc": {
                                            "start": {
                                              "line": 290,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 290,
                                              "column": 63
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9133,
                                            "end": 9176,
                                            "loc": {
                                              "start": {
                                                "line": 290,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 290,
                                                "column": 62
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9133,
                                              "end": 9152,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9133,
                                                "end": 9137,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9138,
                                                "end": 9152,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9153,
                                                "end": 9155,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9157,
                                                "end": 9175,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 61
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9157,
                                                  "end": 9165,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9166,
                                                  "end": 9175,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 61
                                                    },
                                                    "identifierName": "DATE_FULL"
                                                  },
                                                  "name": "DATE_FULL"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9107,
                                        "end": 9112,
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 289,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "DDD",
                                          "raw": "'DDD'"
                                        },
                                        "value": "DDD"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9188,
                                      "end": 9264,
                                      "loc": {
                                        "start": {
                                          "line": 291,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 292,
                                          "column": 63
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9213,
                                          "end": 9264,
                                          "loc": {
                                            "start": {
                                              "line": 292,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 292,
                                              "column": 63
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9220,
                                            "end": 9263,
                                            "loc": {
                                              "start": {
                                                "line": 292,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 292,
                                                "column": 62
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9220,
                                              "end": 9239,
                                              "loc": {
                                                "start": {
                                                  "line": 292,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 292,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9220,
                                                "end": 9224,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9225,
                                                "end": 9239,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9240,
                                                "end": 9242,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9244,
                                                "end": 9262,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 61
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9244,
                                                  "end": 9252,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9253,
                                                  "end": 9262,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 61
                                                    },
                                                    "identifierName": "DATE_HUGE"
                                                  },
                                                  "name": "DATE_HUGE"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9193,
                                        "end": 9199,
                                        "loc": {
                                          "start": {
                                            "line": 291,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 291,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "DDDD",
                                          "raw": "'DDDD'"
                                        },
                                        "value": "DDDD"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9275,
                                      "end": 9350,
                                      "loc": {
                                        "start": {
                                          "line": 293,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 294,
                                          "column": 65
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9297,
                                          "end": 9350,
                                          "loc": {
                                            "start": {
                                              "line": 294,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 294,
                                              "column": 65
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9304,
                                            "end": 9349,
                                            "loc": {
                                              "start": {
                                                "line": 294,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 294,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9304,
                                              "end": 9323,
                                              "loc": {
                                                "start": {
                                                  "line": 294,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 294,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9304,
                                                "end": 9308,
                                                "loc": {
                                                  "start": {
                                                    "line": 294,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 294,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9309,
                                                "end": 9323,
                                                "loc": {
                                                  "start": {
                                                    "line": 294,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 294,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9324,
                                                "end": 9326,
                                                "loc": {
                                                  "start": {
                                                    "line": 294,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 294,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9328,
                                                "end": 9348,
                                                "loc": {
                                                  "start": {
                                                    "line": 294,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 294,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9328,
                                                  "end": 9336,
                                                  "loc": {
                                                    "start": {
                                                      "line": 294,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 294,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9337,
                                                  "end": 9348,
                                                  "loc": {
                                                    "start": {
                                                      "line": 294,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 294,
                                                      "column": 63
                                                    },
                                                    "identifierName": "TIME_SIMPLE"
                                                  },
                                                  "name": "TIME_SIMPLE"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9280,
                                        "end": 9283,
                                        "loc": {
                                          "start": {
                                            "line": 293,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 293,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "t",
                                          "raw": "'t'"
                                        },
                                        "value": "t"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9361,
                                      "end": 9443,
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 296,
                                          "column": 71
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9384,
                                          "end": 9443,
                                          "loc": {
                                            "start": {
                                              "line": 296,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 296,
                                              "column": 71
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9391,
                                            "end": 9442,
                                            "loc": {
                                              "start": {
                                                "line": 296,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 296,
                                                "column": 70
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9391,
                                              "end": 9410,
                                              "loc": {
                                                "start": {
                                                  "line": 296,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 296,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9391,
                                                "end": 9395,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9396,
                                                "end": 9410,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9411,
                                                "end": 9413,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9415,
                                                "end": 9441,
                                                "loc": {
                                                  "start": {
                                                    "line": 296,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 296,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9415,
                                                  "end": 9423,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 296,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9424,
                                                  "end": 9441,
                                                  "loc": {
                                                    "start": {
                                                      "line": 296,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 296,
                                                      "column": 69
                                                    },
                                                    "identifierName": "TIME_WITH_SECONDS"
                                                  },
                                                  "name": "TIME_WITH_SECONDS"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9366,
                                        "end": 9370,
                                        "loc": {
                                          "start": {
                                            "line": 295,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 295,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "tt",
                                          "raw": "'tt'"
                                        },
                                        "value": "tt"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9454,
                                      "end": 9542,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 298,
                                          "column": 76
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9478,
                                          "end": 9542,
                                          "loc": {
                                            "start": {
                                              "line": 298,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 298,
                                              "column": 76
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9485,
                                            "end": 9541,
                                            "loc": {
                                              "start": {
                                                "line": 298,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 298,
                                                "column": 75
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9485,
                                              "end": 9504,
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9485,
                                                "end": 9489,
                                                "loc": {
                                                  "start": {
                                                    "line": 298,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 298,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9490,
                                                "end": 9504,
                                                "loc": {
                                                  "start": {
                                                    "line": 298,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 298,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9505,
                                                "end": 9507,
                                                "loc": {
                                                  "start": {
                                                    "line": 298,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 298,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9509,
                                                "end": 9540,
                                                "loc": {
                                                  "start": {
                                                    "line": 298,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 298,
                                                    "column": 74
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9509,
                                                  "end": 9517,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9518,
                                                  "end": 9540,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 74
                                                    },
                                                    "identifierName": "TIME_WITH_SHORT_OFFSET"
                                                  },
                                                  "name": "TIME_WITH_SHORT_OFFSET"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9459,
                                        "end": 9464,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ttt",
                                          "raw": "'ttt'"
                                        },
                                        "value": "ttt"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9553,
                                      "end": 9641,
                                      "loc": {
                                        "start": {
                                          "line": 299,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 300,
                                          "column": 75
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9578,
                                          "end": 9641,
                                          "loc": {
                                            "start": {
                                              "line": 300,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 75
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9585,
                                            "end": 9640,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 74
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9585,
                                              "end": 9604,
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9585,
                                                "end": 9589,
                                                "loc": {
                                                  "start": {
                                                    "line": 300,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 300,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9590,
                                                "end": 9604,
                                                "loc": {
                                                  "start": {
                                                    "line": 300,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 300,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9605,
                                                "end": 9607,
                                                "loc": {
                                                  "start": {
                                                    "line": 300,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 300,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9609,
                                                "end": 9639,
                                                "loc": {
                                                  "start": {
                                                    "line": 300,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 300,
                                                    "column": 73
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9609,
                                                  "end": 9617,
                                                  "loc": {
                                                    "start": {
                                                      "line": 300,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 300,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9618,
                                                  "end": 9639,
                                                  "loc": {
                                                    "start": {
                                                      "line": 300,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 300,
                                                      "column": 73
                                                    },
                                                    "identifierName": "TIME_WITH_LONG_OFFSET"
                                                  },
                                                  "name": "TIME_WITH_LONG_OFFSET"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9558,
                                        "end": 9564,
                                        "loc": {
                                          "start": {
                                            "line": 299,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 299,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "tttt",
                                          "raw": "'tttt'"
                                        },
                                        "value": "tttt"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9652,
                                      "end": 9730,
                                      "loc": {
                                        "start": {
                                          "line": 301,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 302,
                                          "column": 68
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9674,
                                          "end": 9730,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 68
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9681,
                                            "end": 9729,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 67
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9681,
                                              "end": 9700,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9681,
                                                "end": 9685,
                                                "loc": {
                                                  "start": {
                                                    "line": 302,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 302,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9686,
                                                "end": 9700,
                                                "loc": {
                                                  "start": {
                                                    "line": 302,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 302,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9701,
                                                "end": 9703,
                                                "loc": {
                                                  "start": {
                                                    "line": 302,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 302,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9705,
                                                "end": 9728,
                                                "loc": {
                                                  "start": {
                                                    "line": 302,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 302,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9705,
                                                  "end": 9713,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9714,
                                                  "end": 9728,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 66
                                                    },
                                                    "identifierName": "TIME_24_SIMPLE"
                                                  },
                                                  "name": "TIME_24_SIMPLE"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9657,
                                        "end": 9660,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "T",
                                          "raw": "'T'"
                                        },
                                        "value": "T"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9741,
                                      "end": 9826,
                                      "loc": {
                                        "start": {
                                          "line": 303,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 74
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9764,
                                          "end": 9826,
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 74
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9771,
                                            "end": 9825,
                                            "loc": {
                                              "start": {
                                                "line": 304,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 304,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9771,
                                              "end": 9790,
                                              "loc": {
                                                "start": {
                                                  "line": 304,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 304,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9771,
                                                "end": 9775,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9776,
                                                "end": 9790,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9791,
                                                "end": 9793,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9795,
                                                "end": 9824,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 72
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9795,
                                                  "end": 9803,
                                                  "loc": {
                                                    "start": {
                                                      "line": 304,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 304,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9804,
                                                  "end": 9824,
                                                  "loc": {
                                                    "start": {
                                                      "line": 304,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 304,
                                                      "column": 72
                                                    },
                                                    "identifierName": "TIME_24_WITH_SECONDS"
                                                  },
                                                  "name": "TIME_24_WITH_SECONDS"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9746,
                                        "end": 9750,
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "TT",
                                          "raw": "'TT'"
                                        },
                                        "value": "TT"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9837,
                                      "end": 9928,
                                      "loc": {
                                        "start": {
                                          "line": 305,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 79
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9861,
                                          "end": 9928,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 79
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9868,
                                            "end": 9927,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9868,
                                              "end": 9887,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9868,
                                                "end": 9872,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9873,
                                                "end": 9887,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9888,
                                                "end": 9890,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9892,
                                                "end": 9926,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9892,
                                                  "end": 9900,
                                                  "loc": {
                                                    "start": {
                                                      "line": 306,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 306,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9901,
                                                  "end": 9926,
                                                  "loc": {
                                                    "start": {
                                                      "line": 306,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 306,
                                                      "column": 77
                                                    },
                                                    "identifierName": "TIME_24_WITH_SHORT_OFFSET"
                                                  },
                                                  "name": "TIME_24_WITH_SHORT_OFFSET"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9842,
                                        "end": 9847,
                                        "loc": {
                                          "start": {
                                            "line": 305,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 305,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "TTT",
                                          "raw": "'TTT'"
                                        },
                                        "value": "TTT"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 9939,
                                      "end": 10030,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 78
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 9964,
                                          "end": 10030,
                                          "loc": {
                                            "start": {
                                              "line": 308,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 308,
                                              "column": 78
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 9971,
                                            "end": 10029,
                                            "loc": {
                                              "start": {
                                                "line": 308,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 308,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9971,
                                              "end": 9990,
                                              "loc": {
                                                "start": {
                                                  "line": 308,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 308,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 9971,
                                                "end": 9975,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9976,
                                                "end": 9990,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9991,
                                                "end": 9993,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 9995,
                                                "end": 10028,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9995,
                                                  "end": 10003,
                                                  "loc": {
                                                    "start": {
                                                      "line": 308,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 308,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10004,
                                                  "end": 10028,
                                                  "loc": {
                                                    "start": {
                                                      "line": 308,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 308,
                                                      "column": 76
                                                    },
                                                    "identifierName": "TIME_24_WITH_LONG_OFFSET"
                                                  },
                                                  "name": "TIME_24_WITH_LONG_OFFSET"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 9944,
                                        "end": 9950,
                                        "loc": {
                                          "start": {
                                            "line": 307,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 307,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "TTTT",
                                          "raw": "'TTTT'"
                                        },
                                        "value": "TTTT"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10041,
                                      "end": 10119,
                                      "loc": {
                                        "start": {
                                          "line": 309,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 310,
                                          "column": 68
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10063,
                                          "end": 10119,
                                          "loc": {
                                            "start": {
                                              "line": 310,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 310,
                                              "column": 68
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10070,
                                            "end": 10118,
                                            "loc": {
                                              "start": {
                                                "line": 310,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 310,
                                                "column": 67
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10070,
                                              "end": 10089,
                                              "loc": {
                                                "start": {
                                                  "line": 310,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 310,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10070,
                                                "end": 10074,
                                                "loc": {
                                                  "start": {
                                                    "line": 310,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 310,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10075,
                                                "end": 10089,
                                                "loc": {
                                                  "start": {
                                                    "line": 310,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 310,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10090,
                                                "end": 10092,
                                                "loc": {
                                                  "start": {
                                                    "line": 310,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 310,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10094,
                                                "end": 10117,
                                                "loc": {
                                                  "start": {
                                                    "line": 310,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 310,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10094,
                                                  "end": 10102,
                                                  "loc": {
                                                    "start": {
                                                      "line": 310,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 310,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10103,
                                                  "end": 10117,
                                                  "loc": {
                                                    "start": {
                                                      "line": 310,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 310,
                                                      "column": 66
                                                    },
                                                    "identifierName": "DATETIME_SHORT"
                                                  },
                                                  "name": "DATETIME_SHORT"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10046,
                                        "end": 10049,
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "f",
                                          "raw": "'f'"
                                        },
                                        "value": "f"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10130,
                                      "end": 10207,
                                      "loc": {
                                        "start": {
                                          "line": 311,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 312,
                                          "column": 66
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10153,
                                          "end": 10207,
                                          "loc": {
                                            "start": {
                                              "line": 312,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 312,
                                              "column": 66
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10160,
                                            "end": 10206,
                                            "loc": {
                                              "start": {
                                                "line": 312,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 312,
                                                "column": 65
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10160,
                                              "end": 10179,
                                              "loc": {
                                                "start": {
                                                  "line": 312,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 312,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10160,
                                                "end": 10164,
                                                "loc": {
                                                  "start": {
                                                    "line": 312,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 312,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10165,
                                                "end": 10179,
                                                "loc": {
                                                  "start": {
                                                    "line": 312,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 312,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10180,
                                                "end": 10182,
                                                "loc": {
                                                  "start": {
                                                    "line": 312,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 312,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10184,
                                                "end": 10205,
                                                "loc": {
                                                  "start": {
                                                    "line": 312,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 312,
                                                    "column": 64
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10184,
                                                  "end": 10192,
                                                  "loc": {
                                                    "start": {
                                                      "line": 312,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 312,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10193,
                                                  "end": 10205,
                                                  "loc": {
                                                    "start": {
                                                      "line": 312,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 312,
                                                      "column": 64
                                                    },
                                                    "identifierName": "DATETIME_MED"
                                                  },
                                                  "name": "DATETIME_MED"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10135,
                                        "end": 10139,
                                        "loc": {
                                          "start": {
                                            "line": 311,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 311,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ff",
                                          "raw": "'ff'"
                                        },
                                        "value": "ff"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10218,
                                      "end": 10297,
                                      "loc": {
                                        "start": {
                                          "line": 313,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 314,
                                          "column": 67
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10242,
                                          "end": 10297,
                                          "loc": {
                                            "start": {
                                              "line": 314,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 314,
                                              "column": 67
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10249,
                                            "end": 10296,
                                            "loc": {
                                              "start": {
                                                "line": 314,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 314,
                                                "column": 66
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10249,
                                              "end": 10268,
                                              "loc": {
                                                "start": {
                                                  "line": 314,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 314,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10249,
                                                "end": 10253,
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 314,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10254,
                                                "end": 10268,
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 314,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10269,
                                                "end": 10271,
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 314,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10273,
                                                "end": 10295,
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 314,
                                                    "column": 65
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10273,
                                                  "end": 10281,
                                                  "loc": {
                                                    "start": {
                                                      "line": 314,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 314,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10282,
                                                  "end": 10295,
                                                  "loc": {
                                                    "start": {
                                                      "line": 314,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 314,
                                                      "column": 65
                                                    },
                                                    "identifierName": "DATETIME_FULL"
                                                  },
                                                  "name": "DATETIME_FULL"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10223,
                                        "end": 10228,
                                        "loc": {
                                          "start": {
                                            "line": 313,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 313,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "fff",
                                          "raw": "'fff'"
                                        },
                                        "value": "fff"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10308,
                                      "end": 10388,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 67
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10333,
                                          "end": 10388,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 67
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10340,
                                            "end": 10387,
                                            "loc": {
                                              "start": {
                                                "line": 316,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 316,
                                                "column": 66
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10340,
                                              "end": 10359,
                                              "loc": {
                                                "start": {
                                                  "line": 316,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 316,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10340,
                                                "end": 10344,
                                                "loc": {
                                                  "start": {
                                                    "line": 316,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 316,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10345,
                                                "end": 10359,
                                                "loc": {
                                                  "start": {
                                                    "line": 316,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 316,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10360,
                                                "end": 10362,
                                                "loc": {
                                                  "start": {
                                                    "line": 316,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 316,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10364,
                                                "end": 10386,
                                                "loc": {
                                                  "start": {
                                                    "line": 316,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 316,
                                                    "column": 65
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10364,
                                                  "end": 10372,
                                                  "loc": {
                                                    "start": {
                                                      "line": 316,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 316,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10373,
                                                  "end": 10386,
                                                  "loc": {
                                                    "start": {
                                                      "line": 316,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 316,
                                                      "column": 65
                                                    },
                                                    "identifierName": "DATETIME_HUGE"
                                                  },
                                                  "name": "DATETIME_HUGE"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10313,
                                        "end": 10319,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "ffff",
                                          "raw": "'ffff'"
                                        },
                                        "value": "ffff"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10399,
                                      "end": 10490,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 81
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10421,
                                          "end": 10490,
                                          "loc": {
                                            "start": {
                                              "line": 318,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 318,
                                              "column": 81
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10428,
                                            "end": 10489,
                                            "loc": {
                                              "start": {
                                                "line": 318,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 318,
                                                "column": 80
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10428,
                                              "end": 10447,
                                              "loc": {
                                                "start": {
                                                  "line": 318,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 318,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10428,
                                                "end": 10432,
                                                "loc": {
                                                  "start": {
                                                    "line": 318,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 318,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10433,
                                                "end": 10447,
                                                "loc": {
                                                  "start": {
                                                    "line": 318,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 318,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10448,
                                                "end": 10450,
                                                "loc": {
                                                  "start": {
                                                    "line": 318,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 318,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10452,
                                                "end": 10488,
                                                "loc": {
                                                  "start": {
                                                    "line": 318,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 318,
                                                    "column": 79
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10452,
                                                  "end": 10460,
                                                  "loc": {
                                                    "start": {
                                                      "line": 318,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 318,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10461,
                                                  "end": 10488,
                                                  "loc": {
                                                    "start": {
                                                      "line": 318,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 318,
                                                      "column": 79
                                                    },
                                                    "identifierName": "DATETIME_SHORT_WITH_SECONDS"
                                                  },
                                                  "name": "DATETIME_SHORT_WITH_SECONDS"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10404,
                                        "end": 10407,
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 317,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "F",
                                          "raw": "'F'"
                                        },
                                        "value": "F"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10501,
                                      "end": 10591,
                                      "loc": {
                                        "start": {
                                          "line": 319,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 79
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10524,
                                          "end": 10591,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 79
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10531,
                                            "end": 10590,
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10531,
                                              "end": 10550,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10531,
                                                "end": 10535,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10536,
                                                "end": 10550,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10551,
                                                "end": 10553,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10555,
                                                "end": 10589,
                                                "loc": {
                                                  "start": {
                                                    "line": 320,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 320,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10555,
                                                  "end": 10563,
                                                  "loc": {
                                                    "start": {
                                                      "line": 320,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 320,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10564,
                                                  "end": 10589,
                                                  "loc": {
                                                    "start": {
                                                      "line": 320,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 320,
                                                      "column": 77
                                                    },
                                                    "identifierName": "DATETIME_MED_WITH_SECONDS"
                                                  },
                                                  "name": "DATETIME_MED_WITH_SECONDS"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10506,
                                        "end": 10510,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "FF",
                                          "raw": "'FF'"
                                        },
                                        "value": "FF"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10602,
                                      "end": 10694,
                                      "loc": {
                                        "start": {
                                          "line": 321,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 80
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10626,
                                          "end": 10694,
                                          "loc": {
                                            "start": {
                                              "line": 322,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 80
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10633,
                                            "end": 10693,
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 79
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10633,
                                              "end": 10652,
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10633,
                                                "end": 10637,
                                                "loc": {
                                                  "start": {
                                                    "line": 322,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 322,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10638,
                                                "end": 10652,
                                                "loc": {
                                                  "start": {
                                                    "line": 322,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 322,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10653,
                                                "end": 10655,
                                                "loc": {
                                                  "start": {
                                                    "line": 322,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 322,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10657,
                                                "end": 10692,
                                                "loc": {
                                                  "start": {
                                                    "line": 322,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 322,
                                                    "column": 78
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10657,
                                                  "end": 10665,
                                                  "loc": {
                                                    "start": {
                                                      "line": 322,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 322,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10666,
                                                  "end": 10692,
                                                  "loc": {
                                                    "start": {
                                                      "line": 322,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 322,
                                                      "column": 78
                                                    },
                                                    "identifierName": "DATETIME_FULL_WITH_SECONDS"
                                                  },
                                                  "name": "DATETIME_FULL_WITH_SECONDS"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10607,
                                        "end": 10612,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 20
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "FFF",
                                          "raw": "'FFF'"
                                        },
                                        "value": "FFF"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10705,
                                      "end": 10798,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 80
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10730,
                                          "end": 10798,
                                          "loc": {
                                            "start": {
                                              "line": 324,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 324,
                                              "column": 80
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 10737,
                                            "end": 10797,
                                            "loc": {
                                              "start": {
                                                "line": 324,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 324,
                                                "column": 79
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 10737,
                                              "end": 10756,
                                              "loc": {
                                                "start": {
                                                  "line": 324,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 324,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 10737,
                                                "end": 10741,
                                                "loc": {
                                                  "start": {
                                                    "line": 324,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 324,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10742,
                                                "end": 10756,
                                                "loc": {
                                                  "start": {
                                                    "line": 324,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 324,
                                                    "column": 38
                                                  },
                                                  "identifierName": "formatDateTime"
                                                },
                                                "name": "formatDateTime"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 10757,
                                                "end": 10759,
                                                "loc": {
                                                  "start": {
                                                    "line": 324,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 324,
                                                    "column": 41
                                                  },
                                                  "identifierName": "dt"
                                                },
                                                "name": "dt"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 10761,
                                                "end": 10796,
                                                "loc": {
                                                  "start": {
                                                    "line": 324,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 324,
                                                    "column": 78
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 10761,
                                                  "end": 10769,
                                                  "loc": {
                                                    "start": {
                                                      "line": 324,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 324,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DateTime"
                                                  },
                                                  "name": "DateTime"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 10770,
                                                  "end": 10796,
                                                  "loc": {
                                                    "start": {
                                                      "line": 324,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 324,
                                                      "column": 78
                                                    },
                                                    "identifierName": "DATETIME_HUGE_WITH_SECONDS"
                                                  },
                                                  "name": "DATETIME_HUGE_WITH_SECONDS"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 10710,
                                        "end": 10716,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "FFFF",
                                          "raw": "'FFFF'"
                                        },
                                        "value": "FFFF"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 10810,
                                      "end": 10844,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 25
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 10831,
                                          "end": 10844,
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 327,
                                              "column": 25
                                            }
                                          },
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 10838,
                                            "end": 10843,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 327,
                                                "column": 24
                                              },
                                              "identifierName": "token"
                                            },
                                            "name": "token"
                                          }
                                        }
                                      ],
                                      "test": null
                                    }
                                  ],
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Where possible: http://cldr.unicode.org/translation/date-time#TOC-Stand-Alone-vs.-Format-Styles",
                                      "start": 3889,
                                      "end": 3987,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 106
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 10869,
                      "end": 10935,
                      "loc": {
                        "start": {
                          "line": 331,
                          "column": 4
                        },
                        "end": {
                          "line": 331,
                          "column": 70
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 10876,
                        "end": 10934,
                        "loc": {
                          "start": {
                            "line": 331,
                            "column": 11
                          },
                          "end": {
                            "line": 331,
                            "column": 69
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 10876,
                          "end": 10891,
                          "loc": {
                            "start": {
                              "line": 331,
                              "column": 11
                            },
                            "end": {
                              "line": 331,
                              "column": 26
                            },
                            "identifierName": "stringifyTokens"
                          },
                          "name": "stringifyTokens"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 10892,
                            "end": 10918,
                            "loc": {
                              "start": {
                                "line": 331,
                                "column": 27
                              },
                              "end": {
                                "line": 331,
                                "column": 53
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10892,
                              "end": 10913,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 27
                                },
                                "end": {
                                  "line": 331,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10892,
                                "end": 10901,
                                "loc": {
                                  "start": {
                                    "line": 331,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 36
                                  },
                                  "identifierName": "Formatter"
                                },
                                "name": "Formatter"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10902,
                                "end": 10913,
                                "loc": {
                                  "start": {
                                    "line": 331,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 48
                                  },
                                  "identifierName": "parseFormat"
                                },
                                "name": "parseFormat"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 10914,
                                "end": 10917,
                                "loc": {
                                  "start": {
                                    "line": 331,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 52
                                  },
                                  "identifierName": "fmt"
                                },
                                "name": "fmt"
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 10920,
                            "end": 10933,
                            "loc": {
                              "start": {
                                "line": 331,
                                "column": 55
                              },
                              "end": {
                                "line": 331,
                                "column": 68
                              },
                              "identifierName": "tokenToString"
                            },
                            "name": "tokenToString"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 10943,
                "end": 10962,
                "loc": {
                  "start": {
                    "line": 334,
                    "column": 2
                  },
                  "end": {
                    "line": 334,
                    "column": 21
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 10943,
                  "end": 10957,
                  "loc": {
                    "start": {
                      "line": 334,
                      "column": 2
                    },
                    "end": {
                      "line": 334,
                      "column": 16
                    },
                    "identifierName": "formatDuration"
                  },
                  "name": "formatDuration"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 10960,
                  "end": 10962,
                  "loc": {
                    "start": {
                      "line": 334,
                      "column": 19
                    },
                    "end": {
                      "line": 334,
                      "column": 21
                    }
                  },
                  "body": [],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 10966,
                "end": 12017,
                "loc": {
                  "start": {
                    "line": 336,
                    "column": 2
                  },
                  "end": {
                    "line": 372,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 10966,
                  "end": 10990,
                  "loc": {
                    "start": {
                      "line": 336,
                      "column": 2
                    },
                    "end": {
                      "line": 336,
                      "column": 26
                    },
                    "identifierName": "formatDurationFromString"
                  },
                  "name": "formatDurationFromString"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 10991,
                    "end": 10994,
                    "loc": {
                      "start": {
                        "line": 336,
                        "column": 27
                      },
                      "end": {
                        "line": 336,
                        "column": 30
                      },
                      "identifierName": "dur"
                    },
                    "name": "dur"
                  },
                  {
                    "type": "Identifier",
                    "start": 10996,
                    "end": 10999,
                    "loc": {
                      "start": {
                        "line": 336,
                        "column": 32
                      },
                      "end": {
                        "line": 336,
                        "column": 35
                      },
                      "identifierName": "fmt"
                    },
                    "name": "fmt"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11001,
                  "end": 12017,
                  "loc": {
                    "start": {
                      "line": 336,
                      "column": 37
                    },
                    "end": {
                      "line": 372,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 11007,
                      "end": 11951,
                      "loc": {
                        "start": {
                          "line": 337,
                          "column": 4
                        },
                        "end": {
                          "line": 370,
                          "column": 78
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11013,
                          "end": 11468,
                          "loc": {
                            "start": {
                              "line": 337,
                              "column": 10
                            },
                            "end": {
                              "line": 356,
                              "column": 7
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11013,
                            "end": 11025,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 10
                              },
                              "end": {
                                "line": 337,
                                "column": 22
                              },
                              "identifierName": "tokenToField"
                            },
                            "name": "tokenToField"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 11028,
                            "end": 11468,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 25
                              },
                              "end": {
                                "line": 356,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 11028,
                                "end": 11033,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 30
                                  },
                                  "identifierName": "token"
                                },
                                "name": "token"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 11037,
                              "end": 11468,
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 34
                                },
                                "end": {
                                  "line": 356,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "SwitchStatement",
                                  "start": 11047,
                                  "end": 11460,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 355,
                                      "column": 9
                                    }
                                  },
                                  "discriminant": {
                                    "type": "MemberExpression",
                                    "start": 11055,
                                    "end": 11063,
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11055,
                                      "end": 11060,
                                      "loc": {
                                        "start": {
                                          "line": 338,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 338,
                                          "column": 21
                                        },
                                        "identifierName": "token"
                                      },
                                      "name": "token"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 11061,
                                      "end": 11062,
                                      "loc": {
                                        "start": {
                                          "line": 338,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 338,
                                          "column": 23
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "cases": [
                                    {
                                      "type": "SwitchCase",
                                      "start": 11077,
                                      "end": 11120,
                                      "loc": {
                                        "start": {
                                          "line": 339,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 340,
                                          "column": 33
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11099,
                                          "end": 11120,
                                          "loc": {
                                            "start": {
                                              "line": 340,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 340,
                                              "column": 33
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11106,
                                            "end": 11119,
                                            "loc": {
                                              "start": {
                                                "line": 340,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 340,
                                                "column": 32
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "millisecond",
                                              "raw": "'millisecond'"
                                            },
                                            "value": "millisecond"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11082,
                                        "end": 11085,
                                        "loc": {
                                          "start": {
                                            "line": 339,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 339,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "S",
                                          "raw": "'S'"
                                        },
                                        "value": "S"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11131,
                                      "end": 11169,
                                      "loc": {
                                        "start": {
                                          "line": 341,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 342,
                                          "column": 28
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11153,
                                          "end": 11169,
                                          "loc": {
                                            "start": {
                                              "line": 342,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 342,
                                              "column": 28
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11160,
                                            "end": 11168,
                                            "loc": {
                                              "start": {
                                                "line": 342,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 342,
                                                "column": 27
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "second",
                                              "raw": "'second'"
                                            },
                                            "value": "second"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11136,
                                        "end": 11139,
                                        "loc": {
                                          "start": {
                                            "line": 341,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 341,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "s",
                                          "raw": "'s'"
                                        },
                                        "value": "s"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11180,
                                      "end": 11218,
                                      "loc": {
                                        "start": {
                                          "line": 343,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 28
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11202,
                                          "end": 11218,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 28
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11209,
                                            "end": 11217,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 27
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "minute",
                                              "raw": "'minute'"
                                            },
                                            "value": "minute"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11185,
                                        "end": 11188,
                                        "loc": {
                                          "start": {
                                            "line": 343,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 343,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "m",
                                          "raw": "'m'"
                                        },
                                        "value": "m"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11229,
                                      "end": 11265,
                                      "loc": {
                                        "start": {
                                          "line": 345,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 26
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11251,
                                          "end": 11265,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 26
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11258,
                                            "end": 11264,
                                            "loc": {
                                              "start": {
                                                "line": 346,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 346,
                                                "column": 25
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "hour",
                                              "raw": "'hour'"
                                            },
                                            "value": "hour"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11234,
                                        "end": 11237,
                                        "loc": {
                                          "start": {
                                            "line": 345,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 345,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "h",
                                          "raw": "'h'"
                                        },
                                        "value": "h"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11276,
                                      "end": 11311,
                                      "loc": {
                                        "start": {
                                          "line": 347,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 348,
                                          "column": 25
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11298,
                                          "end": 11311,
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 25
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11305,
                                            "end": 11310,
                                            "loc": {
                                              "start": {
                                                "line": 348,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 348,
                                                "column": 24
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "day",
                                              "raw": "'day'"
                                            },
                                            "value": "day"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11281,
                                        "end": 11284,
                                        "loc": {
                                          "start": {
                                            "line": 347,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 347,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "d",
                                          "raw": "'d'"
                                        },
                                        "value": "d"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11322,
                                      "end": 11359,
                                      "loc": {
                                        "start": {
                                          "line": 349,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 350,
                                          "column": 27
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11344,
                                          "end": 11359,
                                          "loc": {
                                            "start": {
                                              "line": 350,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 350,
                                              "column": 27
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11351,
                                            "end": 11358,
                                            "loc": {
                                              "start": {
                                                "line": 350,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 350,
                                                "column": 26
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "month",
                                              "raw": "'month'"
                                            },
                                            "value": "month"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11327,
                                        "end": 11330,
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "M",
                                          "raw": "'M'"
                                        },
                                        "value": "M"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11370,
                                      "end": 11406,
                                      "loc": {
                                        "start": {
                                          "line": 351,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 352,
                                          "column": 26
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11392,
                                          "end": 11406,
                                          "loc": {
                                            "start": {
                                              "line": 352,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 352,
                                              "column": 26
                                            }
                                          },
                                          "argument": {
                                            "type": "StringLiteral",
                                            "start": 11399,
                                            "end": 11405,
                                            "loc": {
                                              "start": {
                                                "line": 352,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 352,
                                                "column": 25
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "year",
                                              "raw": "'year'"
                                            },
                                            "value": "year"
                                          }
                                        }
                                      ],
                                      "test": {
                                        "type": "StringLiteral",
                                        "start": 11375,
                                        "end": 11378,
                                        "loc": {
                                          "start": {
                                            "line": 351,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 351,
                                            "column": 18
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "y",
                                          "raw": "'y'"
                                        },
                                        "value": "y"
                                      }
                                    },
                                    {
                                      "type": "SwitchCase",
                                      "start": 11417,
                                      "end": 11450,
                                      "loc": {
                                        "start": {
                                          "line": 353,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 354,
                                          "column": 24
                                        }
                                      },
                                      "consequent": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11438,
                                          "end": 11450,
                                          "loc": {
                                            "start": {
                                              "line": 354,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 354,
                                              "column": 24
                                            }
                                          },
                                          "argument": {
                                            "type": "NullLiteral",
                                            "start": 11445,
                                            "end": 11449,
                                            "loc": {
                                              "start": {
                                                "line": 354,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 354,
                                                "column": 23
                                              }
                                            }
                                          }
                                        }
                                      ],
                                      "test": null
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 11476,
                          "end": 11698,
                          "loc": {
                            "start": {
                              "line": 357,
                              "column": 6
                            },
                            "end": {
                              "line": 364,
                              "column": 7
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11476,
                            "end": 11489,
                            "loc": {
                              "start": {
                                "line": 357,
                                "column": 6
                              },
                              "end": {
                                "line": 357,
                                "column": 19
                              },
                              "identifierName": "tokenToString"
                            },
                            "name": "tokenToString"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 11492,
                            "end": 11698,
                            "loc": {
                              "start": {
                                "line": 357,
                                "column": 22
                              },
                              "end": {
                                "line": 364,
                                "column": 7
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 11492,
                                "end": 11498,
                                "loc": {
                                  "start": {
                                    "line": 357,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 357,
                                    "column": 28
                                  },
                                  "identifierName": "lildur"
                                },
                                "name": "lildur"
                              }
                            ],
                            "body": {
                              "type": "ArrowFunctionExpression",
                              "start": 11502,
                              "end": 11698,
                              "loc": {
                                "start": {
                                  "line": 357,
                                  "column": 32
                                },
                                "end": {
                                  "line": 364,
                                  "column": 7
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 11502,
                                  "end": 11507,
                                  "loc": {
                                    "start": {
                                      "line": 357,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 357,
                                      "column": 37
                                    },
                                    "identifierName": "token"
                                  },
                                  "name": "token"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 11511,
                                "end": 11698,
                                "loc": {
                                  "start": {
                                    "line": 357,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 364,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 11521,
                                    "end": 11556,
                                    "loc": {
                                      "start": {
                                        "line": 358,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 358,
                                        "column": 43
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 11527,
                                        "end": 11555,
                                        "loc": {
                                          "start": {
                                            "line": 358,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 358,
                                            "column": 42
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 11527,
                                          "end": 11533,
                                          "loc": {
                                            "start": {
                                              "line": 358,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 358,
                                              "column": 20
                                            },
                                            "identifierName": "mapped"
                                          },
                                          "name": "mapped"
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "start": 11536,
                                          "end": 11555,
                                          "loc": {
                                            "start": {
                                              "line": 358,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 358,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 11536,
                                            "end": 11548,
                                            "loc": {
                                              "start": {
                                                "line": 358,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 358,
                                                "column": 35
                                              },
                                              "identifierName": "tokenToField"
                                            },
                                            "name": "tokenToField"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 11549,
                                              "end": 11554,
                                              "loc": {
                                                "start": {
                                                  "line": 358,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 358,
                                                  "column": 41
                                                },
                                                "identifierName": "token"
                                              },
                                              "name": "token"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "kind": "const"
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 11565,
                                    "end": 11690,
                                    "loc": {
                                      "start": {
                                        "line": 359,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 363,
                                        "column": 9
                                      }
                                    },
                                    "test": {
                                      "type": "Identifier",
                                      "start": 11569,
                                      "end": 11575,
                                      "loc": {
                                        "start": {
                                          "line": 359,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 359,
                                          "column": 18
                                        },
                                        "identifierName": "mapped"
                                      },
                                      "name": "mapped"
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 11577,
                                      "end": 11649,
                                      "loc": {
                                        "start": {
                                          "line": 359,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 361,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11589,
                                          "end": 11639,
                                          "loc": {
                                            "start": {
                                              "line": 360,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 360,
                                              "column": 60
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 11596,
                                            "end": 11638,
                                            "loc": {
                                              "start": {
                                                "line": 360,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 360,
                                                "column": 59
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 11596,
                                              "end": 11604,
                                              "loc": {
                                                "start": {
                                                  "line": 360,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 360,
                                                  "column": 25
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 11596,
                                                "end": 11600,
                                                "loc": {
                                                  "start": {
                                                    "line": 360,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 360,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11601,
                                                "end": 11604,
                                                "loc": {
                                                  "start": {
                                                    "line": 360,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 360,
                                                    "column": 25
                                                  },
                                                  "identifierName": "num"
                                                },
                                                "name": "num"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 11605,
                                                "end": 11623,
                                                "loc": {
                                                  "start": {
                                                    "line": 360,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 360,
                                                    "column": 44
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 11605,
                                                  "end": 11615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 360,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 360,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11605,
                                                    "end": 11611,
                                                    "loc": {
                                                      "start": {
                                                        "line": 360,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 360,
                                                        "column": 32
                                                      },
                                                      "identifierName": "lildur"
                                                    },
                                                    "name": "lildur"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11612,
                                                    "end": 11615,
                                                    "loc": {
                                                      "start": {
                                                        "line": 360,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 360,
                                                        "column": 36
                                                      },
                                                      "identifierName": "get"
                                                    },
                                                    "name": "get"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 11616,
                                                    "end": 11622,
                                                    "loc": {
                                                      "start": {
                                                        "line": 360,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 360,
                                                        "column": 43
                                                      },
                                                      "identifierName": "mapped"
                                                    },
                                                    "name": "mapped"
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 11625,
                                                "end": 11637,
                                                "loc": {
                                                  "start": {
                                                    "line": 360,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 360,
                                                    "column": 58
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 11625,
                                                  "end": 11630,
                                                  "loc": {
                                                    "start": {
                                                      "line": 360,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 360,
                                                      "column": 51
                                                    },
                                                    "identifierName": "token"
                                                  },
                                                  "name": "token"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11631,
                                                  "end": 11637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 360,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 360,
                                                      "column": 58
                                                    },
                                                    "identifierName": "length"
                                                  },
                                                  "name": "length"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "BlockStatement",
                                      "start": 11655,
                                      "end": 11690,
                                      "loc": {
                                        "start": {
                                          "line": 361,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 363,
                                          "column": 9
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "start": 11667,
                                          "end": 11680,
                                          "loc": {
                                            "start": {
                                              "line": 362,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 362,
                                              "column": 23
                                            }
                                          },
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 11674,
                                            "end": 11679,
                                            "loc": {
                                              "start": {
                                                "line": 362,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 362,
                                                "column": 22
                                              },
                                              "identifierName": "token"
                                            },
                                            "name": "token"
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 11706,
                          "end": 11741,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 6
                            },
                            "end": {
                              "line": 365,
                              "column": 41
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11706,
                            "end": 11712,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 6
                              },
                              "end": {
                                "line": 365,
                                "column": 12
                              },
                              "identifierName": "tokens"
                            },
                            "name": "tokens"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 11715,
                            "end": 11741,
                            "loc": {
                              "start": {
                                "line": 365,
                                "column": 15
                              },
                              "end": {
                                "line": 365,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11715,
                              "end": 11736,
                              "loc": {
                                "start": {
                                  "line": 365,
                                  "column": 15
                                },
                                "end": {
                                  "line": 365,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11715,
                                "end": 11724,
                                "loc": {
                                  "start": {
                                    "line": 365,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 365,
                                    "column": 24
                                  },
                                  "identifierName": "Formatter"
                                },
                                "name": "Formatter"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11725,
                                "end": 11736,
                                "loc": {
                                  "start": {
                                    "line": 365,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 365,
                                    "column": 36
                                  },
                                  "identifierName": "parseFormat"
                                },
                                "name": "parseFormat"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 11737,
                                "end": 11740,
                                "loc": {
                                  "start": {
                                    "line": 365,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 365,
                                    "column": 40
                                  },
                                  "identifierName": "fmt"
                                },
                                "name": "fmt"
                              }
                            ]
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 11749,
                          "end": 11871,
                          "loc": {
                            "start": {
                              "line": 366,
                              "column": 6
                            },
                            "end": {
                              "line": 369,
                              "column": 7
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11749,
                            "end": 11759,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 6
                              },
                              "end": {
                                "line": 366,
                                "column": 16
                              },
                              "identifierName": "realTokens"
                            },
                            "name": "realTokens"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 11762,
                            "end": 11871,
                            "loc": {
                              "start": {
                                "line": 366,
                                "column": 19
                              },
                              "end": {
                                "line": 369,
                                "column": 7
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11762,
                              "end": 11775,
                              "loc": {
                                "start": {
                                  "line": 366,
                                  "column": 19
                                },
                                "end": {
                                  "line": 366,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11762,
                                "end": 11768,
                                "loc": {
                                  "start": {
                                    "line": 366,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 366,
                                    "column": 25
                                  },
                                  "identifierName": "tokens"
                                },
                                "name": "tokens"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11769,
                                "end": 11775,
                                "loc": {
                                  "start": {
                                    "line": 366,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 366,
                                    "column": 32
                                  },
                                  "identifierName": "reduce"
                                },
                                "name": "reduce"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 11785,
                                "end": 11851,
                                "loc": {
                                  "start": {
                                    "line": 367,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 367,
                                    "column": 74
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 11786,
                                    "end": 11791,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 14
                                      },
                                      "identifierName": "found"
                                    },
                                    "name": "found"
                                  },
                                  {
                                    "type": "ObjectPattern",
                                    "start": 11793,
                                    "end": 11809,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 32
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 11795,
                                        "end": 11802,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 25
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 11795,
                                          "end": 11802,
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 25
                                            },
                                            "identifierName": "literal"
                                          },
                                          "name": "literal"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 11795,
                                          "end": 11802,
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 25
                                            },
                                            "identifierName": "literal"
                                          },
                                          "name": "literal"
                                        },
                                        "extra": {
                                          "shorthand": true
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 11804,
                                        "end": 11807,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 30
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 11804,
                                          "end": 11807,
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 30
                                            },
                                            "identifierName": "val"
                                          },
                                          "name": "val"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 11804,
                                          "end": 11807,
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 30
                                            },
                                            "identifierName": "val"
                                          },
                                          "name": "val"
                                        },
                                        "extra": {
                                          "shorthand": true
                                        }
                                      }
                                    ]
                                  }
                                ],
                                "body": {
                                  "type": "ConditionalExpression",
                                  "start": 11815,
                                  "end": 11850,
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 367,
                                      "column": 73
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 11815,
                                    "end": 11822,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 45
                                      },
                                      "identifierName": "literal"
                                    },
                                    "name": "literal"
                                  },
                                  "consequent": {
                                    "type": "Identifier",
                                    "start": 11825,
                                    "end": 11830,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 53
                                      },
                                      "identifierName": "found"
                                    },
                                    "name": "found"
                                  },
                                  "alternate": {
                                    "type": "CallExpression",
                                    "start": 11833,
                                    "end": 11850,
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 73
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11833,
                                      "end": 11845,
                                      "loc": {
                                        "start": {
                                          "line": 367,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 367,
                                          "column": 68
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11833,
                                        "end": 11838,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 61
                                          },
                                          "identifierName": "found"
                                        },
                                        "name": "found"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11839,
                                        "end": 11845,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 68
                                          },
                                          "identifierName": "concat"
                                        },
                                        "name": "concat"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 11846,
                                        "end": 11849,
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 72
                                          },
                                          "identifierName": "val"
                                        },
                                        "name": "val"
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 11814
                                  }
                                }
                              },
                              {
                                "type": "ArrayExpression",
                                "start": 11861,
                                "end": 11863,
                                "loc": {
                                  "start": {
                                    "line": 368,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 368,
                                    "column": 10
                                  }
                                },
                                "elements": []
                              }
                            ]
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 11879,
                          "end": 11950,
                          "loc": {
                            "start": {
                              "line": 370,
                              "column": 6
                            },
                            "end": {
                              "line": 370,
                              "column": 77
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11879,
                            "end": 11888,
                            "loc": {
                              "start": {
                                "line": 370,
                                "column": 6
                              },
                              "end": {
                                "line": 370,
                                "column": 15
                              },
                              "identifierName": "collapsed"
                            },
                            "name": "collapsed"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 11891,
                            "end": 11950,
                            "loc": {
                              "start": {
                                "line": 370,
                                "column": 18
                              },
                              "end": {
                                "line": 370,
                                "column": 77
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11891,
                              "end": 11902,
                              "loc": {
                                "start": {
                                  "line": 370,
                                  "column": 18
                                },
                                "end": {
                                  "line": 370,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11891,
                                "end": 11894,
                                "loc": {
                                  "start": {
                                    "line": 370,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 370,
                                    "column": 21
                                  },
                                  "identifierName": "dur"
                                },
                                "name": "dur"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11895,
                                "end": 11902,
                                "loc": {
                                  "start": {
                                    "line": 370,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 370,
                                    "column": 29
                                  },
                                  "identifierName": "shiftTo"
                                },
                                "name": "shiftTo"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "SpreadElement",
                                "start": 11903,
                                "end": 11949,
                                "loc": {
                                  "start": {
                                    "line": 370,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 370,
                                    "column": 76
                                  }
                                },
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 11906,
                                  "end": 11949,
                                  "loc": {
                                    "start": {
                                      "line": 370,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 370,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11906,
                                    "end": 11941,
                                    "loc": {
                                      "start": {
                                        "line": 370,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 370,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 11906,
                                      "end": 11934,
                                      "loc": {
                                        "start": {
                                          "line": 370,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 370,
                                          "column": 61
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11906,
                                        "end": 11920,
                                        "loc": {
                                          "start": {
                                            "line": 370,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 370,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11906,
                                          "end": 11916,
                                          "loc": {
                                            "start": {
                                              "line": 370,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 370,
                                              "column": 43
                                            },
                                            "identifierName": "realTokens"
                                          },
                                          "name": "realTokens"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11917,
                                          "end": 11920,
                                          "loc": {
                                            "start": {
                                              "line": 370,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 370,
                                              "column": 47
                                            },
                                            "identifierName": "map"
                                          },
                                          "name": "map"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 11921,
                                          "end": 11933,
                                          "loc": {
                                            "start": {
                                              "line": 370,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 370,
                                              "column": 60
                                            },
                                            "identifierName": "tokenToField"
                                          },
                                          "name": "tokenToField"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11935,
                                      "end": 11941,
                                      "loc": {
                                        "start": {
                                          "line": 370,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 370,
                                          "column": 68
                                        },
                                        "identifierName": "filter"
                                      },
                                      "name": "filter"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 11942,
                                      "end": 11948,
                                      "loc": {
                                        "start": {
                                          "line": 370,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 370,
                                          "column": 75
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 11942,
                                          "end": 11943,
                                          "loc": {
                                            "start": {
                                              "line": 370,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 370,
                                              "column": 70
                                            },
                                            "identifierName": "t"
                                          },
                                          "name": "t"
                                        }
                                      ],
                                      "body": {
                                        "type": "Identifier",
                                        "start": 11947,
                                        "end": 11948,
                                        "loc": {
                                          "start": {
                                            "line": 370,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 370,
                                            "column": 75
                                          },
                                          "identifierName": "t"
                                        },
                                        "name": "t"
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 11956,
                      "end": 12013,
                      "loc": {
                        "start": {
                          "line": 371,
                          "column": 4
                        },
                        "end": {
                          "line": 371,
                          "column": 61
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 11963,
                        "end": 12012,
                        "loc": {
                          "start": {
                            "line": 371,
                            "column": 11
                          },
                          "end": {
                            "line": 371,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 11963,
                          "end": 11978,
                          "loc": {
                            "start": {
                              "line": 371,
                              "column": 11
                            },
                            "end": {
                              "line": 371,
                              "column": 26
                            },
                            "identifierName": "stringifyTokens"
                          },
                          "name": "stringifyTokens"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 11979,
                            "end": 11985,
                            "loc": {
                              "start": {
                                "line": 371,
                                "column": 27
                              },
                              "end": {
                                "line": 371,
                                "column": 33
                              },
                              "identifierName": "tokens"
                            },
                            "name": "tokens"
                          },
                          {
                            "type": "CallExpression",
                            "start": 11987,
                            "end": 12011,
                            "loc": {
                              "start": {
                                "line": 371,
                                "column": 35
                              },
                              "end": {
                                "line": 371,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 11987,
                              "end": 12000,
                              "loc": {
                                "start": {
                                  "line": 371,
                                  "column": 35
                                },
                                "end": {
                                  "line": 371,
                                  "column": 48
                                },
                                "identifierName": "tokenToString"
                              },
                              "name": "tokenToString"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12001,
                                "end": 12010,
                                "loc": {
                                  "start": {
                                    "line": 371,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 371,
                                    "column": 58
                                  },
                                  "identifierName": "collapsed"
                                },
                                "name": "collapsed"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * @private\n ",
              "start": 327,
              "end": 346,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 0
                },
                "end": {
                  "line": 19,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @private\n ",
            "start": 327,
            "end": 346,
            "loc": {
              "start": {
                "line": 17,
                "column": 0
              },
              "end": {
                "line": 19,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * @private\n ",
      "start": 327,
      "end": 346,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Where possible: http://cldr.unicode.org/translation/date-time#TOC-Stand-Alone-vs.-Format-Styles",
      "start": 3889,
      "end": 3987,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 106
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ms",
      "start": 4023,
      "end": 4028,
      "loc": {
        "start": {
          "line": 137,
          "column": 10
        },
        "end": {
          "line": 137,
          "column": 15
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " seconds",
      "start": 4174,
      "end": 4184,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " minutes",
      "start": 4319,
      "end": 4329,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " hours",
      "start": 4464,
      "end": 4472,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " offset",
      "start": 4777,
      "end": 4786,
      "loc": {
        "start": {
          "line": 161,
          "column": 10
        },
        "end": {
          "line": 161,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like +6",
      "start": 4819,
      "end": 4829,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like +06:00",
      "start": 4932,
      "end": 4946,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like +0600",
      "start": 5049,
      "end": 5062,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like EST",
      "start": 5168,
      "end": 5179,
      "loc": {
        "start": {
          "line": 172,
          "column": 12
        },
        "end": {
          "line": 172,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Eastern Standard Time",
      "start": 5255,
      "end": 5284,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 41
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " zone",
      "start": 5333,
      "end": 5340,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like America/New_York",
      "start": 5403,
      "end": 5427,
      "loc": {
        "start": {
          "line": 180,
          "column": 10
        },
        "end": {
          "line": 180,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " meridiems",
      "start": 5438,
      "end": 5450,
      "loc": {
        "start": {
          "line": 181,
          "column": 10
        },
        "end": {
          "line": 181,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " dates",
      "start": 5512,
      "end": 5520,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " weekdays - standalone",
      "start": 5745,
      "end": 5769,
      "loc": {
        "start": {
          "line": 189,
          "column": 10
        },
        "end": {
          "line": 189,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 5802,
      "end": 5811,
      "loc": {
        "start": {
          "line": 191,
          "column": 12
        },
        "end": {
          "line": 191,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tues'",
      "start": 5887,
      "end": 5901,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tuesday'",
      "start": 5980,
      "end": 5997,
      "loc": {
        "start": {
          "line": 197,
          "column": 12
        },
        "end": {
          "line": 197,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'T'",
      "start": 6076,
      "end": 6087,
      "loc": {
        "start": {
          "line": 200,
          "column": 12
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " weekdays - format",
      "start": 6142,
      "end": 6162,
      "loc": {
        "start": {
          "line": 202,
          "column": 10
        },
        "end": {
          "line": 202,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 6195,
      "end": 6204,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tues'",
      "start": 6280,
      "end": 6294,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tuesday'",
      "start": 6374,
      "end": 6391,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'T'",
      "start": 6471,
      "end": 6482,
      "loc": {
        "start": {
          "line": 213,
          "column": 12
        },
        "end": {
          "line": 213,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " months - standalone",
      "start": 6538,
      "end": 6560,
      "loc": {
        "start": {
          "line": 215,
          "column": 10
        },
        "end": {
          "line": 215,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 6593,
      "end": 6602,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 01, doesn't seem to work",
      "start": 6771,
      "end": 6803,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 44
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Jan",
      "start": 6976,
      "end": 6987,
      "loc": {
        "start": {
          "line": 227,
          "column": 12
        },
        "end": {
          "line": 227,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like January",
      "start": 7064,
      "end": 7079,
      "loc": {
        "start": {
          "line": 230,
          "column": 12
        },
        "end": {
          "line": 230,
          "column": 27
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like J",
      "start": 7156,
      "end": 7165,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " months - format",
      "start": 7218,
      "end": 7236,
      "loc": {
        "start": {
          "line": 235,
          "column": 10
        },
        "end": {
          "line": 235,
          "column": 28
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 7269,
      "end": 7278,
      "loc": {
        "start": {
          "line": 237,
          "column": 12
        },
        "end": {
          "line": 237,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 01",
      "start": 7403,
      "end": 7413,
      "loc": {
        "start": {
          "line": 240,
          "column": 12
        },
        "end": {
          "line": 240,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Jan",
      "start": 7542,
      "end": 7553,
      "loc": {
        "start": {
          "line": 243,
          "column": 12
        },
        "end": {
          "line": 243,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like January",
      "start": 7631,
      "end": 7646,
      "loc": {
        "start": {
          "line": 246,
          "column": 12
        },
        "end": {
          "line": 246,
          "column": 27
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like J",
      "start": 7724,
      "end": 7733,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " years",
      "start": 7787,
      "end": 7795,
      "loc": {
        "start": {
          "line": 251,
          "column": 10
        },
        "end": {
          "line": 251,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 2014",
      "start": 7828,
      "end": 7840,
      "loc": {
        "start": {
          "line": 253,
          "column": 12
        },
        "end": {
          "line": 253,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 14",
      "start": 7962,
      "end": 7972,
      "loc": {
        "start": {
          "line": 256,
          "column": 12
        },
        "end": {
          "line": 256,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 0012",
      "start": 8148,
      "end": 8160,
      "loc": {
        "start": {
          "line": 261,
          "column": 12
        },
        "end": {
          "line": 261,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eras",
      "start": 8262,
      "end": 8269,
      "loc": {
        "start": {
          "line": 263,
          "column": 10
        },
        "end": {
          "line": 263,
          "column": 17
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like AD",
      "start": 8302,
      "end": 8312,
      "loc": {
        "start": {
          "line": 265,
          "column": 12
        },
        "end": {
          "line": 265,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Anno Domini",
      "start": 8379,
      "end": 8398,
      "loc": {
        "start": {
          "line": 268,
          "column": 12
        },
        "end": {
          "line": 268,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " macros",
      "start": 8913,
      "end": 8922,
      "loc": {
        "start": {
          "line": 284,
          "column": 10
        },
        "end": {
          "line": 284,
          "column": 19
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "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": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Util",
      "start": 9,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14,
      "end": 15,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 16,
      "end": 20,
      "loc": {
        "start": {
          "line": 1,
          "column": 16
        },
        "end": {
          "line": 1,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./util",
      "start": 21,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 21
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 29,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 29
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 31,
      "end": 37,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 38,
      "end": 39,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 40,
      "end": 48,
      "loc": {
        "start": {
          "line": 2,
          "column": 9
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 49,
      "end": 50,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 51,
      "end": 55,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../datetime",
      "start": 56,
      "end": 69,
      "loc": {
        "start": {
          "line": 2,
          "column": 25
        },
        "end": {
          "line": 2,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 69,
      "end": 70,
      "loc": {
        "start": {
          "line": 2,
          "column": 38
        },
        "end": {
          "line": 2,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 71,
      "end": 77,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 78,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "English",
      "start": 80,
      "end": 87,
      "loc": {
        "start": {
          "line": 3,
          "column": 9
        },
        "end": {
          "line": 3,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 88,
      "end": 89,
      "loc": {
        "start": {
          "line": 3,
          "column": 17
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 90,
      "end": 94,
      "loc": {
        "start": {
          "line": 3,
          "column": 19
        },
        "end": {
          "line": 3,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./english",
      "start": 95,
      "end": 106,
      "loc": {
        "start": {
          "line": 3,
          "column": 24
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 106,
      "end": 107,
      "loc": {
        "start": {
          "line": 3,
          "column": 35
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 109,
      "end": 117,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringifyTokens",
      "start": 118,
      "end": 133,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 133,
      "end": 134,
      "loc": {
        "start": {
          "line": 5,
          "column": 24
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 134,
      "end": 140,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 140,
      "end": 141,
      "loc": {
        "start": {
          "line": 5,
          "column": 31
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToString",
      "start": 142,
      "end": 155,
      "loc": {
        "start": {
          "line": 5,
          "column": 33
        },
        "end": {
          "line": 5,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 155,
      "end": 156,
      "loc": {
        "start": {
          "line": 5,
          "column": 46
        },
        "end": {
          "line": 5,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 157,
      "end": 158,
      "loc": {
        "start": {
          "line": 5,
          "column": 48
        },
        "end": {
          "line": 5,
          "column": 49
        }
      }
    },
    {
      "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": 161,
      "end": 164,
      "loc": {
        "start": {
          "line": 6,
          "column": 2
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 165,
      "end": 166,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 167,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 8
        },
        "end": {
          "line": 6,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 169,
      "end": 171,
      "loc": {
        "start": {
          "line": 6,
          "column": 10
        },
        "end": {
          "line": 6,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 171,
      "end": 172,
      "loc": {
        "start": {
          "line": 6,
          "column": 12
        },
        "end": {
          "line": 6,
          "column": 13
        }
      }
    },
    {
      "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": 175,
      "end": 178,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 179,
      "end": 180,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 7
        }
      }
    },
    {
      "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": 180,
      "end": 185,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 186,
      "end": 191,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 192,
      "end": 194,
      "loc": {
        "start": {
          "line": 7,
          "column": 19
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 195,
      "end": 201,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 201,
      "end": 202,
      "loc": {
        "start": {
          "line": 7,
          "column": 28
        },
        "end": {
          "line": 7,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 7,
          "column": 30
        },
        "end": {
          "line": 7,
          "column": 31
        }
      }
    },
    {
      "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": 209,
      "end": 211,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 212,
      "end": 213,
      "loc": {
        "start": {
          "line": 8,
          "column": 7
        },
        "end": {
          "line": 8,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 213,
      "end": 218,
      "loc": {
        "start": {
          "line": 8,
          "column": 8
        },
        "end": {
          "line": 8,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 218,
      "end": 219,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "literal",
      "start": 219,
      "end": 226,
      "loc": {
        "start": {
          "line": 8,
          "column": 14
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 226,
      "end": 227,
      "loc": {
        "start": {
          "line": 8,
          "column": 21
        },
        "end": {
          "line": 8,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 228,
      "end": 229,
      "loc": {
        "start": {
          "line": 8,
          "column": 23
        },
        "end": {
          "line": 8,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 236,
      "end": 237,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 238,
      "end": 240,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 241,
      "end": 246,
      "loc": {
        "start": {
          "line": 9,
          "column": 11
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 246,
      "end": 247,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 247,
      "end": 250,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 250,
      "end": 251,
      "loc": {
        "start": {
          "line": 9,
          "column": 20
        },
        "end": {
          "line": 9,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 256,
      "end": 257,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "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": 258,
      "end": 262,
      "loc": {
        "start": {
          "line": 10,
          "column": 6
        },
        "end": {
          "line": 10,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 263,
      "end": 264,
      "loc": {
        "start": {
          "line": 10,
          "column": 11
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 271,
      "end": 272,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 273,
      "end": 275,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToString",
      "start": 276,
      "end": 289,
      "loc": {
        "start": {
          "line": 11,
          "column": 11
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 289,
      "end": 290,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 290,
      "end": 295,
      "loc": {
        "start": {
          "line": 11,
          "column": 25
        },
        "end": {
          "line": 11,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 295,
      "end": 296,
      "loc": {
        "start": {
          "line": 11,
          "column": 30
        },
        "end": {
          "line": 11,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 296,
      "end": 299,
      "loc": {
        "start": {
          "line": 11,
          "column": 31
        },
        "end": {
          "line": 11,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 299,
      "end": 300,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 300,
      "end": 301,
      "loc": {
        "start": {
          "line": 11,
          "column": 35
        },
        "end": {
          "line": 11,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 306,
      "end": 307,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 3
        }
      }
    },
    {
      "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": 314,
      "end": 320,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 321,
      "end": 322,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 322,
      "end": 323,
      "loc": {
        "start": {
          "line": 14,
          "column": 10
        },
        "end": {
          "line": 14,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 324,
      "end": 325,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @private\n ",
      "start": 327,
      "end": 346,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 3
        }
      }
    },
    {
      "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": 348,
      "end": 354,
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 355,
      "end": 360,
      "loc": {
        "start": {
          "line": 21,
          "column": 7
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Formatter",
      "start": 361,
      "end": 370,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 371,
      "end": 372,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 375,
      "end": 381,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "create",
      "start": 382,
      "end": 388,
      "loc": {
        "start": {
          "line": 22,
          "column": 9
        },
        "end": {
          "line": 22,
          "column": 15
        }
      }
    },
    {
      "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": 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": "locale",
      "start": 389,
      "end": 395,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "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": 22,
          "column": 22
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 397,
      "end": 401,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 402,
      "end": 403,
      "loc": {
        "start": {
          "line": 22,
          "column": 29
        },
        "end": {
          "line": 22,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 404,
      "end": 405,
      "loc": {
        "start": {
          "line": 22,
          "column": 31
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 405,
      "end": 406,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "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": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 34
        }
      }
    },
    {
      "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": 22,
          "column": 35
        },
        "end": {
          "line": 22,
          "column": 36
        }
      }
    },
    {
      "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": 414,
      "end": 419,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOpts",
      "start": 420,
      "end": 430,
      "loc": {
        "start": {
          "line": 23,
          "column": 10
        },
        "end": {
          "line": 23,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 431,
      "end": 432,
      "loc": {
        "start": {
          "line": 23,
          "column": 21
        },
        "end": {
          "line": 23,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 433,
      "end": 439,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 439,
      "end": 440,
      "loc": {
        "start": {
          "line": 23,
          "column": 29
        },
        "end": {
          "line": 23,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 440,
      "end": 446,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 446,
      "end": 447,
      "loc": {
        "start": {
          "line": 23,
          "column": 36
        },
        "end": {
          "line": 23,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 447,
      "end": 448,
      "loc": {
        "start": {
          "line": 23,
          "column": 37
        },
        "end": {
          "line": 23,
          "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": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 23,
          "column": 39
        },
        "end": {
          "line": 23,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "round",
      "start": 453,
      "end": 458,
      "loc": {
        "start": {
          "line": 23,
          "column": 43
        },
        "end": {
          "line": 23,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 458,
      "end": 459,
      "loc": {
        "start": {
          "line": 23,
          "column": 48
        },
        "end": {
          "line": 23,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 460,
      "end": 464,
      "loc": {
        "start": {
          "line": 23,
          "column": 50
        },
        "end": {
          "line": 23,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 465,
      "end": 466,
      "loc": {
        "start": {
          "line": 23,
          "column": 55
        },
        "end": {
          "line": 23,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 466,
      "end": 467,
      "loc": {
        "start": {
          "line": 23,
          "column": 56
        },
        "end": {
          "line": 23,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 468,
      "end": 472,
      "loc": {
        "start": {
          "line": 23,
          "column": 58
        },
        "end": {
          "line": 23,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 472,
      "end": 473,
      "loc": {
        "start": {
          "line": 23,
          "column": 62
        },
        "end": {
          "line": 23,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 473,
      "end": 474,
      "loc": {
        "start": {
          "line": 23,
          "column": 63
        },
        "end": {
          "line": 23,
          "column": 64
        }
      }
    },
    {
      "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": 479,
      "end": 485,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 486,
      "end": 489,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Formatter",
      "start": 490,
      "end": 499,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 499,
      "end": 500,
      "loc": {
        "start": {
          "line": 24,
          "column": 24
        },
        "end": {
          "line": 24,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "locale",
      "start": 500,
      "end": 506,
      "loc": {
        "start": {
          "line": 24,
          "column": 25
        },
        "end": {
          "line": 24,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 506,
      "end": 507,
      "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": "formatOpts",
      "start": 508,
      "end": 518,
      "loc": {
        "start": {
          "line": 24,
          "column": 33
        },
        "end": {
          "line": 24,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 518,
      "end": 519,
      "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": 519,
      "end": 520,
      "loc": {
        "start": {
          "line": 24,
          "column": 44
        },
        "end": {
          "line": 24,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 523,
      "end": 524,
      "loc": {
        "start": {
          "line": 25,
          "column": 2
        },
        "end": {
          "line": 25,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 528,
      "end": 534,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseFormat",
      "start": 535,
      "end": 546,
      "loc": {
        "start": {
          "line": 27,
          "column": 9
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 27,
          "column": 20
        },
        "end": {
          "line": 27,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 547,
      "end": 550,
      "loc": {
        "start": {
          "line": 27,
          "column": 21
        },
        "end": {
          "line": 27,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 550,
      "end": 551,
      "loc": {
        "start": {
          "line": 27,
          "column": 24
        },
        "end": {
          "line": 27,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 552,
      "end": 553,
      "loc": {
        "start": {
          "line": 27,
          "column": 26
        },
        "end": {
          "line": 27,
          "column": 27
        }
      }
    },
    {
      "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": 558,
      "end": 561,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "current",
      "start": 562,
      "end": 569,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 570,
      "end": 571,
      "loc": {
        "start": {
          "line": 28,
          "column": 16
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 572,
      "end": 576,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 576,
      "end": 577,
      "loc": {
        "start": {
          "line": 28,
          "column": 22
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 584,
      "end": 595,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 596,
      "end": 597,
      "loc": {
        "start": {
          "line": 29,
          "column": 18
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 598,
      "end": 600,
      "loc": {
        "start": {
          "line": 29,
          "column": 20
        },
        "end": {
          "line": 29,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 600,
      "end": 601,
      "loc": {
        "start": {
          "line": 29,
          "column": 22
        },
        "end": {
          "line": 29,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bracketed",
      "start": 608,
      "end": 617,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 30,
          "column": 16
        },
        "end": {
          "line": 30,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 620,
      "end": 625,
      "loc": {
        "start": {
          "line": 30,
          "column": 18
        },
        "end": {
          "line": 30,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 625,
      "end": 626,
      "loc": {
        "start": {
          "line": 30,
          "column": 23
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "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": 631,
      "end": 636,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 637,
      "end": 643,
      "loc": {
        "start": {
          "line": 31,
          "column": 10
        },
        "end": {
          "line": 31,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 644,
      "end": 645,
      "loc": {
        "start": {
          "line": 31,
          "column": 17
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 31,
          "column": 19
        },
        "end": {
          "line": 31,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 647,
      "end": 648,
      "loc": {
        "start": {
          "line": 31,
          "column": 20
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 648,
      "end": 649,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "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": 654,
      "end": 657,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 658,
      "end": 659,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 9
        }
      }
    },
    {
      "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": 659,
      "end": 662,
      "loc": {
        "start": {
          "line": 32,
          "column": 9
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 663,
      "end": 664,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 665,
      "end": 666,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 667,
      "end": 668,
      "loc": {
        "start": {
          "line": 32,
          "column": 17
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 668,
      "end": 669,
      "loc": {
        "start": {
          "line": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 670,
      "end": 671,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 672,
      "end": 673,
      "loc": {
        "start": {
          "line": 32,
          "column": 22
        },
        "end": {
          "line": 32,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 674,
      "end": 677,
      "loc": {
        "start": {
          "line": 32,
          "column": 24
        },
        "end": {
          "line": 32,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 32,
          "column": 27
        },
        "end": {
          "line": 32,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 678,
      "end": 684,
      "loc": {
        "start": {
          "line": 32,
          "column": 28
        },
        "end": {
          "line": 32,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 684,
      "end": 685,
      "loc": {
        "start": {
          "line": 32,
          "column": 34
        },
        "end": {
          "line": 32,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 32,
          "column": 36
        },
        "end": {
          "line": 32,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 687,
      "end": 689,
      "loc": {
        "start": {
          "line": 32,
          "column": 37
        },
        "end": {
          "line": 32,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 689,
      "end": 690,
      "loc": {
        "start": {
          "line": 32,
          "column": 39
        },
        "end": {
          "line": 32,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 691,
      "end": 692,
      "loc": {
        "start": {
          "line": 32,
          "column": 41
        },
        "end": {
          "line": 32,
          "column": 42
        }
      }
    },
    {
      "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": 699,
      "end": 704,
      "loc": {
        "start": {
          "line": 33,
          "column": 6
        },
        "end": {
          "line": 33,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 705,
      "end": 706,
      "loc": {
        "start": {
          "line": 33,
          "column": 12
        },
        "end": {
          "line": 33,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 33,
          "column": 14
        },
        "end": {
          "line": 33,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 709,
      "end": 712,
      "loc": {
        "start": {
          "line": 33,
          "column": 16
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 712,
      "end": 713,
      "loc": {
        "start": {
          "line": 33,
          "column": 19
        },
        "end": {
          "line": 33,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charAt",
      "start": 713,
      "end": 719,
      "loc": {
        "start": {
          "line": 33,
          "column": 20
        },
        "end": {
          "line": 33,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 719,
      "end": 720,
      "loc": {
        "start": {
          "line": 33,
          "column": 26
        },
        "end": {
          "line": 33,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 720,
      "end": 721,
      "loc": {
        "start": {
          "line": 33,
          "column": 27
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 721,
      "end": 722,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 730,
      "end": 732,
      "loc": {
        "start": {
          "line": 34,
          "column": 6
        },
        "end": {
          "line": 34,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 733,
      "end": 734,
      "loc": {
        "start": {
          "line": 34,
          "column": 9
        },
        "end": {
          "line": 34,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 734,
      "end": 735,
      "loc": {
        "start": {
          "line": 34,
          "column": 10
        },
        "end": {
          "line": 34,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 736,
      "end": 739,
      "loc": {
        "start": {
          "line": 34,
          "column": 12
        },
        "end": {
          "line": 34,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "'",
      "start": 740,
      "end": 743,
      "loc": {
        "start": {
          "line": 34,
          "column": 16
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 743,
      "end": 744,
      "loc": {
        "start": {
          "line": 34,
          "column": 19
        },
        "end": {
          "line": 34,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 745,
      "end": 746,
      "loc": {
        "start": {
          "line": 34,
          "column": 21
        },
        "end": {
          "line": 34,
          "column": 22
        }
      }
    },
    {
      "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": 755,
      "end": 757,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 758,
      "end": 759,
      "loc": {
        "start": {
          "line": 35,
          "column": 11
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 759,
      "end": 770,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 770,
      "end": 771,
      "loc": {
        "start": {
          "line": 35,
          "column": 23
        },
        "end": {
          "line": 35,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 771,
      "end": 777,
      "loc": {
        "start": {
          "line": 35,
          "column": 24
        },
        "end": {
          "line": 35,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 778,
      "end": 779,
      "loc": {
        "start": {
          "line": 35,
          "column": 31
        },
        "end": {
          "line": 35,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 780,
      "end": 781,
      "loc": {
        "start": {
          "line": 35,
          "column": 33
        },
        "end": {
          "line": 35,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 781,
      "end": 782,
      "loc": {
        "start": {
          "line": 35,
          "column": 34
        },
        "end": {
          "line": 35,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 783,
      "end": 784,
      "loc": {
        "start": {
          "line": 35,
          "column": 36
        },
        "end": {
          "line": 35,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 795,
      "end": 801,
      "loc": {
        "start": {
          "line": 36,
          "column": 10
        },
        "end": {
          "line": 36,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 36,
          "column": 16
        },
        "end": {
          "line": 36,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 802,
      "end": 806,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 36,
          "column": 21
        },
        "end": {
          "line": 36,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 807,
      "end": 808,
      "loc": {
        "start": {
          "line": 36,
          "column": 22
        },
        "end": {
          "line": 36,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "literal",
      "start": 809,
      "end": 816,
      "loc": {
        "start": {
          "line": 36,
          "column": 24
        },
        "end": {
          "line": 36,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 816,
      "end": 817,
      "loc": {
        "start": {
          "line": 36,
          "column": 31
        },
        "end": {
          "line": 36,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bracketed",
      "start": 818,
      "end": 827,
      "loc": {
        "start": {
          "line": 36,
          "column": 33
        },
        "end": {
          "line": 36,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 827,
      "end": 828,
      "loc": {
        "start": {
          "line": 36,
          "column": 42
        },
        "end": {
          "line": 36,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 829,
      "end": 832,
      "loc": {
        "start": {
          "line": 36,
          "column": 44
        },
        "end": {
          "line": 36,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 832,
      "end": 833,
      "loc": {
        "start": {
          "line": 36,
          "column": 47
        },
        "end": {
          "line": 36,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 834,
      "end": 845,
      "loc": {
        "start": {
          "line": 36,
          "column": 49
        },
        "end": {
          "line": 36,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 846,
      "end": 847,
      "loc": {
        "start": {
          "line": 36,
          "column": 61
        },
        "end": {
          "line": 36,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 847,
      "end": 848,
      "loc": {
        "start": {
          "line": 36,
          "column": 62
        },
        "end": {
          "line": 36,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 848,
      "end": 849,
      "loc": {
        "start": {
          "line": 36,
          "column": 63
        },
        "end": {
          "line": 36,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 858,
      "end": 859,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "current",
      "start": 868,
      "end": 875,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 876,
      "end": 877,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 878,
      "end": 882,
      "loc": {
        "start": {
          "line": 38,
          "column": 18
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 882,
      "end": 883,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 892,
      "end": 903,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 906,
      "end": 908,
      "loc": {
        "start": {
          "line": 39,
          "column": 22
        },
        "end": {
          "line": 39,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 39,
          "column": 24
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bracketed",
      "start": 918,
      "end": 927,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 928,
      "end": 929,
      "loc": {
        "start": {
          "line": 40,
          "column": 18
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bracketed",
      "start": 931,
      "end": 940,
      "loc": {
        "start": {
          "line": 40,
          "column": 21
        },
        "end": {
          "line": 40,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 940,
      "end": 941,
      "loc": {
        "start": {
          "line": 40,
          "column": 30
        },
        "end": {
          "line": 40,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 948,
      "end": 949,
      "loc": {
        "start": {
          "line": 41,
          "column": 6
        },
        "end": {
          "line": 41,
          "column": 7
        }
      }
    },
    {
      "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": 950,
      "end": 954,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "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": 955,
      "end": 957,
      "loc": {
        "start": {
          "line": 41,
          "column": 13
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 41,
          "column": 16
        },
        "end": {
          "line": 41,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bracketed",
      "start": 959,
      "end": 968,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 968,
      "end": 969,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 970,
      "end": 971,
      "loc": {
        "start": {
          "line": 41,
          "column": 28
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 980,
      "end": 991,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 992,
      "end": 994,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 995,
      "end": 996,
      "loc": {
        "start": {
          "line": 42,
          "column": 23
        },
        "end": {
          "line": 42,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 996,
      "end": 997,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1004,
      "end": 1005,
      "loc": {
        "start": {
          "line": 43,
          "column": 6
        },
        "end": {
          "line": 43,
          "column": 7
        }
      }
    },
    {
      "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": 1006,
      "end": 1010,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "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": 1011,
      "end": 1013,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1014,
      "end": 1015,
      "loc": {
        "start": {
          "line": 43,
          "column": 16
        },
        "end": {
          "line": 43,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 43,
          "column": 17
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1017,
      "end": 1020,
      "loc": {
        "start": {
          "line": 43,
          "column": 19
        },
        "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": "current",
      "start": 1021,
      "end": 1028,
      "loc": {
        "start": {
          "line": 43,
          "column": 23
        },
        "end": {
          "line": 43,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 43,
          "column": 30
        },
        "end": {
          "line": 43,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 43,
          "column": 32
        },
        "end": {
          "line": 43,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 1040,
      "end": 1051,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 1052,
      "end": 1054,
      "loc": {
        "start": {
          "line": 44,
          "column": 20
        },
        "end": {
          "line": 44,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 1055,
      "end": 1056,
      "loc": {
        "start": {
          "line": 44,
          "column": 23
        },
        "end": {
          "line": 44,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1056,
      "end": 1057,
      "loc": {
        "start": {
          "line": 44,
          "column": 24
        },
        "end": {
          "line": 44,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1064,
      "end": 1065,
      "loc": {
        "start": {
          "line": 45,
          "column": 6
        },
        "end": {
          "line": 45,
          "column": 7
        }
      }
    },
    {
      "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": 1066,
      "end": 1070,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "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": 1081,
      "end": 1083,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1084,
      "end": 1085,
      "loc": {
        "start": {
          "line": 46,
          "column": 11
        },
        "end": {
          "line": 46,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 1085,
      "end": 1096,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "end": {
          "line": 46,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1096,
      "end": 1097,
      "loc": {
        "start": {
          "line": 46,
          "column": 23
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1097,
      "end": 1103,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1104,
      "end": 1105,
      "loc": {
        "start": {
          "line": 46,
          "column": 31
        },
        "end": {
          "line": 46,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1106,
      "end": 1107,
      "loc": {
        "start": {
          "line": 46,
          "column": 33
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1107,
      "end": 1108,
      "loc": {
        "start": {
          "line": 46,
          "column": 34
        },
        "end": {
          "line": 46,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1109,
      "end": 1110,
      "loc": {
        "start": {
          "line": 46,
          "column": 36
        },
        "end": {
          "line": 46,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 1121,
      "end": 1127,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 47,
          "column": 16
        },
        "end": {
          "line": 47,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1128,
      "end": 1132,
      "loc": {
        "start": {
          "line": 47,
          "column": 17
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1132,
      "end": 1133,
      "loc": {
        "start": {
          "line": 47,
          "column": 21
        },
        "end": {
          "line": 47,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1133,
      "end": 1134,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "literal",
      "start": 1135,
      "end": 1142,
      "loc": {
        "start": {
          "line": 47,
          "column": 24
        },
        "end": {
          "line": 47,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1142,
      "end": 1143,
      "loc": {
        "start": {
          "line": 47,
          "column": 31
        },
        "end": {
          "line": 47,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1144,
      "end": 1149,
      "loc": {
        "start": {
          "line": 47,
          "column": 33
        },
        "end": {
          "line": 47,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1149,
      "end": 1150,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 1151,
      "end": 1154,
      "loc": {
        "start": {
          "line": 47,
          "column": 40
        },
        "end": {
          "line": 47,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1154,
      "end": 1155,
      "loc": {
        "start": {
          "line": 47,
          "column": 43
        },
        "end": {
          "line": 47,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 1156,
      "end": 1167,
      "loc": {
        "start": {
          "line": 47,
          "column": 45
        },
        "end": {
          "line": 47,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1168,
      "end": 1169,
      "loc": {
        "start": {
          "line": 47,
          "column": 57
        },
        "end": {
          "line": 47,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1169,
      "end": 1170,
      "loc": {
        "start": {
          "line": 47,
          "column": 58
        },
        "end": {
          "line": 47,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1170,
      "end": 1171,
      "loc": {
        "start": {
          "line": 47,
          "column": 59
        },
        "end": {
          "line": 47,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1180,
      "end": 1181,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 1190,
      "end": 1201,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1202,
      "end": 1203,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 1204,
      "end": 1205,
      "loc": {
        "start": {
          "line": 49,
          "column": 22
        },
        "end": {
          "line": 49,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1205,
      "end": 1206,
      "loc": {
        "start": {
          "line": 49,
          "column": 23
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "current",
      "start": 1215,
      "end": 1222,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1223,
      "end": 1224,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 1225,
      "end": 1226,
      "loc": {
        "start": {
          "line": 50,
          "column": 18
        },
        "end": {
          "line": 50,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1226,
      "end": 1227,
      "loc": {
        "start": {
          "line": 50,
          "column": 19
        },
        "end": {
          "line": 50,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 51,
          "column": 6
        },
        "end": {
          "line": 51,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1240,
      "end": 1241,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 5
        }
      }
    },
    {
      "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": 1247,
      "end": 1249,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1250,
      "end": 1251,
      "loc": {
        "start": {
          "line": 54,
          "column": 7
        },
        "end": {
          "line": 54,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 1251,
      "end": 1262,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1262,
      "end": 1263,
      "loc": {
        "start": {
          "line": 54,
          "column": 19
        },
        "end": {
          "line": 54,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1263,
      "end": 1269,
      "loc": {
        "start": {
          "line": 54,
          "column": 20
        },
        "end": {
          "line": 54,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1270,
      "end": 1271,
      "loc": {
        "start": {
          "line": 54,
          "column": 27
        },
        "end": {
          "line": 54,
          "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": 1272,
      "end": 1273,
      "loc": {
        "start": {
          "line": 54,
          "column": 29
        },
        "end": {
          "line": 54,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1273,
      "end": 1274,
      "loc": {
        "start": {
          "line": 54,
          "column": 30
        },
        "end": {
          "line": 54,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1275,
      "end": 1276,
      "loc": {
        "start": {
          "line": 54,
          "column": 32
        },
        "end": {
          "line": 54,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 1283,
      "end": 1289,
      "loc": {
        "start": {
          "line": 55,
          "column": 6
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1289,
      "end": 1290,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1290,
      "end": 1294,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "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": 55,
          "column": 17
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1295,
      "end": 1296,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "literal",
      "start": 1297,
      "end": 1304,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1304,
      "end": 1305,
      "loc": {
        "start": {
          "line": 55,
          "column": 27
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bracketed",
      "start": 1306,
      "end": 1315,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1315,
      "end": 1316,
      "loc": {
        "start": {
          "line": 55,
          "column": 38
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 1317,
      "end": 1320,
      "loc": {
        "start": {
          "line": 55,
          "column": 40
        },
        "end": {
          "line": 55,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1320,
      "end": 1321,
      "loc": {
        "start": {
          "line": 55,
          "column": 43
        },
        "end": {
          "line": 55,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentFull",
      "start": 1322,
      "end": 1333,
      "loc": {
        "start": {
          "line": 55,
          "column": 45
        },
        "end": {
          "line": 55,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1334,
      "end": 1335,
      "loc": {
        "start": {
          "line": 55,
          "column": 57
        },
        "end": {
          "line": 55,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1335,
      "end": 1336,
      "loc": {
        "start": {
          "line": 55,
          "column": 58
        },
        "end": {
          "line": 55,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1336,
      "end": 1337,
      "loc": {
        "start": {
          "line": 55,
          "column": 59
        },
        "end": {
          "line": 55,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1342,
      "end": 1343,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 5
        }
      }
    },
    {
      "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": 1349,
      "end": 1355,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "splits",
      "start": 1356,
      "end": 1362,
      "loc": {
        "start": {
          "line": 58,
          "column": 11
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 58,
          "column": 17
        },
        "end": {
          "line": 58,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1366,
      "end": 1367,
      "loc": {
        "start": {
          "line": 59,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 1371,
      "end": 1382,
      "loc": {
        "start": {
          "line": 61,
          "column": 2
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1382,
      "end": 1383,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "locale",
      "start": 1383,
      "end": 1389,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1389,
      "end": 1390,
      "loc": {
        "start": {
          "line": 61,
          "column": 20
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOpts",
      "start": 1391,
      "end": 1401,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1401,
      "end": 1402,
      "loc": {
        "start": {
          "line": 61,
          "column": 32
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1403,
      "end": 1404,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1409,
      "end": 1413,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1413,
      "end": 1414,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1414,
      "end": 1418,
      "loc": {
        "start": {
          "line": 62,
          "column": 9
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 62,
          "column": 14
        },
        "end": {
          "line": 62,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOpts",
      "start": 1421,
      "end": 1431,
      "loc": {
        "start": {
          "line": 62,
          "column": 16
        },
        "end": {
          "line": 62,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1437,
      "end": 1441,
      "loc": {
        "start": {
          "line": 63,
          "column": 4
        },
        "end": {
          "line": 63,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 1442,
      "end": 1445,
      "loc": {
        "start": {
          "line": 63,
          "column": 9
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1446,
      "end": 1447,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "locale",
      "start": 1448,
      "end": 1454,
      "loc": {
        "start": {
          "line": 63,
          "column": 15
        },
        "end": {
          "line": 63,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1454,
      "end": 1455,
      "loc": {
        "start": {
          "line": 63,
          "column": 21
        },
        "end": {
          "line": 63,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1458,
      "end": 1459,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 64,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 1463,
      "end": 1477,
      "loc": {
        "start": {
          "line": 66,
          "column": 2
        },
        "end": {
          "line": 66,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1477,
      "end": 1478,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 1478,
      "end": 1480,
      "loc": {
        "start": {
          "line": 66,
          "column": 17
        },
        "end": {
          "line": 66,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1480,
      "end": 1481,
      "loc": {
        "start": {
          "line": 66,
          "column": 19
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1482,
      "end": 1486,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1487,
      "end": 1488,
      "loc": {
        "start": {
          "line": 66,
          "column": 26
        },
        "end": {
          "line": 66,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1489,
      "end": 1490,
      "loc": {
        "start": {
          "line": 66,
          "column": 28
        },
        "end": {
          "line": 66,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1490,
      "end": 1491,
      "loc": {
        "start": {
          "line": 66,
          "column": 29
        },
        "end": {
          "line": 66,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1491,
      "end": 1492,
      "loc": {
        "start": {
          "line": 66,
          "column": 30
        },
        "end": {
          "line": 66,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1493,
      "end": 1494,
      "loc": {
        "start": {
          "line": 66,
          "column": 32
        },
        "end": {
          "line": 66,
          "column": 33
        }
      }
    },
    {
      "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": 1499,
      "end": 1504,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1505,
      "end": 1506,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "df",
      "start": 1506,
      "end": 1508,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1508,
      "end": 1509,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 67,
          "column": 15
        },
        "end": {
          "line": 67,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1511,
      "end": 1512,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1513,
      "end": 1514,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1515,
      "end": 1519,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1519,
      "end": 1520,
      "loc": {
        "start": {
          "line": 67,
          "column": 24
        },
        "end": {
          "line": 67,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 1520,
      "end": 1523,
      "loc": {
        "start": {
          "line": 67,
          "column": 25
        },
        "end": {
          "line": 67,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1523,
      "end": 1524,
      "loc": {
        "start": {
          "line": 67,
          "column": 28
        },
        "end": {
          "line": 67,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dtFormatter",
      "start": 1524,
      "end": 1535,
      "loc": {
        "start": {
          "line": 67,
          "column": 29
        },
        "end": {
          "line": 67,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1535,
      "end": 1536,
      "loc": {
        "start": {
          "line": 67,
          "column": 40
        },
        "end": {
          "line": 67,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 1536,
      "end": 1538,
      "loc": {
        "start": {
          "line": 67,
          "column": 41
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1538,
      "end": 1539,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1540,
      "end": 1546,
      "loc": {
        "start": {
          "line": 67,
          "column": 45
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1546,
      "end": 1547,
      "loc": {
        "start": {
          "line": 67,
          "column": 51
        },
        "end": {
          "line": 67,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1547,
      "end": 1553,
      "loc": {
        "start": {
          "line": 67,
          "column": 52
        },
        "end": {
          "line": 67,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1553,
      "end": 1554,
      "loc": {
        "start": {
          "line": 67,
          "column": 58
        },
        "end": {
          "line": 67,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1554,
      "end": 1555,
      "loc": {
        "start": {
          "line": 67,
          "column": 59
        },
        "end": {
          "line": 67,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 67,
          "column": 60
        },
        "end": {
          "line": 67,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1556,
      "end": 1557,
      "loc": {
        "start": {
          "line": 67,
          "column": 61
        },
        "end": {
          "line": 67,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1558,
      "end": 1562,
      "loc": {
        "start": {
          "line": 67,
          "column": 63
        },
        "end": {
          "line": 67,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1562,
      "end": 1563,
      "loc": {
        "start": {
          "line": 67,
          "column": 67
        },
        "end": {
          "line": 67,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1563,
      "end": 1567,
      "loc": {
        "start": {
          "line": 67,
          "column": 68
        },
        "end": {
          "line": 67,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1567,
      "end": 1568,
      "loc": {
        "start": {
          "line": 67,
          "column": 72
        },
        "end": {
          "line": 67,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1569,
      "end": 1573,
      "loc": {
        "start": {
          "line": 67,
          "column": 74
        },
        "end": {
          "line": 67,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1573,
      "end": 1574,
      "loc": {
        "start": {
          "line": 67,
          "column": 78
        },
        "end": {
          "line": 67,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 67,
          "column": 79
        },
        "end": {
          "line": 67,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1575,
      "end": 1576,
      "loc": {
        "start": {
          "line": 67,
          "column": 80
        },
        "end": {
          "line": 67,
          "column": 81
        }
      }
    },
    {
      "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": 1581,
      "end": 1587,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "df",
      "start": 1588,
      "end": 1590,
      "loc": {
        "start": {
          "line": 68,
          "column": 11
        },
        "end": {
          "line": 68,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 68,
          "column": 13
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1591,
      "end": 1597,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1597,
      "end": 1598,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 1598,
      "end": 1599,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1600,
      "end": 1601,
      "loc": {
        "start": {
          "line": 68,
          "column": 23
        },
        "end": {
          "line": 68,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 69,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTimeParts",
      "start": 1609,
      "end": 1628,
      "loc": {
        "start": {
          "line": 71,
          "column": 2
        },
        "end": {
          "line": 71,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1628,
      "end": 1629,
      "loc": {
        "start": {
          "line": 71,
          "column": 21
        },
        "end": {
          "line": 71,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 1629,
      "end": 1631,
      "loc": {
        "start": {
          "line": 71,
          "column": 22
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1631,
      "end": 1632,
      "loc": {
        "start": {
          "line": 71,
          "column": 24
        },
        "end": {
          "line": 71,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1633,
      "end": 1637,
      "loc": {
        "start": {
          "line": 71,
          "column": 26
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1638,
      "end": 1639,
      "loc": {
        "start": {
          "line": 71,
          "column": 31
        },
        "end": {
          "line": 71,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1640,
      "end": 1641,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1641,
      "end": 1642,
      "loc": {
        "start": {
          "line": 71,
          "column": 34
        },
        "end": {
          "line": 71,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1642,
      "end": 1643,
      "loc": {
        "start": {
          "line": 71,
          "column": 35
        },
        "end": {
          "line": 71,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 71,
          "column": 37
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "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": 1650,
      "end": 1655,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1656,
      "end": 1657,
      "loc": {
        "start": {
          "line": 72,
          "column": 10
        },
        "end": {
          "line": 72,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "df",
      "start": 1657,
      "end": 1659,
      "loc": {
        "start": {
          "line": 72,
          "column": 11
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1659,
      "end": 1660,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 1661,
      "end": 1662,
      "loc": {
        "start": {
          "line": 72,
          "column": 15
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1664,
      "end": 1665,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1666,
      "end": 1670,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 1671,
      "end": 1674,
      "loc": {
        "start": {
          "line": 72,
          "column": 25
        },
        "end": {
          "line": 72,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1674,
      "end": 1675,
      "loc": {
        "start": {
          "line": 72,
          "column": 28
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dtFormatter",
      "start": 1675,
      "end": 1686,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1686,
      "end": 1687,
      "loc": {
        "start": {
          "line": 72,
          "column": 40
        },
        "end": {
          "line": 72,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 1687,
      "end": 1689,
      "loc": {
        "start": {
          "line": 72,
          "column": 41
        },
        "end": {
          "line": 72,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1689,
      "end": 1690,
      "loc": {
        "start": {
          "line": 72,
          "column": 43
        },
        "end": {
          "line": 72,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1691,
      "end": 1697,
      "loc": {
        "start": {
          "line": 72,
          "column": 45
        },
        "end": {
          "line": 72,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1697,
      "end": 1698,
      "loc": {
        "start": {
          "line": 72,
          "column": 51
        },
        "end": {
          "line": 72,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1698,
      "end": 1704,
      "loc": {
        "start": {
          "line": 72,
          "column": 52
        },
        "end": {
          "line": 72,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1704,
      "end": 1705,
      "loc": {
        "start": {
          "line": 72,
          "column": 58
        },
        "end": {
          "line": 72,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1705,
      "end": 1706,
      "loc": {
        "start": {
          "line": 72,
          "column": 59
        },
        "end": {
          "line": 72,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 72,
          "column": 60
        },
        "end": {
          "line": 72,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1707,
      "end": 1708,
      "loc": {
        "start": {
          "line": 72,
          "column": 61
        },
        "end": {
          "line": 72,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1709,
      "end": 1713,
      "loc": {
        "start": {
          "line": 72,
          "column": 63
        },
        "end": {
          "line": 72,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1713,
      "end": 1714,
      "loc": {
        "start": {
          "line": 72,
          "column": 67
        },
        "end": {
          "line": 72,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1714,
      "end": 1718,
      "loc": {
        "start": {
          "line": 72,
          "column": 68
        },
        "end": {
          "line": 72,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 72,
          "column": 72
        },
        "end": {
          "line": 72,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1720,
      "end": 1724,
      "loc": {
        "start": {
          "line": 72,
          "column": 74
        },
        "end": {
          "line": 72,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 72,
          "column": 78
        },
        "end": {
          "line": 72,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 72,
          "column": 79
        },
        "end": {
          "line": 72,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 72,
          "column": 80
        },
        "end": {
          "line": 72,
          "column": 81
        }
      }
    },
    {
      "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": 1732,
      "end": 1738,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "df",
      "start": 1739,
      "end": 1741,
      "loc": {
        "start": {
          "line": 73,
          "column": 11
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1741,
      "end": 1742,
      "loc": {
        "start": {
          "line": 73,
          "column": 13
        },
        "end": {
          "line": 73,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1742,
      "end": 1748,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1748,
      "end": 1749,
      "loc": {
        "start": {
          "line": 73,
          "column": 20
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 1749,
      "end": 1750,
      "loc": {
        "start": {
          "line": 73,
          "column": 21
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 73,
          "column": 22
        },
        "end": {
          "line": 73,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1751,
      "end": 1752,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 74,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolvedOptions",
      "start": 1760,
      "end": 1775,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1775,
      "end": 1776,
      "loc": {
        "start": {
          "line": 76,
          "column": 17
        },
        "end": {
          "line": 76,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 1776,
      "end": 1778,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1780,
      "end": 1784,
      "loc": {
        "start": {
          "line": 76,
          "column": 22
        },
        "end": {
          "line": 76,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1785,
      "end": 1786,
      "loc": {
        "start": {
          "line": 76,
          "column": 27
        },
        "end": {
          "line": 76,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1787,
      "end": 1788,
      "loc": {
        "start": {
          "line": 76,
          "column": 29
        },
        "end": {
          "line": 76,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1788,
      "end": 1789,
      "loc": {
        "start": {
          "line": 76,
          "column": 30
        },
        "end": {
          "line": 76,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1789,
      "end": 1790,
      "loc": {
        "start": {
          "line": 76,
          "column": 31
        },
        "end": {
          "line": 76,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1791,
      "end": 1792,
      "loc": {
        "start": {
          "line": 76,
          "column": 33
        },
        "end": {
          "line": 76,
          "column": 34
        }
      }
    },
    {
      "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": 1797,
      "end": 1802,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1803,
      "end": 1804,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "df",
      "start": 1804,
      "end": 1806,
      "loc": {
        "start": {
          "line": 77,
          "column": 11
        },
        "end": {
          "line": 77,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1806,
      "end": 1807,
      "loc": {
        "start": {
          "line": 77,
          "column": 13
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 1808,
      "end": 1809,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1809,
      "end": 1810,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1811,
      "end": 1812,
      "loc": {
        "start": {
          "line": 77,
          "column": 18
        },
        "end": {
          "line": 77,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1813,
      "end": 1817,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 77,
          "column": 24
        },
        "end": {
          "line": 77,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 1818,
      "end": 1821,
      "loc": {
        "start": {
          "line": 77,
          "column": 25
        },
        "end": {
          "line": 77,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1821,
      "end": 1822,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dtFormatter",
      "start": 1822,
      "end": 1833,
      "loc": {
        "start": {
          "line": 77,
          "column": 29
        },
        "end": {
          "line": 77,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1833,
      "end": 1834,
      "loc": {
        "start": {
          "line": 77,
          "column": 40
        },
        "end": {
          "line": 77,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 1834,
      "end": 1836,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1836,
      "end": 1837,
      "loc": {
        "start": {
          "line": 77,
          "column": 43
        },
        "end": {
          "line": 77,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1838,
      "end": 1844,
      "loc": {
        "start": {
          "line": 77,
          "column": 45
        },
        "end": {
          "line": 77,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1844,
      "end": 1845,
      "loc": {
        "start": {
          "line": 77,
          "column": 51
        },
        "end": {
          "line": 77,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1845,
      "end": 1851,
      "loc": {
        "start": {
          "line": 77,
          "column": 52
        },
        "end": {
          "line": 77,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1851,
      "end": 1852,
      "loc": {
        "start": {
          "line": 77,
          "column": 58
        },
        "end": {
          "line": 77,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1852,
      "end": 1853,
      "loc": {
        "start": {
          "line": 77,
          "column": 59
        },
        "end": {
          "line": 77,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1853,
      "end": 1854,
      "loc": {
        "start": {
          "line": 77,
          "column": 60
        },
        "end": {
          "line": 77,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1854,
      "end": 1855,
      "loc": {
        "start": {
          "line": 77,
          "column": 61
        },
        "end": {
          "line": 77,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1856,
      "end": 1860,
      "loc": {
        "start": {
          "line": 77,
          "column": 63
        },
        "end": {
          "line": 77,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1860,
      "end": 1861,
      "loc": {
        "start": {
          "line": 77,
          "column": 67
        },
        "end": {
          "line": 77,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1861,
      "end": 1865,
      "loc": {
        "start": {
          "line": 77,
          "column": 68
        },
        "end": {
          "line": 77,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1865,
      "end": 1866,
      "loc": {
        "start": {
          "line": 77,
          "column": 72
        },
        "end": {
          "line": 77,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1867,
      "end": 1871,
      "loc": {
        "start": {
          "line": 77,
          "column": 74
        },
        "end": {
          "line": 77,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1871,
      "end": 1872,
      "loc": {
        "start": {
          "line": 77,
          "column": 78
        },
        "end": {
          "line": 77,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1872,
      "end": 1873,
      "loc": {
        "start": {
          "line": 77,
          "column": 79
        },
        "end": {
          "line": 77,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1873,
      "end": 1874,
      "loc": {
        "start": {
          "line": 77,
          "column": 80
        },
        "end": {
          "line": 77,
          "column": 81
        }
      }
    },
    {
      "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": 1879,
      "end": 1885,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "df",
      "start": 1886,
      "end": 1888,
      "loc": {
        "start": {
          "line": 78,
          "column": 11
        },
        "end": {
          "line": 78,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1888,
      "end": 1889,
      "loc": {
        "start": {
          "line": 78,
          "column": 13
        },
        "end": {
          "line": 78,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolvedOptions",
      "start": 1889,
      "end": 1904,
      "loc": {
        "start": {
          "line": 78,
          "column": 14
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 78,
          "column": 29
        },
        "end": {
          "line": 78,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 1905,
      "end": 1906,
      "loc": {
        "start": {
          "line": 78,
          "column": 30
        },
        "end": {
          "line": 78,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 78,
          "column": 31
        },
        "end": {
          "line": 78,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1907,
      "end": 1908,
      "loc": {
        "start": {
          "line": 78,
          "column": 32
        },
        "end": {
          "line": 78,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1911,
      "end": 1912,
      "loc": {
        "start": {
          "line": 79,
          "column": 2
        },
        "end": {
          "line": 79,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 1916,
      "end": 1919,
      "loc": {
        "start": {
          "line": 81,
          "column": 2
        },
        "end": {
          "line": 81,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1919,
      "end": 1920,
      "loc": {
        "start": {
          "line": 81,
          "column": 5
        },
        "end": {
          "line": 81,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "n",
      "start": 1920,
      "end": 1921,
      "loc": {
        "start": {
          "line": 81,
          "column": 6
        },
        "end": {
          "line": 81,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1921,
      "end": 1922,
      "loc": {
        "start": {
          "line": 81,
          "column": 7
        },
        "end": {
          "line": 81,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p",
      "start": 1923,
      "end": 1924,
      "loc": {
        "start": {
          "line": 81,
          "column": 9
        },
        "end": {
          "line": 81,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1925,
      "end": 1926,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1927,
      "end": 1928,
      "loc": {
        "start": {
          "line": 81,
          "column": 13
        },
        "end": {
          "line": 81,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1928,
      "end": 1929,
      "loc": {
        "start": {
          "line": 81,
          "column": 14
        },
        "end": {
          "line": 81,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1930,
      "end": 1931,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "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": 1936,
      "end": 1941,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1942,
      "end": 1946,
      "loc": {
        "start": {
          "line": 82,
          "column": 10
        },
        "end": {
          "line": 82,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1947,
      "end": 1948,
      "loc": {
        "start": {
          "line": 82,
          "column": 15
        },
        "end": {
          "line": 82,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 1949,
      "end": 1955,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1955,
      "end": 1956,
      "loc": {
        "start": {
          "line": 82,
          "column": 23
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 1956,
      "end": 1962,
      "loc": {
        "start": {
          "line": 82,
          "column": 24
        },
        "end": {
          "line": 82,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1962,
      "end": 1963,
      "loc": {
        "start": {
          "line": 82,
          "column": 30
        },
        "end": {
          "line": 82,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1963,
      "end": 1964,
      "loc": {
        "start": {
          "line": 82,
          "column": 31
        },
        "end": {
          "line": 82,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1964,
      "end": 1965,
      "loc": {
        "start": {
          "line": 82,
          "column": 32
        },
        "end": {
          "line": 82,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1965,
      "end": 1966,
      "loc": {
        "start": {
          "line": 82,
          "column": 33
        },
        "end": {
          "line": 82,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1967,
      "end": 1971,
      "loc": {
        "start": {
          "line": 82,
          "column": 35
        },
        "end": {
          "line": 82,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 82,
          "column": 39
        },
        "end": {
          "line": 82,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 1972,
      "end": 1976,
      "loc": {
        "start": {
          "line": 82,
          "column": 40
        },
        "end": {
          "line": 82,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1976,
      "end": 1977,
      "loc": {
        "start": {
          "line": 82,
          "column": 44
        },
        "end": {
          "line": 82,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 82,
          "column": 45
        },
        "end": {
          "line": 82,
          "column": 46
        }
      }
    },
    {
      "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": 1984,
      "end": 1986,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1987,
      "end": 1988,
      "loc": {
        "start": {
          "line": 84,
          "column": 7
        },
        "end": {
          "line": 84,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p",
      "start": 1988,
      "end": 1989,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1990,
      "end": 1991,
      "loc": {
        "start": {
          "line": 84,
          "column": 10
        },
        "end": {
          "line": 84,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1992,
      "end": 1993,
      "loc": {
        "start": {
          "line": 84,
          "column": 12
        },
        "end": {
          "line": 84,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1993,
      "end": 1994,
      "loc": {
        "start": {
          "line": 84,
          "column": 13
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1995,
      "end": 1996,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2003,
      "end": 2007,
      "loc": {
        "start": {
          "line": 85,
          "column": 6
        },
        "end": {
          "line": 85,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2007,
      "end": 2008,
      "loc": {
        "start": {
          "line": 85,
          "column": 10
        },
        "end": {
          "line": 85,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "padTo",
      "start": 2008,
      "end": 2013,
      "loc": {
        "start": {
          "line": 85,
          "column": 11
        },
        "end": {
          "line": 85,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2014,
      "end": 2015,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p",
      "start": 2016,
      "end": 2017,
      "loc": {
        "start": {
          "line": 85,
          "column": 19
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2017,
      "end": 2018,
      "loc": {
        "start": {
          "line": 85,
          "column": 20
        },
        "end": {
          "line": 85,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2023,
      "end": 2024,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 5
        }
      }
    },
    {
      "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": 2030,
      "end": 2036,
      "loc": {
        "start": {
          "line": 88,
          "column": 4
        },
        "end": {
          "line": 88,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2037,
      "end": 2041,
      "loc": {
        "start": {
          "line": 88,
          "column": 11
        },
        "end": {
          "line": 88,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2041,
      "end": 2042,
      "loc": {
        "start": {
          "line": 88,
          "column": 15
        },
        "end": {
          "line": 88,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 2042,
      "end": 2045,
      "loc": {
        "start": {
          "line": 88,
          "column": 16
        },
        "end": {
          "line": 88,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2045,
      "end": 2046,
      "loc": {
        "start": {
          "line": 88,
          "column": 19
        },
        "end": {
          "line": 88,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "numberFormatter",
      "start": 2046,
      "end": 2061,
      "loc": {
        "start": {
          "line": 88,
          "column": 20
        },
        "end": {
          "line": 88,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2061,
      "end": 2062,
      "loc": {
        "start": {
          "line": 88,
          "column": 35
        },
        "end": {
          "line": 88,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2062,
      "end": 2066,
      "loc": {
        "start": {
          "line": 88,
          "column": 36
        },
        "end": {
          "line": 88,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 88,
          "column": 40
        },
        "end": {
          "line": 88,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2067,
      "end": 2068,
      "loc": {
        "start": {
          "line": 88,
          "column": 41
        },
        "end": {
          "line": 88,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2068,
      "end": 2074,
      "loc": {
        "start": {
          "line": 88,
          "column": 42
        },
        "end": {
          "line": 88,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2074,
      "end": 2075,
      "loc": {
        "start": {
          "line": 88,
          "column": 48
        },
        "end": {
          "line": 88,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "n",
      "start": 2075,
      "end": 2076,
      "loc": {
        "start": {
          "line": 88,
          "column": 49
        },
        "end": {
          "line": 88,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2076,
      "end": 2077,
      "loc": {
        "start": {
          "line": 88,
          "column": 50
        },
        "end": {
          "line": 88,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2077,
      "end": 2078,
      "loc": {
        "start": {
          "line": 88,
          "column": 51
        },
        "end": {
          "line": 88,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2081,
      "end": 2082,
      "loc": {
        "start": {
          "line": 89,
          "column": 2
        },
        "end": {
          "line": 89,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTimeFromString",
      "start": 2086,
      "end": 2110,
      "loc": {
        "start": {
          "line": 91,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2110,
      "end": 2111,
      "loc": {
        "start": {
          "line": 91,
          "column": 26
        },
        "end": {
          "line": 91,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 2111,
      "end": 2113,
      "loc": {
        "start": {
          "line": 91,
          "column": 27
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 91,
          "column": 29
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 2115,
      "end": 2118,
      "loc": {
        "start": {
          "line": 91,
          "column": 31
        },
        "end": {
          "line": 91,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2118,
      "end": 2119,
      "loc": {
        "start": {
          "line": 91,
          "column": 34
        },
        "end": {
          "line": 91,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2120,
      "end": 2121,
      "loc": {
        "start": {
          "line": 91,
          "column": 36
        },
        "end": {
          "line": 91,
          "column": 37
        }
      }
    },
    {
      "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": 2126,
      "end": 2131,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "knownEnglish",
      "start": 2132,
      "end": 2144,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2145,
      "end": 2146,
      "loc": {
        "start": {
          "line": 92,
          "column": 23
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2147,
      "end": 2151,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2151,
      "end": 2152,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 2152,
      "end": 2155,
      "loc": {
        "start": {
          "line": 92,
          "column": 30
        },
        "end": {
          "line": 92,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2155,
      "end": 2156,
      "loc": {
        "start": {
          "line": 92,
          "column": 33
        },
        "end": {
          "line": 92,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "listingMode",
      "start": 2156,
      "end": 2167,
      "loc": {
        "start": {
          "line": 92,
          "column": 34
        },
        "end": {
          "line": 92,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2167,
      "end": 2168,
      "loc": {
        "start": {
          "line": 92,
          "column": 45
        },
        "end": {
          "line": 92,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2168,
      "end": 2169,
      "loc": {
        "start": {
          "line": 92,
          "column": 46
        },
        "end": {
          "line": 92,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2170,
      "end": 2173,
      "loc": {
        "start": {
          "line": 92,
          "column": 48
        },
        "end": {
          "line": 92,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "en",
      "start": 2174,
      "end": 2178,
      "loc": {
        "start": {
          "line": 92,
          "column": 52
        },
        "end": {
          "line": 92,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2178,
      "end": 2179,
      "loc": {
        "start": {
          "line": 92,
          "column": 56
        },
        "end": {
          "line": 92,
          "column": 57
        }
      }
    },
    {
      "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": 2184,
      "end": 2189,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 2190,
      "end": 2196,
      "loc": {
        "start": {
          "line": 93,
          "column": 10
        },
        "end": {
          "line": 93,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2197,
      "end": 2198,
      "loc": {
        "start": {
          "line": 93,
          "column": 17
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2199,
      "end": 2200,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2200,
      "end": 2204,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2204,
      "end": 2205,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extract",
      "start": 2206,
      "end": 2213,
      "loc": {
        "start": {
          "line": 93,
          "column": 26
        },
        "end": {
          "line": 93,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 93,
          "column": 33
        },
        "end": {
          "line": 93,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2215,
      "end": 2217,
      "loc": {
        "start": {
          "line": 93,
          "column": 35
        },
        "end": {
          "line": 93,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2218,
      "end": 2222,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2222,
      "end": 2223,
      "loc": {
        "start": {
          "line": 93,
          "column": 42
        },
        "end": {
          "line": 93,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 2223,
      "end": 2226,
      "loc": {
        "start": {
          "line": 93,
          "column": 43
        },
        "end": {
          "line": 93,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2226,
      "end": 2227,
      "loc": {
        "start": {
          "line": 93,
          "column": 46
        },
        "end": {
          "line": 93,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extract",
      "start": 2227,
      "end": 2234,
      "loc": {
        "start": {
          "line": 93,
          "column": 47
        },
        "end": {
          "line": 93,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2234,
      "end": 2235,
      "loc": {
        "start": {
          "line": 93,
          "column": 54
        },
        "end": {
          "line": 93,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 2235,
      "end": 2237,
      "loc": {
        "start": {
          "line": 93,
          "column": 55
        },
        "end": {
          "line": 93,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 93,
          "column": 57
        },
        "end": {
          "line": 93,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2239,
      "end": 2243,
      "loc": {
        "start": {
          "line": 93,
          "column": 59
        },
        "end": {
          "line": 93,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2243,
      "end": 2244,
      "loc": {
        "start": {
          "line": 93,
          "column": 63
        },
        "end": {
          "line": 93,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extract",
      "start": 2245,
      "end": 2252,
      "loc": {
        "start": {
          "line": 93,
          "column": 65
        },
        "end": {
          "line": 93,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2252,
      "end": 2253,
      "loc": {
        "start": {
          "line": 93,
          "column": 72
        },
        "end": {
          "line": 93,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 93,
          "column": 73
        },
        "end": {
          "line": 93,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOffset",
      "start": 2261,
      "end": 2273,
      "loc": {
        "start": {
          "line": 94,
          "column": 6
        },
        "end": {
          "line": 94,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2274,
      "end": 2275,
      "loc": {
        "start": {
          "line": 94,
          "column": 19
        },
        "end": {
          "line": 94,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2276,
      "end": 2280,
      "loc": {
        "start": {
          "line": 94,
          "column": 21
        },
        "end": {
          "line": 94,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2281,
      "end": 2283,
      "loc": {
        "start": {
          "line": 94,
          "column": 26
        },
        "end": {
          "line": 94,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 94,
          "column": 29
        },
        "end": {
          "line": 94,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2294,
      "end": 2296,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2297,
      "end": 2298,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 2298,
      "end": 2300,
      "loc": {
        "start": {
          "line": 95,
          "column": 12
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2300,
      "end": 2301,
      "loc": {
        "start": {
          "line": 95,
          "column": 14
        },
        "end": {
          "line": 95,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isOffsetFixed",
      "start": 2301,
      "end": 2314,
      "loc": {
        "start": {
          "line": 95,
          "column": 15
        },
        "end": {
          "line": 95,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2315,
      "end": 2317,
      "loc": {
        "start": {
          "line": 95,
          "column": 29
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 2318,
      "end": 2320,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2320,
      "end": 2321,
      "loc": {
        "start": {
          "line": 95,
          "column": 34
        },
        "end": {
          "line": 95,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2321,
      "end": 2327,
      "loc": {
        "start": {
          "line": 95,
          "column": 35
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2328,
      "end": 2331,
      "loc": {
        "start": {
          "line": 95,
          "column": 42
        },
        "end": {
          "line": 95,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2332,
      "end": 2333,
      "loc": {
        "start": {
          "line": 95,
          "column": 46
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2334,
      "end": 2336,
      "loc": {
        "start": {
          "line": 95,
          "column": 48
        },
        "end": {
          "line": 95,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2337,
      "end": 2341,
      "loc": {
        "start": {
          "line": 95,
          "column": 51
        },
        "end": {
          "line": 95,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2341,
      "end": 2342,
      "loc": {
        "start": {
          "line": 95,
          "column": 55
        },
        "end": {
          "line": 95,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowZ",
      "start": 2342,
      "end": 2348,
      "loc": {
        "start": {
          "line": 95,
          "column": 56
        },
        "end": {
          "line": 95,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2348,
      "end": 2349,
      "loc": {
        "start": {
          "line": 95,
          "column": 62
        },
        "end": {
          "line": 95,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2350,
      "end": 2351,
      "loc": {
        "start": {
          "line": 95,
          "column": 64
        },
        "end": {
          "line": 95,
          "column": 65
        }
      }
    },
    {
      "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": 2362,
      "end": 2368,
      "loc": {
        "start": {
          "line": 96,
          "column": 10
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Z",
      "start": 2369,
      "end": 2372,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 96,
          "column": 20
        },
        "end": {
          "line": 96,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2382,
      "end": 2383,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 9
        }
      }
    },
    {
      "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": 2393,
      "end": 2398,
      "loc": {
        "start": {
          "line": 99,
          "column": 8
        },
        "end": {
          "line": 99,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hours",
      "start": 2399,
      "end": 2404,
      "loc": {
        "start": {
          "line": 99,
          "column": 14
        },
        "end": {
          "line": 99,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2405,
      "end": 2406,
      "loc": {
        "start": {
          "line": 99,
          "column": 20
        },
        "end": {
          "line": 99,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Util",
      "start": 2407,
      "end": 2411,
      "loc": {
        "start": {
          "line": 99,
          "column": 22
        },
        "end": {
          "line": 99,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2411,
      "end": 2412,
      "loc": {
        "start": {
          "line": 99,
          "column": 26
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "towardZero",
      "start": 2412,
      "end": 2422,
      "loc": {
        "start": {
          "line": 99,
          "column": 27
        },
        "end": {
          "line": 99,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2422,
      "end": 2423,
      "loc": {
        "start": {
          "line": 99,
          "column": 37
        },
        "end": {
          "line": 99,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 2423,
      "end": 2425,
      "loc": {
        "start": {
          "line": 99,
          "column": 38
        },
        "end": {
          "line": 99,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2425,
      "end": 2426,
      "loc": {
        "start": {
          "line": 99,
          "column": 40
        },
        "end": {
          "line": 99,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2426,
      "end": 2432,
      "loc": {
        "start": {
          "line": 99,
          "column": 41
        },
        "end": {
          "line": 99,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2433,
      "end": 2434,
      "loc": {
        "start": {
          "line": 99,
          "column": 48
        },
        "end": {
          "line": 99,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 60,
      "start": 2435,
      "end": 2437,
      "loc": {
        "start": {
          "line": 99,
          "column": 50
        },
        "end": {
          "line": 99,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 99,
          "column": 52
        },
        "end": {
          "line": 99,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2438,
      "end": 2439,
      "loc": {
        "start": {
          "line": 99,
          "column": 53
        },
        "end": {
          "line": 99,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minutes",
      "start": 2450,
      "end": 2457,
      "loc": {
        "start": {
          "line": 100,
          "column": 10
        },
        "end": {
          "line": 100,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2458,
      "end": 2459,
      "loc": {
        "start": {
          "line": 100,
          "column": 18
        },
        "end": {
          "line": 100,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2460,
      "end": 2464,
      "loc": {
        "start": {
          "line": 100,
          "column": 20
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2464,
      "end": 2465,
      "loc": {
        "start": {
          "line": 100,
          "column": 24
        },
        "end": {
          "line": 100,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 2465,
      "end": 2468,
      "loc": {
        "start": {
          "line": 100,
          "column": 25
        },
        "end": {
          "line": 100,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2468,
      "end": 2469,
      "loc": {
        "start": {
          "line": 100,
          "column": 28
        },
        "end": {
          "line": 100,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 2469,
      "end": 2471,
      "loc": {
        "start": {
          "line": 100,
          "column": 29
        },
        "end": {
          "line": 100,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 100,
          "column": 31
        },
        "end": {
          "line": 100,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2472,
      "end": 2478,
      "loc": {
        "start": {
          "line": 100,
          "column": 32
        },
        "end": {
          "line": 100,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "%",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "%",
      "start": 2479,
      "end": 2480,
      "loc": {
        "start": {
          "line": 100,
          "column": 39
        },
        "end": {
          "line": 100,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 60,
      "start": 2481,
      "end": 2483,
      "loc": {
        "start": {
          "line": 100,
          "column": 41
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2483,
      "end": 2484,
      "loc": {
        "start": {
          "line": 100,
          "column": 43
        },
        "end": {
          "line": 100,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2484,
      "end": 2485,
      "loc": {
        "start": {
          "line": 100,
          "column": 44
        },
        "end": {
          "line": 100,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 2496,
      "end": 2500,
      "loc": {
        "start": {
          "line": 101,
          "column": 10
        },
        "end": {
          "line": 101,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 101,
          "column": 15
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hours",
      "start": 2503,
      "end": 2508,
      "loc": {
        "start": {
          "line": 101,
          "column": 17
        },
        "end": {
          "line": 101,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 2509,
      "end": 2511,
      "loc": {
        "start": {
          "line": 101,
          "column": 23
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2512,
      "end": 2513,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2514,
      "end": 2515,
      "loc": {
        "start": {
          "line": 101,
          "column": 28
        },
        "end": {
          "line": 101,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+",
      "start": 2516,
      "end": 2519,
      "loc": {
        "start": {
          "line": 101,
          "column": 30
        },
        "end": {
          "line": 101,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2520,
      "end": 2521,
      "loc": {
        "start": {
          "line": 101,
          "column": 34
        },
        "end": {
          "line": 101,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-",
      "start": 2522,
      "end": 2525,
      "loc": {
        "start": {
          "line": 101,
          "column": 36
        },
        "end": {
          "line": 101,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2525,
      "end": 2526,
      "loc": {
        "start": {
          "line": 101,
          "column": 39
        },
        "end": {
          "line": 101,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "base",
      "start": 2537,
      "end": 2541,
      "loc": {
        "start": {
          "line": 102,
          "column": 10
        },
        "end": {
          "line": 102,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2542,
      "end": 2543,
      "loc": {
        "start": {
          "line": 102,
          "column": 15
        },
        "end": {
          "line": 102,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2544,
      "end": 2545,
      "loc": {
        "start": {
          "line": 102,
          "column": 17
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2545,
      "end": 2545,
      "loc": {
        "start": {
          "line": 102,
          "column": 18
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2545,
      "end": 2547,
      "loc": {
        "start": {
          "line": 102,
          "column": 18
        },
        "end": {
          "line": 102,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 2547,
      "end": 2551,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2551,
      "end": 2552,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "end": {
          "line": 102,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2552,
      "end": 2552,
      "loc": {
        "start": {
          "line": 102,
          "column": 25
        },
        "end": {
          "line": 102,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2552,
      "end": 2554,
      "loc": {
        "start": {
          "line": 102,
          "column": 25
        },
        "end": {
          "line": 102,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2554,
      "end": 2558,
      "loc": {
        "start": {
          "line": 102,
          "column": 27
        },
        "end": {
          "line": 102,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2558,
      "end": 2559,
      "loc": {
        "start": {
          "line": 102,
          "column": 31
        },
        "end": {
          "line": 102,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 2559,
      "end": 2562,
      "loc": {
        "start": {
          "line": 102,
          "column": 32
        },
        "end": {
          "line": 102,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2562,
      "end": 2563,
      "loc": {
        "start": {
          "line": 102,
          "column": 35
        },
        "end": {
          "line": 102,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hours",
      "start": 2563,
      "end": 2568,
      "loc": {
        "start": {
          "line": 102,
          "column": 36
        },
        "end": {
          "line": 102,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2568,
      "end": 2569,
      "loc": {
        "start": {
          "line": 102,
          "column": 41
        },
        "end": {
          "line": 102,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2569,
      "end": 2570,
      "loc": {
        "start": {
          "line": 102,
          "column": 42
        },
        "end": {
          "line": 102,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2570,
      "end": 2570,
      "loc": {
        "start": {
          "line": 102,
          "column": 43
        },
        "end": {
          "line": 102,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2570,
      "end": 2571,
      "loc": {
        "start": {
          "line": 102,
          "column": 43
        },
        "end": {
          "line": 102,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2571,
      "end": 2572,
      "loc": {
        "start": {
          "line": 102,
          "column": 44
        },
        "end": {
          "line": 102,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 2582,
      "end": 2588,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 104,
          "column": 15
        },
        "end": {
          "line": 104,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2590,
      "end": 2594,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2594,
      "end": 2595,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2595,
      "end": 2601,
      "loc": {
        "start": {
          "line": 104,
          "column": 21
        },
        "end": {
          "line": 104,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2601,
      "end": 2602,
      "loc": {
        "start": {
          "line": 104,
          "column": 27
        },
        "end": {
          "line": 104,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2603,
      "end": 2604,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 2615,
      "end": 2619,
      "loc": {
        "start": {
          "line": 105,
          "column": 10
        },
        "end": {
          "line": 105,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 2620,
      "end": 2627,
      "loc": {
        "start": {
          "line": 105,
          "column": 15
        },
        "end": {
          "line": 105,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 23
        }
      }
    },
    {
      "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": 2641,
      "end": 2647,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2648,
      "end": 2649,
      "loc": {
        "start": {
          "line": 106,
          "column": 19
        },
        "end": {
          "line": 106,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2649,
      "end": 2649,
      "loc": {
        "start": {
          "line": 106,
          "column": 20
        },
        "end": {
          "line": 106,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2649,
      "end": 2651,
      "loc": {
        "start": {
          "line": 106,
          "column": 20
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 2651,
      "end": 2655,
      "loc": {
        "start": {
          "line": 106,
          "column": 22
        },
        "end": {
          "line": 106,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2655,
      "end": 2656,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2656,
      "end": 2656,
      "loc": {
        "start": {
          "line": 106,
          "column": 27
        },
        "end": {
          "line": 106,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2656,
      "end": 2658,
      "loc": {
        "start": {
          "line": 106,
          "column": 27
        },
        "end": {
          "line": 106,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2658,
      "end": 2662,
      "loc": {
        "start": {
          "line": 106,
          "column": 29
        },
        "end": {
          "line": 106,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2662,
      "end": 2663,
      "loc": {
        "start": {
          "line": 106,
          "column": 33
        },
        "end": {
          "line": 106,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2663,
      "end": 2666,
      "loc": {
        "start": {
          "line": 106,
          "column": 34
        },
        "end": {
          "line": 106,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2666,
      "end": 2667,
      "loc": {
        "start": {
          "line": 106,
          "column": 37
        },
        "end": {
          "line": 106,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2667,
      "end": 2671,
      "loc": {
        "start": {
          "line": 106,
          "column": 38
        },
        "end": {
          "line": 106,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 106,
          "column": 42
        },
        "end": {
          "line": 106,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 2672,
      "end": 2675,
      "loc": {
        "start": {
          "line": 106,
          "column": 43
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2675,
      "end": 2676,
      "loc": {
        "start": {
          "line": 106,
          "column": 46
        },
        "end": {
          "line": 106,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hours",
      "start": 2676,
      "end": 2681,
      "loc": {
        "start": {
          "line": 106,
          "column": 47
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 106,
          "column": 52
        },
        "end": {
          "line": 106,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 106,
          "column": 53
        },
        "end": {
          "line": 106,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2684,
      "end": 2685,
      "loc": {
        "start": {
          "line": 106,
          "column": 55
        },
        "end": {
          "line": 106,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2685,
      "end": 2686,
      "loc": {
        "start": {
          "line": 106,
          "column": 56
        },
        "end": {
          "line": 106,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2686,
      "end": 2687,
      "loc": {
        "start": {
          "line": 106,
          "column": 57
        },
        "end": {
          "line": 106,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 2687,
      "end": 2688,
      "loc": {
        "start": {
          "line": 106,
          "column": 58
        },
        "end": {
          "line": 106,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2688,
      "end": 2690,
      "loc": {
        "start": {
          "line": 106,
          "column": 59
        },
        "end": {
          "line": 106,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2690,
      "end": 2694,
      "loc": {
        "start": {
          "line": 106,
          "column": 61
        },
        "end": {
          "line": 106,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2694,
      "end": 2695,
      "loc": {
        "start": {
          "line": 106,
          "column": 65
        },
        "end": {
          "line": 106,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2695,
      "end": 2698,
      "loc": {
        "start": {
          "line": 106,
          "column": 66
        },
        "end": {
          "line": 106,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2698,
      "end": 2699,
      "loc": {
        "start": {
          "line": 106,
          "column": 69
        },
        "end": {
          "line": 106,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minutes",
      "start": 2699,
      "end": 2706,
      "loc": {
        "start": {
          "line": 106,
          "column": 70
        },
        "end": {
          "line": 106,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2706,
      "end": 2707,
      "loc": {
        "start": {
          "line": 106,
          "column": 77
        },
        "end": {
          "line": 106,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2708,
      "end": 2709,
      "loc": {
        "start": {
          "line": 106,
          "column": 79
        },
        "end": {
          "line": 106,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2709,
      "end": 2710,
      "loc": {
        "start": {
          "line": 106,
          "column": 80
        },
        "end": {
          "line": 106,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2710,
      "end": 2711,
      "loc": {
        "start": {
          "line": 106,
          "column": 81
        },
        "end": {
          "line": 106,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2711,
      "end": 2711,
      "loc": {
        "start": {
          "line": 106,
          "column": 82
        },
        "end": {
          "line": 106,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2711,
      "end": 2712,
      "loc": {
        "start": {
          "line": 106,
          "column": 82
        },
        "end": {
          "line": 106,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2712,
      "end": 2713,
      "loc": {
        "start": {
          "line": 106,
          "column": 83
        },
        "end": {
          "line": 106,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 2724,
      "end": 2728,
      "loc": {
        "start": {
          "line": 107,
          "column": 10
        },
        "end": {
          "line": 107,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 2729,
      "end": 2737,
      "loc": {
        "start": {
          "line": 107,
          "column": 15
        },
        "end": {
          "line": 107,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 107,
          "column": 23
        },
        "end": {
          "line": 107,
          "column": 24
        }
      }
    },
    {
      "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": 2751,
      "end": 2757,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minutes",
      "start": 2758,
      "end": 2765,
      "loc": {
        "start": {
          "line": 108,
          "column": 19
        },
        "end": {
          "line": 108,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 2766,
      "end": 2767,
      "loc": {
        "start": {
          "line": 108,
          "column": 27
        },
        "end": {
          "line": 108,
          "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": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 108,
          "column": 29
        },
        "end": {
          "line": 108,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 108,
          "column": 33
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2773,
      "end": 2773,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2773,
      "end": 2775,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "base",
      "start": 2775,
      "end": 2779,
      "loc": {
        "start": {
          "line": 108,
          "column": 36
        },
        "end": {
          "line": 108,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2779,
      "end": 2780,
      "loc": {
        "start": {
          "line": 108,
          "column": 40
        },
        "end": {
          "line": 108,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ":",
      "start": 2780,
      "end": 2781,
      "loc": {
        "start": {
          "line": 108,
          "column": 41
        },
        "end": {
          "line": 108,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2781,
      "end": 2783,
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minutes",
      "start": 2783,
      "end": 2790,
      "loc": {
        "start": {
          "line": 108,
          "column": 44
        },
        "end": {
          "line": 108,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2790,
      "end": 2791,
      "loc": {
        "start": {
          "line": 108,
          "column": 51
        },
        "end": {
          "line": 108,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2791,
      "end": 2791,
      "loc": {
        "start": {
          "line": 108,
          "column": 52
        },
        "end": {
          "line": 108,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2791,
      "end": 2792,
      "loc": {
        "start": {
          "line": 108,
          "column": 52
        },
        "end": {
          "line": 108,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2793,
      "end": 2794,
      "loc": {
        "start": {
          "line": 108,
          "column": 54
        },
        "end": {
          "line": 108,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "base",
      "start": 2795,
      "end": 2799,
      "loc": {
        "start": {
          "line": 108,
          "column": 56
        },
        "end": {
          "line": 108,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2799,
      "end": 2800,
      "loc": {
        "start": {
          "line": 108,
          "column": 60
        },
        "end": {
          "line": 108,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 2811,
      "end": 2815,
      "loc": {
        "start": {
          "line": 109,
          "column": 10
        },
        "end": {
          "line": 109,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "techie",
      "start": 2816,
      "end": 2824,
      "loc": {
        "start": {
          "line": 109,
          "column": 15
        },
        "end": {
          "line": 109,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2824,
      "end": 2825,
      "loc": {
        "start": {
          "line": 109,
          "column": 23
        },
        "end": {
          "line": 109,
          "column": 24
        }
      }
    },
    {
      "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": 2838,
      "end": 2844,
      "loc": {
        "start": {
          "line": 110,
          "column": 12
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2845,
      "end": 2846,
      "loc": {
        "start": {
          "line": 110,
          "column": 19
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2846,
      "end": 2846,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2846,
      "end": 2848,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 2848,
      "end": 2852,
      "loc": {
        "start": {
          "line": 110,
          "column": 22
        },
        "end": {
          "line": 110,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2852,
      "end": 2853,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2853,
      "end": 2853,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2853,
      "end": 2855,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2855,
      "end": 2859,
      "loc": {
        "start": {
          "line": 110,
          "column": 29
        },
        "end": {
          "line": 110,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2859,
      "end": 2860,
      "loc": {
        "start": {
          "line": 110,
          "column": 33
        },
        "end": {
          "line": 110,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2860,
      "end": 2863,
      "loc": {
        "start": {
          "line": 110,
          "column": 34
        },
        "end": {
          "line": 110,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2863,
      "end": 2864,
      "loc": {
        "start": {
          "line": 110,
          "column": 37
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2864,
      "end": 2868,
      "loc": {
        "start": {
          "line": 110,
          "column": 38
        },
        "end": {
          "line": 110,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 110,
          "column": 42
        },
        "end": {
          "line": 110,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 2869,
      "end": 2872,
      "loc": {
        "start": {
          "line": 110,
          "column": 43
        },
        "end": {
          "line": 110,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2872,
      "end": 2873,
      "loc": {
        "start": {
          "line": 110,
          "column": 46
        },
        "end": {
          "line": 110,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hours",
      "start": 2873,
      "end": 2878,
      "loc": {
        "start": {
          "line": 110,
          "column": 47
        },
        "end": {
          "line": 110,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2878,
      "end": 2879,
      "loc": {
        "start": {
          "line": 110,
          "column": 52
        },
        "end": {
          "line": 110,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2879,
      "end": 2880,
      "loc": {
        "start": {
          "line": 110,
          "column": 53
        },
        "end": {
          "line": 110,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2881,
      "end": 2882,
      "loc": {
        "start": {
          "line": 110,
          "column": 55
        },
        "end": {
          "line": 110,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2882,
      "end": 2883,
      "loc": {
        "start": {
          "line": 110,
          "column": 56
        },
        "end": {
          "line": 110,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2883,
      "end": 2884,
      "loc": {
        "start": {
          "line": 110,
          "column": 57
        },
        "end": {
          "line": 110,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2884,
      "end": 2884,
      "loc": {
        "start": {
          "line": 110,
          "column": 58
        },
        "end": {
          "line": 110,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2884,
      "end": 2886,
      "loc": {
        "start": {
          "line": 110,
          "column": 58
        },
        "end": {
          "line": 110,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2886,
      "end": 2890,
      "loc": {
        "start": {
          "line": 110,
          "column": 60
        },
        "end": {
          "line": 110,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2890,
      "end": 2891,
      "loc": {
        "start": {
          "line": 110,
          "column": 64
        },
        "end": {
          "line": 110,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2891,
      "end": 2894,
      "loc": {
        "start": {
          "line": 110,
          "column": 65
        },
        "end": {
          "line": 110,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2894,
      "end": 2895,
      "loc": {
        "start": {
          "line": 110,
          "column": 68
        },
        "end": {
          "line": 110,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minutes",
      "start": 2895,
      "end": 2902,
      "loc": {
        "start": {
          "line": 110,
          "column": 69
        },
        "end": {
          "line": 110,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2902,
      "end": 2903,
      "loc": {
        "start": {
          "line": 110,
          "column": 76
        },
        "end": {
          "line": 110,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2904,
      "end": 2905,
      "loc": {
        "start": {
          "line": 110,
          "column": 78
        },
        "end": {
          "line": 110,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2905,
      "end": 2906,
      "loc": {
        "start": {
          "line": 110,
          "column": 79
        },
        "end": {
          "line": 110,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2906,
      "end": 2907,
      "loc": {
        "start": {
          "line": 110,
          "column": 80
        },
        "end": {
          "line": 110,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2907,
      "end": 2907,
      "loc": {
        "start": {
          "line": 110,
          "column": 81
        },
        "end": {
          "line": 110,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2907,
      "end": 2908,
      "loc": {
        "start": {
          "line": 110,
          "column": 81
        },
        "end": {
          "line": 110,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2908,
      "end": 2909,
      "loc": {
        "start": {
          "line": 110,
          "column": 82
        },
        "end": {
          "line": 110,
          "column": 83
        }
      }
    },
    {
      "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": 2920,
      "end": 2927,
      "loc": {
        "start": {
          "line": 111,
          "column": 10
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 111,
          "column": 17
        },
        "end": {
          "line": 111,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 2941,
      "end": 2946,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2947,
      "end": 2950,
      "loc": {
        "start": {
          "line": 112,
          "column": 18
        },
        "end": {
          "line": 112,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RangeError",
      "start": 2951,
      "end": 2961,
      "loc": {
        "start": {
          "line": 112,
          "column": 22
        },
        "end": {
          "line": 112,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 112,
          "column": 32
        },
        "end": {
          "line": 112,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2962,
      "end": 2963,
      "loc": {
        "start": {
          "line": 112,
          "column": 33
        },
        "end": {
          "line": 112,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Value format ",
      "start": 2963,
      "end": 2976,
      "loc": {
        "start": {
          "line": 112,
          "column": 34
        },
        "end": {
          "line": 112,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2976,
      "end": 2978,
      "loc": {
        "start": {
          "line": 112,
          "column": 47
        },
        "end": {
          "line": 112,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opts",
      "start": 2978,
      "end": 2982,
      "loc": {
        "start": {
          "line": 112,
          "column": 49
        },
        "end": {
          "line": 112,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2982,
      "end": 2983,
      "loc": {
        "start": {
          "line": 112,
          "column": 53
        },
        "end": {
          "line": 112,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2983,
      "end": 2989,
      "loc": {
        "start": {
          "line": 112,
          "column": 54
        },
        "end": {
          "line": 112,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2989,
      "end": 2990,
      "loc": {
        "start": {
          "line": 112,
          "column": 60
        },
        "end": {
          "line": 112,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " is out of range for property format",
      "start": 2990,
      "end": 3026,
      "loc": {
        "start": {
          "line": 112,
          "column": 61
        },
        "end": {
          "line": 112,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3026,
      "end": 3027,
      "loc": {
        "start": {
          "line": 112,
          "column": 97
        },
        "end": {
          "line": 112,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 112,
          "column": 98
        },
        "end": {
          "line": 112,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3028,
      "end": 3029,
      "loc": {
        "start": {
          "line": 112,
          "column": 99
        },
        "end": {
          "line": 112,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3038,
      "end": 3039,
      "loc": {
        "start": {
          "line": 113,
          "column": 8
        },
        "end": {
          "line": 113,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3046,
      "end": 3047,
      "loc": {
        "start": {
          "line": 114,
          "column": 6
        },
        "end": {
          "line": 114,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3047,
      "end": 3048,
      "loc": {
        "start": {
          "line": 114,
          "column": 7
        },
        "end": {
          "line": 114,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meridiem",
      "start": 3055,
      "end": 3063,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3064,
      "end": 3065,
      "loc": {
        "start": {
          "line": 115,
          "column": 15
        },
        "end": {
          "line": 115,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3066,
      "end": 3067,
      "loc": {
        "start": {
          "line": 115,
          "column": 17
        },
        "end": {
          "line": 115,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 115,
          "column": 18
        },
        "end": {
          "line": 115,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3069,
      "end": 3071,
      "loc": {
        "start": {
          "line": 115,
          "column": 20
        },
        "end": {
          "line": 115,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "knownEnglish",
      "start": 3080,
      "end": 3092,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 117,
          "column": 10
        },
        "end": {
          "line": 117,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "English",
      "start": 3105,
      "end": 3112,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3112,
      "end": 3113,
      "loc": {
        "start": {
          "line": 117,
          "column": 19
        },
        "end": {
          "line": 117,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meridiemForDateTime",
      "start": 3113,
      "end": 3132,
      "loc": {
        "start": {
          "line": 117,
          "column": 20
        },
        "end": {
          "line": 117,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3132,
      "end": 3133,
      "loc": {
        "start": {
          "line": 117,
          "column": 39
        },
        "end": {
          "line": 117,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 3133,
      "end": 3135,
      "loc": {
        "start": {
          "line": 117,
          "column": 40
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3135,
      "end": 3136,
      "loc": {
        "start": {
          "line": 117,
          "column": 42
        },
        "end": {
          "line": 117,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3147,
      "end": 3148,
      "loc": {
        "start": {
          "line": 118,
          "column": 10
        },
        "end": {
          "line": 118,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3149,
      "end": 3155,
      "loc": {
        "start": {
          "line": 118,
          "column": 12
        },
        "end": {
          "line": 118,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3155,
      "end": 3156,
      "loc": {
        "start": {
          "line": 118,
          "column": 18
        },
        "end": {
          "line": 118,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 118,
          "column": 19
        },
        "end": {
          "line": 118,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 3158,
      "end": 3162,
      "loc": {
        "start": {
          "line": 118,
          "column": 21
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3162,
      "end": 3163,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 3164,
      "end": 3173,
      "loc": {
        "start": {
          "line": 118,
          "column": 27
        },
        "end": {
          "line": 118,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 118,
          "column": 36
        },
        "end": {
          "line": 118,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour12",
      "start": 3175,
      "end": 3181,
      "loc": {
        "start": {
          "line": 118,
          "column": 38
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3181,
      "end": 3182,
      "loc": {
        "start": {
          "line": 118,
          "column": 44
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3183,
      "end": 3187,
      "loc": {
        "start": {
          "line": 118,
          "column": 46
        },
        "end": {
          "line": 118,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 118,
          "column": 51
        },
        "end": {
          "line": 118,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3189,
      "end": 3190,
      "loc": {
        "start": {
          "line": 118,
          "column": 52
        },
        "end": {
          "line": 118,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dayperiod",
      "start": 3191,
      "end": 3202,
      "loc": {
        "start": {
          "line": 118,
          "column": 54
        },
        "end": {
          "line": 118,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 118,
          "column": 65
        },
        "end": {
          "line": 118,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3203,
      "end": 3204,
      "loc": {
        "start": {
          "line": 118,
          "column": 66
        },
        "end": {
          "line": 118,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 3211,
      "end": 3216,
      "loc": {
        "start": {
          "line": 119,
          "column": 6
        },
        "end": {
          "line": 119,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3217,
      "end": 3218,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3219,
      "end": 3220,
      "loc": {
        "start": {
          "line": 119,
          "column": 14
        },
        "end": {
          "line": 119,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3220,
      "end": 3226,
      "loc": {
        "start": {
          "line": 119,
          "column": 15
        },
        "end": {
          "line": 119,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3226,
      "end": 3227,
      "loc": {
        "start": {
          "line": 119,
          "column": 21
        },
        "end": {
          "line": 119,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "standalone",
      "start": 3228,
      "end": 3238,
      "loc": {
        "start": {
          "line": 119,
          "column": 23
        },
        "end": {
          "line": 119,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 119,
          "column": 33
        },
        "end": {
          "line": 119,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3240,
      "end": 3242,
      "loc": {
        "start": {
          "line": 119,
          "column": 35
        },
        "end": {
          "line": 119,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "knownEnglish",
      "start": 3251,
      "end": 3263,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3274,
      "end": 3275,
      "loc": {
        "start": {
          "line": 121,
          "column": 10
        },
        "end": {
          "line": 121,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "English",
      "start": 3276,
      "end": 3283,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3283,
      "end": 3284,
      "loc": {
        "start": {
          "line": 121,
          "column": 19
        },
        "end": {
          "line": 121,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "monthForDateTime",
      "start": 3284,
      "end": 3300,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3300,
      "end": 3301,
      "loc": {
        "start": {
          "line": 121,
          "column": 36
        },
        "end": {
          "line": 121,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 3301,
      "end": 3303,
      "loc": {
        "start": {
          "line": 121,
          "column": 37
        },
        "end": {
          "line": 121,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3303,
      "end": 3304,
      "loc": {
        "start": {
          "line": 121,
          "column": 39
        },
        "end": {
          "line": 121,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3305,
      "end": 3311,
      "loc": {
        "start": {
          "line": 121,
          "column": 41
        },
        "end": {
          "line": 121,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3311,
      "end": 3312,
      "loc": {
        "start": {
          "line": 121,
          "column": 47
        },
        "end": {
          "line": 121,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3323,
      "end": 3324,
      "loc": {
        "start": {
          "line": 122,
          "column": 10
        },
        "end": {
          "line": 122,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3325,
      "end": 3331,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3331,
      "end": 3332,
      "loc": {
        "start": {
          "line": 122,
          "column": 18
        },
        "end": {
          "line": 122,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "standalone",
      "start": 3332,
      "end": 3342,
      "loc": {
        "start": {
          "line": 122,
          "column": 19
        },
        "end": {
          "line": 122,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3343,
      "end": 3344,
      "loc": {
        "start": {
          "line": 122,
          "column": 30
        },
        "end": {
          "line": 122,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3345,
      "end": 3346,
      "loc": {
        "start": {
          "line": 122,
          "column": 32
        },
        "end": {
          "line": 122,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 3347,
      "end": 3352,
      "loc": {
        "start": {
          "line": 122,
          "column": 34
        },
        "end": {
          "line": 122,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3352,
      "end": 3353,
      "loc": {
        "start": {
          "line": 122,
          "column": 39
        },
        "end": {
          "line": 122,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3354,
      "end": 3360,
      "loc": {
        "start": {
          "line": 122,
          "column": 41
        },
        "end": {
          "line": 122,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3361,
      "end": 3362,
      "loc": {
        "start": {
          "line": 122,
          "column": 48
        },
        "end": {
          "line": 122,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3363,
      "end": 3364,
      "loc": {
        "start": {
          "line": 122,
          "column": 50
        },
        "end": {
          "line": 122,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3365,
      "end": 3366,
      "loc": {
        "start": {
          "line": 122,
          "column": 52
        },
        "end": {
          "line": 122,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 3367,
      "end": 3372,
      "loc": {
        "start": {
          "line": 122,
          "column": 54
        },
        "end": {
          "line": 122,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3372,
      "end": 3373,
      "loc": {
        "start": {
          "line": 122,
          "column": 59
        },
        "end": {
          "line": 122,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3374,
      "end": 3380,
      "loc": {
        "start": {
          "line": 122,
          "column": 61
        },
        "end": {
          "line": 122,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3380,
      "end": 3381,
      "loc": {
        "start": {
          "line": 122,
          "column": 67
        },
        "end": {
          "line": 122,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 3382,
      "end": 3385,
      "loc": {
        "start": {
          "line": 122,
          "column": 69
        },
        "end": {
          "line": 122,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3385,
      "end": 3386,
      "loc": {
        "start": {
          "line": 122,
          "column": 72
        },
        "end": {
          "line": 122,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 3387,
      "end": 3396,
      "loc": {
        "start": {
          "line": 122,
          "column": 74
        },
        "end": {
          "line": 122,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3397,
      "end": 3398,
      "loc": {
        "start": {
          "line": 122,
          "column": 84
        },
        "end": {
          "line": 122,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3398,
      "end": 3399,
      "loc": {
        "start": {
          "line": 122,
          "column": 85
        },
        "end": {
          "line": 122,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "month",
      "start": 3400,
      "end": 3407,
      "loc": {
        "start": {
          "line": 122,
          "column": 87
        },
        "end": {
          "line": 122,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3407,
      "end": 3408,
      "loc": {
        "start": {
          "line": 122,
          "column": 94
        },
        "end": {
          "line": 122,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 122,
          "column": 95
        },
        "end": {
          "line": 122,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 3416,
      "end": 3423,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3424,
      "end": 3425,
      "loc": {
        "start": {
          "line": 123,
          "column": 14
        },
        "end": {
          "line": 123,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3426,
      "end": 3427,
      "loc": {
        "start": {
          "line": 123,
          "column": 16
        },
        "end": {
          "line": 123,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3427,
      "end": 3433,
      "loc": {
        "start": {
          "line": 123,
          "column": 17
        },
        "end": {
          "line": 123,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3433,
      "end": 3434,
      "loc": {
        "start": {
          "line": 123,
          "column": 23
        },
        "end": {
          "line": 123,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "standalone",
      "start": 3435,
      "end": 3445,
      "loc": {
        "start": {
          "line": 123,
          "column": 25
        },
        "end": {
          "line": 123,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3445,
      "end": 3446,
      "loc": {
        "start": {
          "line": 123,
          "column": 35
        },
        "end": {
          "line": 123,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3447,
      "end": 3449,
      "loc": {
        "start": {
          "line": 123,
          "column": 37
        },
        "end": {
          "line": 123,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "knownEnglish",
      "start": 3458,
      "end": 3470,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3481,
      "end": 3482,
      "loc": {
        "start": {
          "line": 125,
          "column": 10
        },
        "end": {
          "line": 125,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "English",
      "start": 3483,
      "end": 3490,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3490,
      "end": 3491,
      "loc": {
        "start": {
          "line": 125,
          "column": 19
        },
        "end": {
          "line": 125,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekdayForDateTime",
      "start": 3491,
      "end": 3509,
      "loc": {
        "start": {
          "line": 125,
          "column": 20
        },
        "end": {
          "line": 125,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3509,
      "end": 3510,
      "loc": {
        "start": {
          "line": 125,
          "column": 38
        },
        "end": {
          "line": 125,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 3510,
      "end": 3512,
      "loc": {
        "start": {
          "line": 125,
          "column": 39
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3512,
      "end": 3513,
      "loc": {
        "start": {
          "line": 125,
          "column": 41
        },
        "end": {
          "line": 125,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3514,
      "end": 3520,
      "loc": {
        "start": {
          "line": 125,
          "column": 43
        },
        "end": {
          "line": 125,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3520,
      "end": 3521,
      "loc": {
        "start": {
          "line": 125,
          "column": 49
        },
        "end": {
          "line": 125,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3532,
      "end": 3533,
      "loc": {
        "start": {
          "line": 126,
          "column": 10
        },
        "end": {
          "line": 126,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3534,
      "end": 3540,
      "loc": {
        "start": {
          "line": 126,
          "column": 12
        },
        "end": {
          "line": 126,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3540,
      "end": 3541,
      "loc": {
        "start": {
          "line": 126,
          "column": 18
        },
        "end": {
          "line": 126,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "standalone",
      "start": 3556,
      "end": 3566,
      "loc": {
        "start": {
          "line": 127,
          "column": 14
        },
        "end": {
          "line": 127,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3567,
      "end": 3568,
      "loc": {
        "start": {
          "line": 127,
          "column": 25
        },
        "end": {
          "line": 127,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3569,
      "end": 3570,
      "loc": {
        "start": {
          "line": 127,
          "column": 27
        },
        "end": {
          "line": 127,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 3571,
      "end": 3578,
      "loc": {
        "start": {
          "line": 127,
          "column": 29
        },
        "end": {
          "line": 127,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3578,
      "end": 3579,
      "loc": {
        "start": {
          "line": 127,
          "column": 36
        },
        "end": {
          "line": 127,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3580,
      "end": 3586,
      "loc": {
        "start": {
          "line": 127,
          "column": 38
        },
        "end": {
          "line": 127,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3587,
      "end": 3588,
      "loc": {
        "start": {
          "line": 127,
          "column": 45
        },
        "end": {
          "line": 127,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3589,
      "end": 3590,
      "loc": {
        "start": {
          "line": 127,
          "column": 47
        },
        "end": {
          "line": 127,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3591,
      "end": 3592,
      "loc": {
        "start": {
          "line": 127,
          "column": 49
        },
        "end": {
          "line": 127,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 3593,
      "end": 3600,
      "loc": {
        "start": {
          "line": 127,
          "column": 51
        },
        "end": {
          "line": 127,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3600,
      "end": 3601,
      "loc": {
        "start": {
          "line": 127,
          "column": 58
        },
        "end": {
          "line": 127,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3602,
      "end": 3608,
      "loc": {
        "start": {
          "line": 127,
          "column": 60
        },
        "end": {
          "line": 127,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3608,
      "end": 3609,
      "loc": {
        "start": {
          "line": 127,
          "column": 66
        },
        "end": {
          "line": 127,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 3610,
      "end": 3615,
      "loc": {
        "start": {
          "line": 127,
          "column": 68
        },
        "end": {
          "line": 127,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3615,
      "end": 3616,
      "loc": {
        "start": {
          "line": 127,
          "column": 73
        },
        "end": {
          "line": 127,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "long",
      "start": 3617,
      "end": 3623,
      "loc": {
        "start": {
          "line": 127,
          "column": 75
        },
        "end": {
          "line": 127,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3623,
      "end": 3624,
      "loc": {
        "start": {
          "line": 127,
          "column": 81
        },
        "end": {
          "line": 127,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 3625,
      "end": 3628,
      "loc": {
        "start": {
          "line": 127,
          "column": 83
        },
        "end": {
          "line": 127,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3628,
      "end": 3629,
      "loc": {
        "start": {
          "line": 127,
          "column": 86
        },
        "end": {
          "line": 127,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 3630,
      "end": 3639,
      "loc": {
        "start": {
          "line": 127,
          "column": 88
        },
        "end": {
          "line": 127,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3640,
      "end": 3641,
      "loc": {
        "start": {
          "line": 127,
          "column": 98
        },
        "end": {
          "line": 127,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3641,
      "end": 3642,
      "loc": {
        "start": {
          "line": 127,
          "column": 99
        },
        "end": {
          "line": 127,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "weekday",
      "start": 3657,
      "end": 3666,
      "loc": {
        "start": {
          "line": 128,
          "column": 14
        },
        "end": {
          "line": 128,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3679,
      "end": 3680,
      "loc": {
        "start": {
          "line": 129,
          "column": 12
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3680,
      "end": 3681,
      "loc": {
        "start": {
          "line": 129,
          "column": 13
        },
        "end": {
          "line": 129,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "era",
      "start": 3688,
      "end": 3691,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 130,
          "column": 10
        },
        "end": {
          "line": 130,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3694,
      "end": 3700,
      "loc": {
        "start": {
          "line": 130,
          "column": 12
        },
        "end": {
          "line": 130,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3701,
      "end": 3703,
      "loc": {
        "start": {
          "line": 130,
          "column": 19
        },
        "end": {
          "line": 130,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "knownEnglish",
      "start": 3712,
      "end": 3724,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3725,
      "end": 3726,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "English",
      "start": 3727,
      "end": 3734,
      "loc": {
        "start": {
          "line": 131,
          "column": 23
        },
        "end": {
          "line": 131,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3734,
      "end": 3735,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "eraForDateTime",
      "start": 3735,
      "end": 3749,
      "loc": {
        "start": {
          "line": 131,
          "column": 31
        },
        "end": {
          "line": 131,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3749,
      "end": 3750,
      "loc": {
        "start": {
          "line": 131,
          "column": 45
        },
        "end": {
          "line": 131,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 3750,
      "end": 3752,
      "loc": {
        "start": {
          "line": 131,
          "column": 46
        },
        "end": {
          "line": 131,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3752,
      "end": 3753,
      "loc": {
        "start": {
          "line": 131,
          "column": 48
        },
        "end": {
          "line": 131,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3754,
      "end": 3760,
      "loc": {
        "start": {
          "line": 131,
          "column": 50
        },
        "end": {
          "line": 131,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3760,
      "end": 3761,
      "loc": {
        "start": {
          "line": 131,
          "column": 56
        },
        "end": {
          "line": 131,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3762,
      "end": 3763,
      "loc": {
        "start": {
          "line": 131,
          "column": 58
        },
        "end": {
          "line": 131,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 3764,
      "end": 3770,
      "loc": {
        "start": {
          "line": 131,
          "column": 60
        },
        "end": {
          "line": 131,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3770,
      "end": 3771,
      "loc": {
        "start": {
          "line": 131,
          "column": 66
        },
        "end": {
          "line": 131,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 131,
          "column": 67
        },
        "end": {
          "line": 131,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "era",
      "start": 3773,
      "end": 3776,
      "loc": {
        "start": {
          "line": 131,
          "column": 69
        },
        "end": {
          "line": 131,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3776,
      "end": 3777,
      "loc": {
        "start": {
          "line": 131,
          "column": 72
        },
        "end": {
          "line": 131,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3778,
      "end": 3784,
      "loc": {
        "start": {
          "line": 131,
          "column": 74
        },
        "end": {
          "line": 131,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3785,
      "end": 3786,
      "loc": {
        "start": {
          "line": 131,
          "column": 81
        },
        "end": {
          "line": 131,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3786,
      "end": 3787,
      "loc": {
        "start": {
          "line": 131,
          "column": 82
        },
        "end": {
          "line": 131,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "era",
      "start": 3788,
      "end": 3793,
      "loc": {
        "start": {
          "line": 131,
          "column": 84
        },
        "end": {
          "line": 131,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3793,
      "end": 3794,
      "loc": {
        "start": {
          "line": 131,
          "column": 89
        },
        "end": {
          "line": 131,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3794,
      "end": 3795,
      "loc": {
        "start": {
          "line": 131,
          "column": 90
        },
        "end": {
          "line": 131,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToString",
      "start": 3802,
      "end": 3815,
      "loc": {
        "start": {
          "line": 132,
          "column": 6
        },
        "end": {
          "line": 132,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3816,
      "end": 3817,
      "loc": {
        "start": {
          "line": 132,
          "column": 20
        },
        "end": {
          "line": 132,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 3818,
      "end": 3823,
      "loc": {
        "start": {
          "line": 132,
          "column": 22
        },
        "end": {
          "line": 132,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3824,
      "end": 3826,
      "loc": {
        "start": {
          "line": 132,
          "column": 28
        },
        "end": {
          "line": 132,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3827,
      "end": 3828,
      "loc": {
        "start": {
          "line": 132,
          "column": 31
        },
        "end": {
          "line": 132,
          "column": 32
        }
      }
    },
    {
      "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": 3837,
      "end": 3842,
      "loc": {
        "start": {
          "line": 133,
          "column": 8
        },
        "end": {
          "line": 133,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 3843,
      "end": 3852,
      "loc": {
        "start": {
          "line": 133,
          "column": 14
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3853,
      "end": 3854,
      "loc": {
        "start": {
          "line": 133,
          "column": 24
        },
        "end": {
          "line": 133,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3855,
      "end": 3859,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3859,
      "end": 3860,
      "loc": {
        "start": {
          "line": 133,
          "column": 30
        },
        "end": {
          "line": 133,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loc",
      "start": 3860,
      "end": 3863,
      "loc": {
        "start": {
          "line": 133,
          "column": 31
        },
        "end": {
          "line": 133,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3863,
      "end": 3864,
      "loc": {
        "start": {
          "line": 133,
          "column": 34
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCalendar",
      "start": 3864,
      "end": 3878,
      "loc": {
        "start": {
          "line": 133,
          "column": 35
        },
        "end": {
          "line": 133,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3878,
      "end": 3879,
      "loc": {
        "start": {
          "line": 133,
          "column": 49
        },
        "end": {
          "line": 133,
          "column": 50
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Where possible: http://cldr.unicode.org/translation/date-time#TOC-Stand-Alone-vs.-Format-Styles",
      "start": 3889,
      "end": 3987,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 3996,
      "end": 4002,
      "loc": {
        "start": {
          "line": 136,
          "column": 8
        },
        "end": {
          "line": 136,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4003,
      "end": 4004,
      "loc": {
        "start": {
          "line": 136,
          "column": 15
        },
        "end": {
          "line": 136,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 4004,
      "end": 4009,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4009,
      "end": 4010,
      "loc": {
        "start": {
          "line": 136,
          "column": 21
        },
        "end": {
          "line": 136,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4011,
      "end": 4012,
      "loc": {
        "start": {
          "line": 136,
          "column": 23
        },
        "end": {
          "line": 136,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ms",
      "start": 4023,
      "end": 4028,
      "loc": {
        "start": {
          "line": 137,
          "column": 10
        },
        "end": {
          "line": 137,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4039,
      "end": 4043,
      "loc": {
        "start": {
          "line": 138,
          "column": 10
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "S",
      "start": 4044,
      "end": 4047,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4047,
      "end": 4048,
      "loc": {
        "start": {
          "line": 138,
          "column": 18
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "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": 4061,
      "end": 4067,
      "loc": {
        "start": {
          "line": 139,
          "column": 12
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4068,
      "end": 4072,
      "loc": {
        "start": {
          "line": 139,
          "column": 19
        },
        "end": {
          "line": 139,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 139,
          "column": 23
        },
        "end": {
          "line": 139,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4073,
      "end": 4076,
      "loc": {
        "start": {
          "line": 139,
          "column": 24
        },
        "end": {
          "line": 139,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4076,
      "end": 4077,
      "loc": {
        "start": {
          "line": 139,
          "column": 27
        },
        "end": {
          "line": 139,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4077,
      "end": 4079,
      "loc": {
        "start": {
          "line": 139,
          "column": 28
        },
        "end": {
          "line": 139,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4079,
      "end": 4080,
      "loc": {
        "start": {
          "line": 139,
          "column": 30
        },
        "end": {
          "line": 139,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "millisecond",
      "start": 4080,
      "end": 4091,
      "loc": {
        "start": {
          "line": 139,
          "column": 31
        },
        "end": {
          "line": 139,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4091,
      "end": 4092,
      "loc": {
        "start": {
          "line": 139,
          "column": 42
        },
        "end": {
          "line": 139,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4092,
      "end": 4093,
      "loc": {
        "start": {
          "line": 139,
          "column": 43
        },
        "end": {
          "line": 139,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4104,
      "end": 4108,
      "loc": {
        "start": {
          "line": 140,
          "column": 10
        },
        "end": {
          "line": 140,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SSS",
      "start": 4109,
      "end": 4114,
      "loc": {
        "start": {
          "line": 140,
          "column": 15
        },
        "end": {
          "line": 140,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4114,
      "end": 4115,
      "loc": {
        "start": {
          "line": 140,
          "column": 20
        },
        "end": {
          "line": 140,
          "column": 21
        }
      }
    },
    {
      "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": 4128,
      "end": 4134,
      "loc": {
        "start": {
          "line": 141,
          "column": 12
        },
        "end": {
          "line": 141,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4135,
      "end": 4139,
      "loc": {
        "start": {
          "line": 141,
          "column": 19
        },
        "end": {
          "line": 141,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4139,
      "end": 4140,
      "loc": {
        "start": {
          "line": 141,
          "column": 23
        },
        "end": {
          "line": 141,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4140,
      "end": 4143,
      "loc": {
        "start": {
          "line": 141,
          "column": 24
        },
        "end": {
          "line": 141,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4143,
      "end": 4144,
      "loc": {
        "start": {
          "line": 141,
          "column": 27
        },
        "end": {
          "line": 141,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4144,
      "end": 4146,
      "loc": {
        "start": {
          "line": 141,
          "column": 28
        },
        "end": {
          "line": 141,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4146,
      "end": 4147,
      "loc": {
        "start": {
          "line": 141,
          "column": 30
        },
        "end": {
          "line": 141,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "millisecond",
      "start": 4147,
      "end": 4158,
      "loc": {
        "start": {
          "line": 141,
          "column": 31
        },
        "end": {
          "line": 141,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4158,
      "end": 4159,
      "loc": {
        "start": {
          "line": 141,
          "column": 42
        },
        "end": {
          "line": 141,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 4160,
      "end": 4161,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4161,
      "end": 4162,
      "loc": {
        "start": {
          "line": 141,
          "column": 45
        },
        "end": {
          "line": 141,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4162,
      "end": 4163,
      "loc": {
        "start": {
          "line": 141,
          "column": 46
        },
        "end": {
          "line": 141,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " seconds",
      "start": 4174,
      "end": 4184,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4195,
      "end": 4199,
      "loc": {
        "start": {
          "line": 143,
          "column": 10
        },
        "end": {
          "line": 143,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "s",
      "start": 4200,
      "end": 4203,
      "loc": {
        "start": {
          "line": 143,
          "column": 15
        },
        "end": {
          "line": 143,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4203,
      "end": 4204,
      "loc": {
        "start": {
          "line": 143,
          "column": 18
        },
        "end": {
          "line": 143,
          "column": 19
        }
      }
    },
    {
      "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": 4217,
      "end": 4223,
      "loc": {
        "start": {
          "line": 144,
          "column": 12
        },
        "end": {
          "line": 144,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4224,
      "end": 4228,
      "loc": {
        "start": {
          "line": 144,
          "column": 19
        },
        "end": {
          "line": 144,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4228,
      "end": 4229,
      "loc": {
        "start": {
          "line": 144,
          "column": 23
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4229,
      "end": 4232,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4232,
      "end": 4233,
      "loc": {
        "start": {
          "line": 144,
          "column": 27
        },
        "end": {
          "line": 144,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4233,
      "end": 4235,
      "loc": {
        "start": {
          "line": 144,
          "column": 28
        },
        "end": {
          "line": 144,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4235,
      "end": 4236,
      "loc": {
        "start": {
          "line": 144,
          "column": 30
        },
        "end": {
          "line": 144,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "second",
      "start": 4236,
      "end": 4242,
      "loc": {
        "start": {
          "line": 144,
          "column": 31
        },
        "end": {
          "line": 144,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4242,
      "end": 4243,
      "loc": {
        "start": {
          "line": 144,
          "column": 37
        },
        "end": {
          "line": 144,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 144,
          "column": 38
        },
        "end": {
          "line": 144,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4255,
      "end": 4259,
      "loc": {
        "start": {
          "line": 145,
          "column": 10
        },
        "end": {
          "line": 145,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ss",
      "start": 4260,
      "end": 4264,
      "loc": {
        "start": {
          "line": 145,
          "column": 15
        },
        "end": {
          "line": 145,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4264,
      "end": 4265,
      "loc": {
        "start": {
          "line": 145,
          "column": 19
        },
        "end": {
          "line": 145,
          "column": 20
        }
      }
    },
    {
      "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": 4278,
      "end": 4284,
      "loc": {
        "start": {
          "line": 146,
          "column": 12
        },
        "end": {
          "line": 146,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4285,
      "end": 4289,
      "loc": {
        "start": {
          "line": 146,
          "column": 19
        },
        "end": {
          "line": 146,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4289,
      "end": 4290,
      "loc": {
        "start": {
          "line": 146,
          "column": 23
        },
        "end": {
          "line": 146,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4290,
      "end": 4293,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4293,
      "end": 4294,
      "loc": {
        "start": {
          "line": 146,
          "column": 27
        },
        "end": {
          "line": 146,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4294,
      "end": 4296,
      "loc": {
        "start": {
          "line": 146,
          "column": 28
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4296,
      "end": 4297,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "second",
      "start": 4297,
      "end": 4303,
      "loc": {
        "start": {
          "line": 146,
          "column": 31
        },
        "end": {
          "line": 146,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 146,
          "column": 37
        },
        "end": {
          "line": 146,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4305,
      "end": 4306,
      "loc": {
        "start": {
          "line": 146,
          "column": 39
        },
        "end": {
          "line": 146,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4306,
      "end": 4307,
      "loc": {
        "start": {
          "line": 146,
          "column": 40
        },
        "end": {
          "line": 146,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4307,
      "end": 4308,
      "loc": {
        "start": {
          "line": 146,
          "column": 41
        },
        "end": {
          "line": 146,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " minutes",
      "start": 4319,
      "end": 4329,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4340,
      "end": 4344,
      "loc": {
        "start": {
          "line": 148,
          "column": 10
        },
        "end": {
          "line": 148,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "m",
      "start": 4345,
      "end": 4348,
      "loc": {
        "start": {
          "line": 148,
          "column": 15
        },
        "end": {
          "line": 148,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4348,
      "end": 4349,
      "loc": {
        "start": {
          "line": 148,
          "column": 18
        },
        "end": {
          "line": 148,
          "column": 19
        }
      }
    },
    {
      "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": 4362,
      "end": 4368,
      "loc": {
        "start": {
          "line": 149,
          "column": 12
        },
        "end": {
          "line": 149,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4369,
      "end": 4373,
      "loc": {
        "start": {
          "line": 149,
          "column": 19
        },
        "end": {
          "line": 149,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4373,
      "end": 4374,
      "loc": {
        "start": {
          "line": 149,
          "column": 23
        },
        "end": {
          "line": 149,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4374,
      "end": 4377,
      "loc": {
        "start": {
          "line": 149,
          "column": 24
        },
        "end": {
          "line": 149,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4377,
      "end": 4378,
      "loc": {
        "start": {
          "line": 149,
          "column": 27
        },
        "end": {
          "line": 149,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4378,
      "end": 4380,
      "loc": {
        "start": {
          "line": 149,
          "column": 28
        },
        "end": {
          "line": 149,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4380,
      "end": 4381,
      "loc": {
        "start": {
          "line": 149,
          "column": 30
        },
        "end": {
          "line": 149,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minute",
      "start": 4381,
      "end": 4387,
      "loc": {
        "start": {
          "line": 149,
          "column": 31
        },
        "end": {
          "line": 149,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4387,
      "end": 4388,
      "loc": {
        "start": {
          "line": 149,
          "column": 37
        },
        "end": {
          "line": 149,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4388,
      "end": 4389,
      "loc": {
        "start": {
          "line": 149,
          "column": 38
        },
        "end": {
          "line": 149,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4400,
      "end": 4404,
      "loc": {
        "start": {
          "line": 150,
          "column": 10
        },
        "end": {
          "line": 150,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mm",
      "start": 4405,
      "end": 4409,
      "loc": {
        "start": {
          "line": 150,
          "column": 15
        },
        "end": {
          "line": 150,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4409,
      "end": 4410,
      "loc": {
        "start": {
          "line": 150,
          "column": 19
        },
        "end": {
          "line": 150,
          "column": 20
        }
      }
    },
    {
      "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": 4423,
      "end": 4429,
      "loc": {
        "start": {
          "line": 151,
          "column": 12
        },
        "end": {
          "line": 151,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4430,
      "end": 4434,
      "loc": {
        "start": {
          "line": 151,
          "column": 19
        },
        "end": {
          "line": 151,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4434,
      "end": 4435,
      "loc": {
        "start": {
          "line": 151,
          "column": 23
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4435,
      "end": 4438,
      "loc": {
        "start": {
          "line": 151,
          "column": 24
        },
        "end": {
          "line": 151,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4438,
      "end": 4439,
      "loc": {
        "start": {
          "line": 151,
          "column": 27
        },
        "end": {
          "line": 151,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4439,
      "end": 4441,
      "loc": {
        "start": {
          "line": 151,
          "column": 28
        },
        "end": {
          "line": 151,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4441,
      "end": 4442,
      "loc": {
        "start": {
          "line": 151,
          "column": 30
        },
        "end": {
          "line": 151,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minute",
      "start": 4442,
      "end": 4448,
      "loc": {
        "start": {
          "line": 151,
          "column": 31
        },
        "end": {
          "line": 151,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4448,
      "end": 4449,
      "loc": {
        "start": {
          "line": 151,
          "column": 37
        },
        "end": {
          "line": 151,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4450,
      "end": 4451,
      "loc": {
        "start": {
          "line": 151,
          "column": 39
        },
        "end": {
          "line": 151,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4451,
      "end": 4452,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4452,
      "end": 4453,
      "loc": {
        "start": {
          "line": 151,
          "column": 41
        },
        "end": {
          "line": 151,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " hours",
      "start": 4464,
      "end": 4472,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4483,
      "end": 4487,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "h",
      "start": 4488,
      "end": 4491,
      "loc": {
        "start": {
          "line": 153,
          "column": 15
        },
        "end": {
          "line": 153,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4491,
      "end": 4492,
      "loc": {
        "start": {
          "line": 153,
          "column": 18
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "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": 4505,
      "end": 4511,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4512,
      "end": 4516,
      "loc": {
        "start": {
          "line": 154,
          "column": 19
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4516,
      "end": 4517,
      "loc": {
        "start": {
          "line": 154,
          "column": 23
        },
        "end": {
          "line": 154,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4517,
      "end": 4520,
      "loc": {
        "start": {
          "line": 154,
          "column": 24
        },
        "end": {
          "line": 154,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4520,
      "end": 4521,
      "loc": {
        "start": {
          "line": 154,
          "column": 27
        },
        "end": {
          "line": 154,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4521,
      "end": 4523,
      "loc": {
        "start": {
          "line": 154,
          "column": 28
        },
        "end": {
          "line": 154,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4523,
      "end": 4524,
      "loc": {
        "start": {
          "line": 154,
          "column": 30
        },
        "end": {
          "line": 154,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 4524,
      "end": 4528,
      "loc": {
        "start": {
          "line": 154,
          "column": 31
        },
        "end": {
          "line": 154,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4529,
      "end": 4532,
      "loc": {
        "start": {
          "line": 154,
          "column": 36
        },
        "end": {
          "line": 154,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 12,
      "start": 4533,
      "end": 4535,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4536,
      "end": 4537,
      "loc": {
        "start": {
          "line": 154,
          "column": 43
        },
        "end": {
          "line": 154,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 12,
      "start": 4538,
      "end": 4540,
      "loc": {
        "start": {
          "line": 154,
          "column": 45
        },
        "end": {
          "line": 154,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4541,
      "end": 4542,
      "loc": {
        "start": {
          "line": 154,
          "column": 48
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4543,
      "end": 4545,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4545,
      "end": 4546,
      "loc": {
        "start": {
          "line": 154,
          "column": 52
        },
        "end": {
          "line": 154,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 4546,
      "end": 4550,
      "loc": {
        "start": {
          "line": 154,
          "column": 53
        },
        "end": {
          "line": 154,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "%",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "%",
      "start": 4551,
      "end": 4552,
      "loc": {
        "start": {
          "line": 154,
          "column": 58
        },
        "end": {
          "line": 154,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 12,
      "start": 4553,
      "end": 4555,
      "loc": {
        "start": {
          "line": 154,
          "column": 60
        },
        "end": {
          "line": 154,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4555,
      "end": 4556,
      "loc": {
        "start": {
          "line": 154,
          "column": 62
        },
        "end": {
          "line": 154,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4556,
      "end": 4557,
      "loc": {
        "start": {
          "line": 154,
          "column": 63
        },
        "end": {
          "line": 154,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4568,
      "end": 4572,
      "loc": {
        "start": {
          "line": 155,
          "column": 10
        },
        "end": {
          "line": 155,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "hh",
      "start": 4573,
      "end": 4577,
      "loc": {
        "start": {
          "line": 155,
          "column": 15
        },
        "end": {
          "line": 155,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4577,
      "end": 4578,
      "loc": {
        "start": {
          "line": 155,
          "column": 19
        },
        "end": {
          "line": 155,
          "column": 20
        }
      }
    },
    {
      "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": 4591,
      "end": 4597,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4598,
      "end": 4602,
      "loc": {
        "start": {
          "line": 156,
          "column": 19
        },
        "end": {
          "line": 156,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4602,
      "end": 4603,
      "loc": {
        "start": {
          "line": 156,
          "column": 23
        },
        "end": {
          "line": 156,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4603,
      "end": 4606,
      "loc": {
        "start": {
          "line": 156,
          "column": 24
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4606,
      "end": 4607,
      "loc": {
        "start": {
          "line": 156,
          "column": 27
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4607,
      "end": 4609,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4609,
      "end": 4610,
      "loc": {
        "start": {
          "line": 156,
          "column": 30
        },
        "end": {
          "line": 156,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 4610,
      "end": 4614,
      "loc": {
        "start": {
          "line": 156,
          "column": 31
        },
        "end": {
          "line": 156,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4615,
      "end": 4618,
      "loc": {
        "start": {
          "line": 156,
          "column": 36
        },
        "end": {
          "line": 156,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 12,
      "start": 4619,
      "end": 4621,
      "loc": {
        "start": {
          "line": 156,
          "column": 40
        },
        "end": {
          "line": 156,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4622,
      "end": 4623,
      "loc": {
        "start": {
          "line": 156,
          "column": 43
        },
        "end": {
          "line": 156,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 12,
      "start": 4624,
      "end": 4626,
      "loc": {
        "start": {
          "line": 156,
          "column": 45
        },
        "end": {
          "line": 156,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4627,
      "end": 4628,
      "loc": {
        "start": {
          "line": 156,
          "column": 48
        },
        "end": {
          "line": 156,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4629,
      "end": 4631,
      "loc": {
        "start": {
          "line": 156,
          "column": 50
        },
        "end": {
          "line": 156,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4631,
      "end": 4632,
      "loc": {
        "start": {
          "line": 156,
          "column": 52
        },
        "end": {
          "line": 156,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 4632,
      "end": 4636,
      "loc": {
        "start": {
          "line": 156,
          "column": 53
        },
        "end": {
          "line": 156,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "%",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "%",
      "start": 4637,
      "end": 4638,
      "loc": {
        "start": {
          "line": 156,
          "column": 58
        },
        "end": {
          "line": 156,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 12,
      "start": 4639,
      "end": 4641,
      "loc": {
        "start": {
          "line": 156,
          "column": 60
        },
        "end": {
          "line": 156,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4641,
      "end": 4642,
      "loc": {
        "start": {
          "line": 156,
          "column": 62
        },
        "end": {
          "line": 156,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4643,
      "end": 4644,
      "loc": {
        "start": {
          "line": 156,
          "column": 64
        },
        "end": {
          "line": 156,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4644,
      "end": 4645,
      "loc": {
        "start": {
          "line": 156,
          "column": 65
        },
        "end": {
          "line": 156,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4645,
      "end": 4646,
      "loc": {
        "start": {
          "line": 156,
          "column": 66
        },
        "end": {
          "line": 156,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4657,
      "end": 4661,
      "loc": {
        "start": {
          "line": 157,
          "column": 10
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "H",
      "start": 4662,
      "end": 4665,
      "loc": {
        "start": {
          "line": 157,
          "column": 15
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 157,
          "column": 18
        },
        "end": {
          "line": 157,
          "column": 19
        }
      }
    },
    {
      "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": 4679,
      "end": 4685,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4686,
      "end": 4690,
      "loc": {
        "start": {
          "line": 158,
          "column": 19
        },
        "end": {
          "line": 158,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4690,
      "end": 4691,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4691,
      "end": 4694,
      "loc": {
        "start": {
          "line": 158,
          "column": 24
        },
        "end": {
          "line": 158,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4694,
      "end": 4695,
      "loc": {
        "start": {
          "line": 158,
          "column": 27
        },
        "end": {
          "line": 158,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4695,
      "end": 4697,
      "loc": {
        "start": {
          "line": 158,
          "column": 28
        },
        "end": {
          "line": 158,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4697,
      "end": 4698,
      "loc": {
        "start": {
          "line": 158,
          "column": 30
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 4698,
      "end": 4702,
      "loc": {
        "start": {
          "line": 158,
          "column": 31
        },
        "end": {
          "line": 158,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4702,
      "end": 4703,
      "loc": {
        "start": {
          "line": 158,
          "column": 35
        },
        "end": {
          "line": 158,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4703,
      "end": 4704,
      "loc": {
        "start": {
          "line": 158,
          "column": 36
        },
        "end": {
          "line": 158,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4715,
      "end": 4719,
      "loc": {
        "start": {
          "line": 159,
          "column": 10
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "HH",
      "start": 4720,
      "end": 4724,
      "loc": {
        "start": {
          "line": 159,
          "column": 15
        },
        "end": {
          "line": 159,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4724,
      "end": 4725,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 20
        }
      }
    },
    {
      "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": 4738,
      "end": 4744,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4745,
      "end": 4749,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4749,
      "end": 4750,
      "loc": {
        "start": {
          "line": 160,
          "column": 23
        },
        "end": {
          "line": 160,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 4750,
      "end": 4753,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 160,
          "column": 27
        },
        "end": {
          "line": 160,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 4754,
      "end": 4756,
      "loc": {
        "start": {
          "line": 160,
          "column": 28
        },
        "end": {
          "line": 160,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4756,
      "end": 4757,
      "loc": {
        "start": {
          "line": 160,
          "column": 30
        },
        "end": {
          "line": 160,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hour",
      "start": 4757,
      "end": 4761,
      "loc": {
        "start": {
          "line": 160,
          "column": 31
        },
        "end": {
          "line": 160,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4761,
      "end": 4762,
      "loc": {
        "start": {
          "line": 160,
          "column": 35
        },
        "end": {
          "line": 160,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4763,
      "end": 4764,
      "loc": {
        "start": {
          "line": 160,
          "column": 37
        },
        "end": {
          "line": 160,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4764,
      "end": 4765,
      "loc": {
        "start": {
          "line": 160,
          "column": 38
        },
        "end": {
          "line": 160,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4765,
      "end": 4766,
      "loc": {
        "start": {
          "line": 160,
          "column": 39
        },
        "end": {
          "line": 160,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " offset",
      "start": 4777,
      "end": 4786,
      "loc": {
        "start": {
          "line": 161,
          "column": 10
        },
        "end": {
          "line": 161,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4797,
      "end": 4801,
      "loc": {
        "start": {
          "line": 162,
          "column": 10
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Z",
      "start": 4802,
      "end": 4805,
      "loc": {
        "start": {
          "line": 162,
          "column": 15
        },
        "end": {
          "line": 162,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4805,
      "end": 4806,
      "loc": {
        "start": {
          "line": 162,
          "column": 18
        },
        "end": {
          "line": 162,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like +6",
      "start": 4819,
      "end": 4829,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 22
        }
      }
    },
    {
      "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": 4842,
      "end": 4848,
      "loc": {
        "start": {
          "line": 164,
          "column": 12
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOffset",
      "start": 4849,
      "end": 4861,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4861,
      "end": 4862,
      "loc": {
        "start": {
          "line": 164,
          "column": 31
        },
        "end": {
          "line": 164,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4862,
      "end": 4863,
      "loc": {
        "start": {
          "line": 164,
          "column": 32
        },
        "end": {
          "line": 164,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 4864,
      "end": 4870,
      "loc": {
        "start": {
          "line": 164,
          "column": 34
        },
        "end": {
          "line": 164,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4870,
      "end": 4871,
      "loc": {
        "start": {
          "line": 164,
          "column": 40
        },
        "end": {
          "line": 164,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 4872,
      "end": 4880,
      "loc": {
        "start": {
          "line": 164,
          "column": 42
        },
        "end": {
          "line": 164,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4880,
      "end": 4881,
      "loc": {
        "start": {
          "line": 164,
          "column": 50
        },
        "end": {
          "line": 164,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowZ",
      "start": 4882,
      "end": 4888,
      "loc": {
        "start": {
          "line": 164,
          "column": 52
        },
        "end": {
          "line": 164,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4888,
      "end": 4889,
      "loc": {
        "start": {
          "line": 164,
          "column": 58
        },
        "end": {
          "line": 164,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 4890,
      "end": 4894,
      "loc": {
        "start": {
          "line": 164,
          "column": 60
        },
        "end": {
          "line": 164,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4895,
      "end": 4896,
      "loc": {
        "start": {
          "line": 164,
          "column": 65
        },
        "end": {
          "line": 164,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4896,
      "end": 4897,
      "loc": {
        "start": {
          "line": 164,
          "column": 66
        },
        "end": {
          "line": 164,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4897,
      "end": 4898,
      "loc": {
        "start": {
          "line": 164,
          "column": 67
        },
        "end": {
          "line": 164,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4909,
      "end": 4913,
      "loc": {
        "start": {
          "line": 165,
          "column": 10
        },
        "end": {
          "line": 165,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ZZ",
      "start": 4914,
      "end": 4918,
      "loc": {
        "start": {
          "line": 165,
          "column": 15
        },
        "end": {
          "line": 165,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4918,
      "end": 4919,
      "loc": {
        "start": {
          "line": 165,
          "column": 19
        },
        "end": {
          "line": 165,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like +06:00",
      "start": 4932,
      "end": 4946,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4959,
      "end": 4965,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOffset",
      "start": 4966,
      "end": 4978,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4978,
      "end": 4979,
      "loc": {
        "start": {
          "line": 167,
          "column": 31
        },
        "end": {
          "line": 167,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 167,
          "column": 32
        },
        "end": {
          "line": 167,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 4981,
      "end": 4987,
      "loc": {
        "start": {
          "line": 167,
          "column": 34
        },
        "end": {
          "line": 167,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4987,
      "end": 4988,
      "loc": {
        "start": {
          "line": 167,
          "column": 40
        },
        "end": {
          "line": 167,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 4989,
      "end": 4996,
      "loc": {
        "start": {
          "line": 167,
          "column": 42
        },
        "end": {
          "line": 167,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4996,
      "end": 4997,
      "loc": {
        "start": {
          "line": 167,
          "column": 49
        },
        "end": {
          "line": 167,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowZ",
      "start": 4998,
      "end": 5004,
      "loc": {
        "start": {
          "line": 167,
          "column": 51
        },
        "end": {
          "line": 167,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5004,
      "end": 5005,
      "loc": {
        "start": {
          "line": 167,
          "column": 57
        },
        "end": {
          "line": 167,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5006,
      "end": 5010,
      "loc": {
        "start": {
          "line": 167,
          "column": 59
        },
        "end": {
          "line": 167,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5011,
      "end": 5012,
      "loc": {
        "start": {
          "line": 167,
          "column": 64
        },
        "end": {
          "line": 167,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5012,
      "end": 5013,
      "loc": {
        "start": {
          "line": 167,
          "column": 65
        },
        "end": {
          "line": 167,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5013,
      "end": 5014,
      "loc": {
        "start": {
          "line": 167,
          "column": 66
        },
        "end": {
          "line": 167,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5025,
      "end": 5029,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ZZZ",
      "start": 5030,
      "end": 5035,
      "loc": {
        "start": {
          "line": 168,
          "column": 15
        },
        "end": {
          "line": 168,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5035,
      "end": 5036,
      "loc": {
        "start": {
          "line": 168,
          "column": 20
        },
        "end": {
          "line": 168,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like +0600",
      "start": 5049,
      "end": 5062,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 25
        }
      }
    },
    {
      "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": 5075,
      "end": 5081,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatOffset",
      "start": 5082,
      "end": 5094,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5094,
      "end": 5095,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5095,
      "end": 5096,
      "loc": {
        "start": {
          "line": 170,
          "column": 32
        },
        "end": {
          "line": 170,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 5097,
      "end": 5103,
      "loc": {
        "start": {
          "line": 170,
          "column": 34
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5103,
      "end": 5104,
      "loc": {
        "start": {
          "line": 170,
          "column": 40
        },
        "end": {
          "line": 170,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "techie",
      "start": 5105,
      "end": 5113,
      "loc": {
        "start": {
          "line": 170,
          "column": 42
        },
        "end": {
          "line": 170,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 170,
          "column": 50
        },
        "end": {
          "line": 170,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowZ",
      "start": 5115,
      "end": 5121,
      "loc": {
        "start": {
          "line": 170,
          "column": 52
        },
        "end": {
          "line": 170,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5121,
      "end": 5122,
      "loc": {
        "start": {
          "line": 170,
          "column": 58
        },
        "end": {
          "line": 170,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 5123,
      "end": 5128,
      "loc": {
        "start": {
          "line": 170,
          "column": 60
        },
        "end": {
          "line": 170,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5129,
      "end": 5130,
      "loc": {
        "start": {
          "line": 170,
          "column": 66
        },
        "end": {
          "line": 170,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5130,
      "end": 5131,
      "loc": {
        "start": {
          "line": 170,
          "column": 67
        },
        "end": {
          "line": 170,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5131,
      "end": 5132,
      "loc": {
        "start": {
          "line": 170,
          "column": 68
        },
        "end": {
          "line": 170,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5143,
      "end": 5147,
      "loc": {
        "start": {
          "line": 171,
          "column": 10
        },
        "end": {
          "line": 171,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ZZZZ",
      "start": 5148,
      "end": 5154,
      "loc": {
        "start": {
          "line": 171,
          "column": 15
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5154,
      "end": 5155,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like EST",
      "start": 5168,
      "end": 5179,
      "loc": {
        "start": {
          "line": 172,
          "column": 12
        },
        "end": {
          "line": 172,
          "column": 23
        }
      }
    },
    {
      "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": 5192,
      "end": 5198,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 5199,
      "end": 5201,
      "loc": {
        "start": {
          "line": 173,
          "column": 19
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5201,
      "end": 5202,
      "loc": {
        "start": {
          "line": 173,
          "column": 21
        },
        "end": {
          "line": 173,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offsetNameShort",
      "start": 5202,
      "end": 5217,
      "loc": {
        "start": {
          "line": 173,
          "column": 22
        },
        "end": {
          "line": 173,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5217,
      "end": 5218,
      "loc": {
        "start": {
          "line": 173,
          "column": 37
        },
        "end": {
          "line": 173,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5229,
      "end": 5233,
      "loc": {
        "start": {
          "line": 174,
          "column": 10
        },
        "end": {
          "line": 174,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ZZZZZ",
      "start": 5234,
      "end": 5241,
      "loc": {
        "start": {
          "line": 174,
          "column": 15
        },
        "end": {
          "line": 174,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5241,
      "end": 5242,
      "loc": {
        "start": {
          "line": 174,
          "column": 22
        },
        "end": {
          "line": 174,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Eastern Standard Time",
      "start": 5255,
      "end": 5284,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5297,
      "end": 5303,
      "loc": {
        "start": {
          "line": 176,
          "column": 12
        },
        "end": {
          "line": 176,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 5304,
      "end": 5306,
      "loc": {
        "start": {
          "line": 176,
          "column": 19
        },
        "end": {
          "line": 176,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5306,
      "end": 5307,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offsetNameLong",
      "start": 5307,
      "end": 5321,
      "loc": {
        "start": {
          "line": 176,
          "column": 22
        },
        "end": {
          "line": 176,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5321,
      "end": 5322,
      "loc": {
        "start": {
          "line": 176,
          "column": 36
        },
        "end": {
          "line": 176,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " zone",
      "start": 5333,
      "end": 5340,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5351,
      "end": 5355,
      "loc": {
        "start": {
          "line": 178,
          "column": 10
        },
        "end": {
          "line": 178,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "z",
      "start": 5356,
      "end": 5359,
      "loc": {
        "start": {
          "line": 178,
          "column": 15
        },
        "end": {
          "line": 178,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5359,
      "end": 5360,
      "loc": {
        "start": {
          "line": 178,
          "column": 18
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "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": 5373,
      "end": 5379,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 5380,
      "end": 5382,
      "loc": {
        "start": {
          "line": 179,
          "column": 19
        },
        "end": {
          "line": 179,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5382,
      "end": 5383,
      "loc": {
        "start": {
          "line": 179,
          "column": 21
        },
        "end": {
          "line": 179,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zoneName",
      "start": 5383,
      "end": 5391,
      "loc": {
        "start": {
          "line": 179,
          "column": 22
        },
        "end": {
          "line": 179,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5391,
      "end": 5392,
      "loc": {
        "start": {
          "line": 179,
          "column": 30
        },
        "end": {
          "line": 179,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like America/New_York",
      "start": 5403,
      "end": 5427,
      "loc": {
        "start": {
          "line": 180,
          "column": 10
        },
        "end": {
          "line": 180,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " meridiems",
      "start": 5438,
      "end": 5450,
      "loc": {
        "start": {
          "line": 181,
          "column": 10
        },
        "end": {
          "line": 181,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5461,
      "end": 5465,
      "loc": {
        "start": {
          "line": 182,
          "column": 10
        },
        "end": {
          "line": 182,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "a",
      "start": 5466,
      "end": 5469,
      "loc": {
        "start": {
          "line": 182,
          "column": 15
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5469,
      "end": 5470,
      "loc": {
        "start": {
          "line": 182,
          "column": 18
        },
        "end": {
          "line": 182,
          "column": 19
        }
      }
    },
    {
      "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": 5483,
      "end": 5489,
      "loc": {
        "start": {
          "line": 183,
          "column": 12
        },
        "end": {
          "line": 183,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "meridiem",
      "start": 5490,
      "end": 5498,
      "loc": {
        "start": {
          "line": 183,
          "column": 19
        },
        "end": {
          "line": 183,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5498,
      "end": 5499,
      "loc": {
        "start": {
          "line": 183,
          "column": 27
        },
        "end": {
          "line": 183,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5499,
      "end": 5500,
      "loc": {
        "start": {
          "line": 183,
          "column": 28
        },
        "end": {
          "line": 183,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5500,
      "end": 5501,
      "loc": {
        "start": {
          "line": 183,
          "column": 29
        },
        "end": {
          "line": 183,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " dates",
      "start": 5512,
      "end": 5520,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5531,
      "end": 5535,
      "loc": {
        "start": {
          "line": 185,
          "column": 10
        },
        "end": {
          "line": 185,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "d",
      "start": 5536,
      "end": 5539,
      "loc": {
        "start": {
          "line": 185,
          "column": 15
        },
        "end": {
          "line": 185,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5539,
      "end": 5540,
      "loc": {
        "start": {
          "line": 185,
          "column": 18
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "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": 5553,
      "end": 5559,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 5560,
      "end": 5569,
      "loc": {
        "start": {
          "line": 186,
          "column": 19
        },
        "end": {
          "line": 186,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5570,
      "end": 5571,
      "loc": {
        "start": {
          "line": 186,
          "column": 29
        },
        "end": {
          "line": 186,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 5572,
      "end": 5578,
      "loc": {
        "start": {
          "line": 186,
          "column": 31
        },
        "end": {
          "line": 186,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5578,
      "end": 5579,
      "loc": {
        "start": {
          "line": 186,
          "column": 37
        },
        "end": {
          "line": 186,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5579,
      "end": 5580,
      "loc": {
        "start": {
          "line": 186,
          "column": 38
        },
        "end": {
          "line": 186,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 5581,
      "end": 5584,
      "loc": {
        "start": {
          "line": 186,
          "column": 40
        },
        "end": {
          "line": 186,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5584,
      "end": 5585,
      "loc": {
        "start": {
          "line": 186,
          "column": 43
        },
        "end": {
          "line": 186,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 5586,
      "end": 5595,
      "loc": {
        "start": {
          "line": 186,
          "column": 45
        },
        "end": {
          "line": 186,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5596,
      "end": 5597,
      "loc": {
        "start": {
          "line": 186,
          "column": 55
        },
        "end": {
          "line": 186,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5597,
      "end": 5598,
      "loc": {
        "start": {
          "line": 186,
          "column": 56
        },
        "end": {
          "line": 186,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "day",
      "start": 5599,
      "end": 5604,
      "loc": {
        "start": {
          "line": 186,
          "column": 58
        },
        "end": {
          "line": 186,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5604,
      "end": 5605,
      "loc": {
        "start": {
          "line": 186,
          "column": 63
        },
        "end": {
          "line": 186,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5606,
      "end": 5607,
      "loc": {
        "start": {
          "line": 186,
          "column": 65
        },
        "end": {
          "line": 186,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5608,
      "end": 5612,
      "loc": {
        "start": {
          "line": 186,
          "column": 67
        },
        "end": {
          "line": 186,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5612,
      "end": 5613,
      "loc": {
        "start": {
          "line": 186,
          "column": 71
        },
        "end": {
          "line": 186,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 5613,
      "end": 5616,
      "loc": {
        "start": {
          "line": 186,
          "column": 72
        },
        "end": {
          "line": 186,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 186,
          "column": 75
        },
        "end": {
          "line": 186,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 5617,
      "end": 5619,
      "loc": {
        "start": {
          "line": 186,
          "column": 76
        },
        "end": {
          "line": 186,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5619,
      "end": 5620,
      "loc": {
        "start": {
          "line": 186,
          "column": 78
        },
        "end": {
          "line": 186,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 5620,
      "end": 5623,
      "loc": {
        "start": {
          "line": 186,
          "column": 79
        },
        "end": {
          "line": 186,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5623,
      "end": 5624,
      "loc": {
        "start": {
          "line": 186,
          "column": 82
        },
        "end": {
          "line": 186,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5624,
      "end": 5625,
      "loc": {
        "start": {
          "line": 186,
          "column": 83
        },
        "end": {
          "line": 186,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5636,
      "end": 5640,
      "loc": {
        "start": {
          "line": 187,
          "column": 10
        },
        "end": {
          "line": 187,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dd",
      "start": 5641,
      "end": 5645,
      "loc": {
        "start": {
          "line": 187,
          "column": 15
        },
        "end": {
          "line": 187,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5645,
      "end": 5646,
      "loc": {
        "start": {
          "line": 187,
          "column": 19
        },
        "end": {
          "line": 187,
          "column": 20
        }
      }
    },
    {
      "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": 5659,
      "end": 5665,
      "loc": {
        "start": {
          "line": 188,
          "column": 12
        },
        "end": {
          "line": 188,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 5666,
      "end": 5675,
      "loc": {
        "start": {
          "line": 188,
          "column": 19
        },
        "end": {
          "line": 188,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5676,
      "end": 5677,
      "loc": {
        "start": {
          "line": 188,
          "column": 29
        },
        "end": {
          "line": 188,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 5678,
      "end": 5684,
      "loc": {
        "start": {
          "line": 188,
          "column": 31
        },
        "end": {
          "line": 188,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5684,
      "end": 5685,
      "loc": {
        "start": {
          "line": 188,
          "column": 37
        },
        "end": {
          "line": 188,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5685,
      "end": 5686,
      "loc": {
        "start": {
          "line": 188,
          "column": 38
        },
        "end": {
          "line": 188,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 5687,
      "end": 5690,
      "loc": {
        "start": {
          "line": 188,
          "column": 40
        },
        "end": {
          "line": 188,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5690,
      "end": 5691,
      "loc": {
        "start": {
          "line": 188,
          "column": 43
        },
        "end": {
          "line": 188,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2-digit",
      "start": 5692,
      "end": 5701,
      "loc": {
        "start": {
          "line": 188,
          "column": 45
        },
        "end": {
          "line": 188,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5702,
      "end": 5703,
      "loc": {
        "start": {
          "line": 188,
          "column": 55
        },
        "end": {
          "line": 188,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5703,
      "end": 5704,
      "loc": {
        "start": {
          "line": 188,
          "column": 56
        },
        "end": {
          "line": 188,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "day",
      "start": 5705,
      "end": 5710,
      "loc": {
        "start": {
          "line": 188,
          "column": 58
        },
        "end": {
          "line": 188,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5710,
      "end": 5711,
      "loc": {
        "start": {
          "line": 188,
          "column": 63
        },
        "end": {
          "line": 188,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5712,
      "end": 5713,
      "loc": {
        "start": {
          "line": 188,
          "column": 65
        },
        "end": {
          "line": 188,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5714,
      "end": 5718,
      "loc": {
        "start": {
          "line": 188,
          "column": 67
        },
        "end": {
          "line": 188,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5718,
      "end": 5719,
      "loc": {
        "start": {
          "line": 188,
          "column": 71
        },
        "end": {
          "line": 188,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 5719,
      "end": 5722,
      "loc": {
        "start": {
          "line": 188,
          "column": 72
        },
        "end": {
          "line": 188,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5722,
      "end": 5723,
      "loc": {
        "start": {
          "line": 188,
          "column": 75
        },
        "end": {
          "line": 188,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 5723,
      "end": 5725,
      "loc": {
        "start": {
          "line": 188,
          "column": 76
        },
        "end": {
          "line": 188,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5725,
      "end": 5726,
      "loc": {
        "start": {
          "line": 188,
          "column": 78
        },
        "end": {
          "line": 188,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 5726,
      "end": 5729,
      "loc": {
        "start": {
          "line": 188,
          "column": 79
        },
        "end": {
          "line": 188,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5729,
      "end": 5730,
      "loc": {
        "start": {
          "line": 188,
          "column": 82
        },
        "end": {
          "line": 188,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5731,
      "end": 5732,
      "loc": {
        "start": {
          "line": 188,
          "column": 84
        },
        "end": {
          "line": 188,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5732,
      "end": 5733,
      "loc": {
        "start": {
          "line": 188,
          "column": 85
        },
        "end": {
          "line": 188,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5733,
      "end": 5734,
      "loc": {
        "start": {
          "line": 188,
          "column": 86
        },
        "end": {
          "line": 188,
          "column": 87
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " weekdays - standalone",
      "start": 5745,
      "end": 5769,
      "loc": {
        "start": {
          "line": 189,
          "column": 10
        },
        "end": {
          "line": 189,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5780,
      "end": 5784,
      "loc": {
        "start": {
          "line": 190,
          "column": 10
        },
        "end": {
          "line": 190,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "c",
      "start": 5785,
      "end": 5788,
      "loc": {
        "start": {
          "line": 190,
          "column": 15
        },
        "end": {
          "line": 190,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5788,
      "end": 5789,
      "loc": {
        "start": {
          "line": 190,
          "column": 18
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 5802,
      "end": 5811,
      "loc": {
        "start": {
          "line": 191,
          "column": 12
        },
        "end": {
          "line": 191,
          "column": 21
        }
      }
    },
    {
      "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": 5824,
      "end": 5830,
      "loc": {
        "start": {
          "line": 192,
          "column": 12
        },
        "end": {
          "line": 192,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5831,
      "end": 5835,
      "loc": {
        "start": {
          "line": 192,
          "column": 19
        },
        "end": {
          "line": 192,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5835,
      "end": 5836,
      "loc": {
        "start": {
          "line": 192,
          "column": 23
        },
        "end": {
          "line": 192,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 5836,
      "end": 5839,
      "loc": {
        "start": {
          "line": 192,
          "column": 24
        },
        "end": {
          "line": 192,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 192,
          "column": 27
        },
        "end": {
          "line": 192,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 5840,
      "end": 5842,
      "loc": {
        "start": {
          "line": 192,
          "column": 28
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5842,
      "end": 5843,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 5843,
      "end": 5850,
      "loc": {
        "start": {
          "line": 192,
          "column": 31
        },
        "end": {
          "line": 192,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5850,
      "end": 5851,
      "loc": {
        "start": {
          "line": 192,
          "column": 38
        },
        "end": {
          "line": 192,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5851,
      "end": 5852,
      "loc": {
        "start": {
          "line": 192,
          "column": 39
        },
        "end": {
          "line": 192,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5863,
      "end": 5867,
      "loc": {
        "start": {
          "line": 193,
          "column": 10
        },
        "end": {
          "line": 193,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ccc",
      "start": 5868,
      "end": 5873,
      "loc": {
        "start": {
          "line": 193,
          "column": 15
        },
        "end": {
          "line": 193,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5873,
      "end": 5874,
      "loc": {
        "start": {
          "line": 193,
          "column": 20
        },
        "end": {
          "line": 193,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tues'",
      "start": 5887,
      "end": 5901,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5914,
      "end": 5920,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 5921,
      "end": 5928,
      "loc": {
        "start": {
          "line": 195,
          "column": 19
        },
        "end": {
          "line": 195,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5928,
      "end": 5929,
      "loc": {
        "start": {
          "line": 195,
          "column": 26
        },
        "end": {
          "line": 195,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 5929,
      "end": 5936,
      "loc": {
        "start": {
          "line": 195,
          "column": 27
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5936,
      "end": 5937,
      "loc": {
        "start": {
          "line": 195,
          "column": 34
        },
        "end": {
          "line": 195,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5938,
      "end": 5942,
      "loc": {
        "start": {
          "line": 195,
          "column": 36
        },
        "end": {
          "line": 195,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5942,
      "end": 5943,
      "loc": {
        "start": {
          "line": 195,
          "column": 40
        },
        "end": {
          "line": 195,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5943,
      "end": 5944,
      "loc": {
        "start": {
          "line": 195,
          "column": 41
        },
        "end": {
          "line": 195,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5955,
      "end": 5959,
      "loc": {
        "start": {
          "line": 196,
          "column": 10
        },
        "end": {
          "line": 196,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cccc",
      "start": 5960,
      "end": 5966,
      "loc": {
        "start": {
          "line": 196,
          "column": 15
        },
        "end": {
          "line": 196,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5966,
      "end": 5967,
      "loc": {
        "start": {
          "line": 196,
          "column": 21
        },
        "end": {
          "line": 196,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tuesday'",
      "start": 5980,
      "end": 5997,
      "loc": {
        "start": {
          "line": 197,
          "column": 12
        },
        "end": {
          "line": 197,
          "column": 29
        }
      }
    },
    {
      "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": 6010,
      "end": 6016,
      "loc": {
        "start": {
          "line": 198,
          "column": 12
        },
        "end": {
          "line": 198,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 6017,
      "end": 6024,
      "loc": {
        "start": {
          "line": 198,
          "column": 19
        },
        "end": {
          "line": 198,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6024,
      "end": 6025,
      "loc": {
        "start": {
          "line": 198,
          "column": 26
        },
        "end": {
          "line": 198,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "long",
      "start": 6025,
      "end": 6031,
      "loc": {
        "start": {
          "line": 198,
          "column": 27
        },
        "end": {
          "line": 198,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6031,
      "end": 6032,
      "loc": {
        "start": {
          "line": 198,
          "column": 33
        },
        "end": {
          "line": 198,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 6033,
      "end": 6037,
      "loc": {
        "start": {
          "line": 198,
          "column": 35
        },
        "end": {
          "line": 198,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6037,
      "end": 6038,
      "loc": {
        "start": {
          "line": 198,
          "column": 39
        },
        "end": {
          "line": 198,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6038,
      "end": 6039,
      "loc": {
        "start": {
          "line": 198,
          "column": 40
        },
        "end": {
          "line": 198,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6050,
      "end": 6054,
      "loc": {
        "start": {
          "line": 199,
          "column": 10
        },
        "end": {
          "line": 199,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ccccc",
      "start": 6055,
      "end": 6062,
      "loc": {
        "start": {
          "line": 199,
          "column": 15
        },
        "end": {
          "line": 199,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6062,
      "end": 6063,
      "loc": {
        "start": {
          "line": 199,
          "column": 22
        },
        "end": {
          "line": 199,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'T'",
      "start": 6076,
      "end": 6087,
      "loc": {
        "start": {
          "line": 200,
          "column": 12
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "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": 6100,
      "end": 6106,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 6107,
      "end": 6114,
      "loc": {
        "start": {
          "line": 201,
          "column": 19
        },
        "end": {
          "line": 201,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6114,
      "end": 6115,
      "loc": {
        "start": {
          "line": 201,
          "column": 26
        },
        "end": {
          "line": 201,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 6115,
      "end": 6123,
      "loc": {
        "start": {
          "line": 201,
          "column": 27
        },
        "end": {
          "line": 201,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6123,
      "end": 6124,
      "loc": {
        "start": {
          "line": 201,
          "column": 35
        },
        "end": {
          "line": 201,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 6125,
      "end": 6129,
      "loc": {
        "start": {
          "line": 201,
          "column": 37
        },
        "end": {
          "line": 201,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6129,
      "end": 6130,
      "loc": {
        "start": {
          "line": 201,
          "column": 41
        },
        "end": {
          "line": 201,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6130,
      "end": 6131,
      "loc": {
        "start": {
          "line": 201,
          "column": 42
        },
        "end": {
          "line": 201,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " weekdays - format",
      "start": 6142,
      "end": 6162,
      "loc": {
        "start": {
          "line": 202,
          "column": 10
        },
        "end": {
          "line": 202,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6173,
      "end": 6177,
      "loc": {
        "start": {
          "line": 203,
          "column": 10
        },
        "end": {
          "line": 203,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "E",
      "start": 6178,
      "end": 6181,
      "loc": {
        "start": {
          "line": 203,
          "column": 15
        },
        "end": {
          "line": 203,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6181,
      "end": 6182,
      "loc": {
        "start": {
          "line": 203,
          "column": 18
        },
        "end": {
          "line": 203,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 6195,
      "end": 6204,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 21
        }
      }
    },
    {
      "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": 6217,
      "end": 6223,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6224,
      "end": 6228,
      "loc": {
        "start": {
          "line": 205,
          "column": 19
        },
        "end": {
          "line": 205,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6228,
      "end": 6229,
      "loc": {
        "start": {
          "line": 205,
          "column": 23
        },
        "end": {
          "line": 205,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 6229,
      "end": 6232,
      "loc": {
        "start": {
          "line": 205,
          "column": 24
        },
        "end": {
          "line": 205,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6232,
      "end": 6233,
      "loc": {
        "start": {
          "line": 205,
          "column": 27
        },
        "end": {
          "line": 205,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 6233,
      "end": 6235,
      "loc": {
        "start": {
          "line": 205,
          "column": 28
        },
        "end": {
          "line": 205,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6235,
      "end": 6236,
      "loc": {
        "start": {
          "line": 205,
          "column": 30
        },
        "end": {
          "line": 205,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 6236,
      "end": 6243,
      "loc": {
        "start": {
          "line": 205,
          "column": 31
        },
        "end": {
          "line": 205,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6243,
      "end": 6244,
      "loc": {
        "start": {
          "line": 205,
          "column": 38
        },
        "end": {
          "line": 205,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 205,
          "column": 39
        },
        "end": {
          "line": 205,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6256,
      "end": 6260,
      "loc": {
        "start": {
          "line": 206,
          "column": 10
        },
        "end": {
          "line": 206,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EEE",
      "start": 6261,
      "end": 6266,
      "loc": {
        "start": {
          "line": 206,
          "column": 15
        },
        "end": {
          "line": 206,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6266,
      "end": 6267,
      "loc": {
        "start": {
          "line": 206,
          "column": 20
        },
        "end": {
          "line": 206,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tues'",
      "start": 6280,
      "end": 6294,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6307,
      "end": 6313,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 6314,
      "end": 6321,
      "loc": {
        "start": {
          "line": 208,
          "column": 19
        },
        "end": {
          "line": 208,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6321,
      "end": 6322,
      "loc": {
        "start": {
          "line": 208,
          "column": 26
        },
        "end": {
          "line": 208,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 6322,
      "end": 6329,
      "loc": {
        "start": {
          "line": 208,
          "column": 27
        },
        "end": {
          "line": 208,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6329,
      "end": 6330,
      "loc": {
        "start": {
          "line": 208,
          "column": 34
        },
        "end": {
          "line": 208,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 6331,
      "end": 6336,
      "loc": {
        "start": {
          "line": 208,
          "column": 36
        },
        "end": {
          "line": 208,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6336,
      "end": 6337,
      "loc": {
        "start": {
          "line": 208,
          "column": 41
        },
        "end": {
          "line": 208,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6337,
      "end": 6338,
      "loc": {
        "start": {
          "line": 208,
          "column": 42
        },
        "end": {
          "line": 208,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6349,
      "end": 6353,
      "loc": {
        "start": {
          "line": 209,
          "column": 10
        },
        "end": {
          "line": 209,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EEEE",
      "start": 6354,
      "end": 6360,
      "loc": {
        "start": {
          "line": 209,
          "column": 15
        },
        "end": {
          "line": 209,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6360,
      "end": 6361,
      "loc": {
        "start": {
          "line": 209,
          "column": 21
        },
        "end": {
          "line": 209,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'Tuesday'",
      "start": 6374,
      "end": 6391,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 29
        }
      }
    },
    {
      "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": 6404,
      "end": 6410,
      "loc": {
        "start": {
          "line": 211,
          "column": 12
        },
        "end": {
          "line": 211,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 6411,
      "end": 6418,
      "loc": {
        "start": {
          "line": 211,
          "column": 19
        },
        "end": {
          "line": 211,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6418,
      "end": 6419,
      "loc": {
        "start": {
          "line": 211,
          "column": 26
        },
        "end": {
          "line": 211,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "long",
      "start": 6419,
      "end": 6425,
      "loc": {
        "start": {
          "line": 211,
          "column": 27
        },
        "end": {
          "line": 211,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6425,
      "end": 6426,
      "loc": {
        "start": {
          "line": 211,
          "column": 33
        },
        "end": {
          "line": 211,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 6427,
      "end": 6432,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6432,
      "end": 6433,
      "loc": {
        "start": {
          "line": 211,
          "column": 40
        },
        "end": {
          "line": 211,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6433,
      "end": 6434,
      "loc": {
        "start": {
          "line": 211,
          "column": 41
        },
        "end": {
          "line": 211,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6445,
      "end": 6449,
      "loc": {
        "start": {
          "line": 212,
          "column": 10
        },
        "end": {
          "line": 212,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EEEEE",
      "start": 6450,
      "end": 6457,
      "loc": {
        "start": {
          "line": 212,
          "column": 15
        },
        "end": {
          "line": 212,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6457,
      "end": 6458,
      "loc": {
        "start": {
          "line": 212,
          "column": 22
        },
        "end": {
          "line": 212,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 'T'",
      "start": 6471,
      "end": 6482,
      "loc": {
        "start": {
          "line": 213,
          "column": 12
        },
        "end": {
          "line": 213,
          "column": 23
        }
      }
    },
    {
      "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": 6495,
      "end": 6501,
      "loc": {
        "start": {
          "line": 214,
          "column": 12
        },
        "end": {
          "line": 214,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekday",
      "start": 6502,
      "end": 6509,
      "loc": {
        "start": {
          "line": 214,
          "column": 19
        },
        "end": {
          "line": 214,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6509,
      "end": 6510,
      "loc": {
        "start": {
          "line": 214,
          "column": 26
        },
        "end": {
          "line": 214,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 6510,
      "end": 6518,
      "loc": {
        "start": {
          "line": 214,
          "column": 27
        },
        "end": {
          "line": 214,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6518,
      "end": 6519,
      "loc": {
        "start": {
          "line": 214,
          "column": 35
        },
        "end": {
          "line": 214,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 6520,
      "end": 6525,
      "loc": {
        "start": {
          "line": 214,
          "column": 37
        },
        "end": {
          "line": 214,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6525,
      "end": 6526,
      "loc": {
        "start": {
          "line": 214,
          "column": 42
        },
        "end": {
          "line": 214,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6526,
      "end": 6527,
      "loc": {
        "start": {
          "line": 214,
          "column": 43
        },
        "end": {
          "line": 214,
          "column": 44
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " months - standalone",
      "start": 6538,
      "end": 6560,
      "loc": {
        "start": {
          "line": 215,
          "column": 10
        },
        "end": {
          "line": 215,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6571,
      "end": 6575,
      "loc": {
        "start": {
          "line": 216,
          "column": 10
        },
        "end": {
          "line": 216,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "L",
      "start": 6576,
      "end": 6579,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6579,
      "end": 6580,
      "loc": {
        "start": {
          "line": 216,
          "column": 18
        },
        "end": {
          "line": 216,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 6593,
      "end": 6602,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 21
        }
      }
    },
    {
      "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": 6615,
      "end": 6621,
      "loc": {
        "start": {
          "line": 218,
          "column": 12
        },
        "end": {
          "line": 218,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 6622,
      "end": 6631,
      "loc": {
        "start": {
          "line": 218,
          "column": 19
        },
        "end": {
          "line": 218,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6646,
      "end": 6647,
      "loc": {
        "start": {
          "line": 219,
          "column": 14
        },
        "end": {
          "line": 219,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 6648,
      "end": 6654,
      "loc": {
        "start": {
          "line": 219,
          "column": 16
        },
        "end": {
          "line": 219,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6654,
      "end": 6655,
      "loc": {
        "start": {
          "line": 219,
          "column": 22
        },
        "end": {
          "line": 219,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 219,
          "column": 23
        },
        "end": {
          "line": 219,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 6657,
      "end": 6662,
      "loc": {
        "start": {
          "line": 219,
          "column": 25
        },
        "end": {
          "line": 219,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6662,
      "end": 6663,
      "loc": {
        "start": {
          "line": 219,
          "column": 30
        },
        "end": {
          "line": 219,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 6664,
      "end": 6673,
      "loc": {
        "start": {
          "line": 219,
          "column": 32
        },
        "end": {
          "line": 219,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6673,
      "end": 6674,
      "loc": {
        "start": {
          "line": 219,
          "column": 41
        },
        "end": {
          "line": 219,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 6675,
      "end": 6678,
      "loc": {
        "start": {
          "line": 219,
          "column": 43
        },
        "end": {
          "line": 219,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6678,
      "end": 6679,
      "loc": {
        "start": {
          "line": 219,
          "column": 46
        },
        "end": {
          "line": 219,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 6680,
      "end": 6689,
      "loc": {
        "start": {
          "line": 219,
          "column": 48
        },
        "end": {
          "line": 219,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6690,
      "end": 6691,
      "loc": {
        "start": {
          "line": 219,
          "column": 58
        },
        "end": {
          "line": 219,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6691,
      "end": 6692,
      "loc": {
        "start": {
          "line": 219,
          "column": 59
        },
        "end": {
          "line": 219,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "month",
      "start": 6693,
      "end": 6700,
      "loc": {
        "start": {
          "line": 219,
          "column": 61
        },
        "end": {
          "line": 219,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6700,
      "end": 6701,
      "loc": {
        "start": {
          "line": 219,
          "column": 68
        },
        "end": {
          "line": 219,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6716,
      "end": 6717,
      "loc": {
        "start": {
          "line": 220,
          "column": 14
        },
        "end": {
          "line": 220,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6718,
      "end": 6722,
      "loc": {
        "start": {
          "line": 220,
          "column": 16
        },
        "end": {
          "line": 220,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6722,
      "end": 6723,
      "loc": {
        "start": {
          "line": 220,
          "column": 20
        },
        "end": {
          "line": 220,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 6723,
      "end": 6726,
      "loc": {
        "start": {
          "line": 220,
          "column": 21
        },
        "end": {
          "line": 220,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6726,
      "end": 6727,
      "loc": {
        "start": {
          "line": 220,
          "column": 24
        },
        "end": {
          "line": 220,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 6727,
      "end": 6729,
      "loc": {
        "start": {
          "line": 220,
          "column": 25
        },
        "end": {
          "line": 220,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6729,
      "end": 6730,
      "loc": {
        "start": {
          "line": 220,
          "column": 27
        },
        "end": {
          "line": 220,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 6730,
      "end": 6735,
      "loc": {
        "start": {
          "line": 220,
          "column": 28
        },
        "end": {
          "line": 220,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6735,
      "end": 6736,
      "loc": {
        "start": {
          "line": 220,
          "column": 33
        },
        "end": {
          "line": 220,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6736,
      "end": 6737,
      "loc": {
        "start": {
          "line": 220,
          "column": 34
        },
        "end": {
          "line": 220,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6748,
      "end": 6752,
      "loc": {
        "start": {
          "line": 221,
          "column": 10
        },
        "end": {
          "line": 221,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "LL",
      "start": 6753,
      "end": 6757,
      "loc": {
        "start": {
          "line": 221,
          "column": 15
        },
        "end": {
          "line": 221,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6757,
      "end": 6758,
      "loc": {
        "start": {
          "line": 221,
          "column": 19
        },
        "end": {
          "line": 221,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 01, doesn't seem to work",
      "start": 6771,
      "end": 6803,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 44
        }
      }
    },
    {
      "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": 6816,
      "end": 6822,
      "loc": {
        "start": {
          "line": 223,
          "column": 12
        },
        "end": {
          "line": 223,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 6823,
      "end": 6832,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6847,
      "end": 6848,
      "loc": {
        "start": {
          "line": 224,
          "column": 14
        },
        "end": {
          "line": 224,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 6849,
      "end": 6855,
      "loc": {
        "start": {
          "line": 224,
          "column": 16
        },
        "end": {
          "line": 224,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6855,
      "end": 6856,
      "loc": {
        "start": {
          "line": 224,
          "column": 22
        },
        "end": {
          "line": 224,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6856,
      "end": 6857,
      "loc": {
        "start": {
          "line": 224,
          "column": 23
        },
        "end": {
          "line": 224,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 6858,
      "end": 6863,
      "loc": {
        "start": {
          "line": 224,
          "column": 25
        },
        "end": {
          "line": 224,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6863,
      "end": 6864,
      "loc": {
        "start": {
          "line": 224,
          "column": 30
        },
        "end": {
          "line": 224,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2-digit",
      "start": 6865,
      "end": 6874,
      "loc": {
        "start": {
          "line": 224,
          "column": 32
        },
        "end": {
          "line": 224,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6874,
      "end": 6875,
      "loc": {
        "start": {
          "line": 224,
          "column": 41
        },
        "end": {
          "line": 224,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "day",
      "start": 6876,
      "end": 6879,
      "loc": {
        "start": {
          "line": 224,
          "column": 43
        },
        "end": {
          "line": 224,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6879,
      "end": 6880,
      "loc": {
        "start": {
          "line": 224,
          "column": 46
        },
        "end": {
          "line": 224,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 6881,
      "end": 6890,
      "loc": {
        "start": {
          "line": 224,
          "column": 48
        },
        "end": {
          "line": 224,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6891,
      "end": 6892,
      "loc": {
        "start": {
          "line": 224,
          "column": 58
        },
        "end": {
          "line": 224,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6892,
      "end": 6893,
      "loc": {
        "start": {
          "line": 224,
          "column": 59
        },
        "end": {
          "line": 224,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "month",
      "start": 6894,
      "end": 6901,
      "loc": {
        "start": {
          "line": 224,
          "column": 61
        },
        "end": {
          "line": 224,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6901,
      "end": 6902,
      "loc": {
        "start": {
          "line": 224,
          "column": 68
        },
        "end": {
          "line": 224,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6917,
      "end": 6918,
      "loc": {
        "start": {
          "line": 225,
          "column": 14
        },
        "end": {
          "line": 225,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6919,
      "end": 6923,
      "loc": {
        "start": {
          "line": 225,
          "column": 16
        },
        "end": {
          "line": 225,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6923,
      "end": 6924,
      "loc": {
        "start": {
          "line": 225,
          "column": 20
        },
        "end": {
          "line": 225,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 6924,
      "end": 6927,
      "loc": {
        "start": {
          "line": 225,
          "column": 21
        },
        "end": {
          "line": 225,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6927,
      "end": 6928,
      "loc": {
        "start": {
          "line": 225,
          "column": 24
        },
        "end": {
          "line": 225,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 6928,
      "end": 6930,
      "loc": {
        "start": {
          "line": 225,
          "column": 25
        },
        "end": {
          "line": 225,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6930,
      "end": 6931,
      "loc": {
        "start": {
          "line": 225,
          "column": 27
        },
        "end": {
          "line": 225,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 6931,
      "end": 6936,
      "loc": {
        "start": {
          "line": 225,
          "column": 28
        },
        "end": {
          "line": 225,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6936,
      "end": 6937,
      "loc": {
        "start": {
          "line": 225,
          "column": 33
        },
        "end": {
          "line": 225,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6938,
      "end": 6939,
      "loc": {
        "start": {
          "line": 225,
          "column": 35
        },
        "end": {
          "line": 225,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6939,
      "end": 6940,
      "loc": {
        "start": {
          "line": 225,
          "column": 36
        },
        "end": {
          "line": 225,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6940,
      "end": 6941,
      "loc": {
        "start": {
          "line": 225,
          "column": 37
        },
        "end": {
          "line": 225,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 6952,
      "end": 6956,
      "loc": {
        "start": {
          "line": 226,
          "column": 10
        },
        "end": {
          "line": 226,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "LLL",
      "start": 6957,
      "end": 6962,
      "loc": {
        "start": {
          "line": 226,
          "column": 15
        },
        "end": {
          "line": 226,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6962,
      "end": 6963,
      "loc": {
        "start": {
          "line": 226,
          "column": 20
        },
        "end": {
          "line": 226,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Jan",
      "start": 6976,
      "end": 6987,
      "loc": {
        "start": {
          "line": 227,
          "column": 12
        },
        "end": {
          "line": 227,
          "column": 23
        }
      }
    },
    {
      "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": 7000,
      "end": 7006,
      "loc": {
        "start": {
          "line": 228,
          "column": 12
        },
        "end": {
          "line": 228,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7007,
      "end": 7012,
      "loc": {
        "start": {
          "line": 228,
          "column": 19
        },
        "end": {
          "line": 228,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7012,
      "end": 7013,
      "loc": {
        "start": {
          "line": 228,
          "column": 24
        },
        "end": {
          "line": 228,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 7013,
      "end": 7020,
      "loc": {
        "start": {
          "line": 228,
          "column": 25
        },
        "end": {
          "line": 228,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7020,
      "end": 7021,
      "loc": {
        "start": {
          "line": 228,
          "column": 32
        },
        "end": {
          "line": 228,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7022,
      "end": 7026,
      "loc": {
        "start": {
          "line": 228,
          "column": 34
        },
        "end": {
          "line": 228,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7026,
      "end": 7027,
      "loc": {
        "start": {
          "line": 228,
          "column": 38
        },
        "end": {
          "line": 228,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7027,
      "end": 7028,
      "loc": {
        "start": {
          "line": 228,
          "column": 39
        },
        "end": {
          "line": 228,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7039,
      "end": 7043,
      "loc": {
        "start": {
          "line": 229,
          "column": 10
        },
        "end": {
          "line": 229,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "LLLL",
      "start": 7044,
      "end": 7050,
      "loc": {
        "start": {
          "line": 229,
          "column": 15
        },
        "end": {
          "line": 229,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7050,
      "end": 7051,
      "loc": {
        "start": {
          "line": 229,
          "column": 21
        },
        "end": {
          "line": 229,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like January",
      "start": 7064,
      "end": 7079,
      "loc": {
        "start": {
          "line": 230,
          "column": 12
        },
        "end": {
          "line": 230,
          "column": 27
        }
      }
    },
    {
      "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": 7092,
      "end": 7098,
      "loc": {
        "start": {
          "line": 231,
          "column": 12
        },
        "end": {
          "line": 231,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7099,
      "end": 7104,
      "loc": {
        "start": {
          "line": 231,
          "column": 19
        },
        "end": {
          "line": 231,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7104,
      "end": 7105,
      "loc": {
        "start": {
          "line": 231,
          "column": 24
        },
        "end": {
          "line": 231,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "long",
      "start": 7105,
      "end": 7111,
      "loc": {
        "start": {
          "line": 231,
          "column": 25
        },
        "end": {
          "line": 231,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7111,
      "end": 7112,
      "loc": {
        "start": {
          "line": 231,
          "column": 31
        },
        "end": {
          "line": 231,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7113,
      "end": 7117,
      "loc": {
        "start": {
          "line": 231,
          "column": 33
        },
        "end": {
          "line": 231,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7117,
      "end": 7118,
      "loc": {
        "start": {
          "line": 231,
          "column": 37
        },
        "end": {
          "line": 231,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7118,
      "end": 7119,
      "loc": {
        "start": {
          "line": 231,
          "column": 38
        },
        "end": {
          "line": 231,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7130,
      "end": 7134,
      "loc": {
        "start": {
          "line": 232,
          "column": 10
        },
        "end": {
          "line": 232,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "LLLLL",
      "start": 7135,
      "end": 7142,
      "loc": {
        "start": {
          "line": 232,
          "column": 15
        },
        "end": {
          "line": 232,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7142,
      "end": 7143,
      "loc": {
        "start": {
          "line": 232,
          "column": 22
        },
        "end": {
          "line": 232,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like J",
      "start": 7156,
      "end": 7165,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 21
        }
      }
    },
    {
      "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": 7178,
      "end": 7184,
      "loc": {
        "start": {
          "line": 234,
          "column": 12
        },
        "end": {
          "line": 234,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7185,
      "end": 7190,
      "loc": {
        "start": {
          "line": 234,
          "column": 19
        },
        "end": {
          "line": 234,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7190,
      "end": 7191,
      "loc": {
        "start": {
          "line": 234,
          "column": 24
        },
        "end": {
          "line": 234,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 7191,
      "end": 7199,
      "loc": {
        "start": {
          "line": 234,
          "column": 25
        },
        "end": {
          "line": 234,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7199,
      "end": 7200,
      "loc": {
        "start": {
          "line": 234,
          "column": 33
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7201,
      "end": 7205,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7205,
      "end": 7206,
      "loc": {
        "start": {
          "line": 234,
          "column": 39
        },
        "end": {
          "line": 234,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7206,
      "end": 7207,
      "loc": {
        "start": {
          "line": 234,
          "column": 40
        },
        "end": {
          "line": 234,
          "column": 41
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " months - format",
      "start": 7218,
      "end": 7236,
      "loc": {
        "start": {
          "line": 235,
          "column": 10
        },
        "end": {
          "line": 235,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7247,
      "end": 7251,
      "loc": {
        "start": {
          "line": 236,
          "column": 10
        },
        "end": {
          "line": 236,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "M",
      "start": 7252,
      "end": 7255,
      "loc": {
        "start": {
          "line": 236,
          "column": 15
        },
        "end": {
          "line": 236,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7255,
      "end": 7256,
      "loc": {
        "start": {
          "line": 236,
          "column": 18
        },
        "end": {
          "line": 236,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 1",
      "start": 7269,
      "end": 7278,
      "loc": {
        "start": {
          "line": 237,
          "column": 12
        },
        "end": {
          "line": 237,
          "column": 21
        }
      }
    },
    {
      "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": 7291,
      "end": 7297,
      "loc": {
        "start": {
          "line": 238,
          "column": 12
        },
        "end": {
          "line": 238,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 7298,
      "end": 7307,
      "loc": {
        "start": {
          "line": 238,
          "column": 19
        },
        "end": {
          "line": 238,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7308,
      "end": 7309,
      "loc": {
        "start": {
          "line": 238,
          "column": 29
        },
        "end": {
          "line": 238,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 7310,
      "end": 7316,
      "loc": {
        "start": {
          "line": 238,
          "column": 31
        },
        "end": {
          "line": 238,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7316,
      "end": 7317,
      "loc": {
        "start": {
          "line": 238,
          "column": 37
        },
        "end": {
          "line": 238,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7317,
      "end": 7318,
      "loc": {
        "start": {
          "line": 238,
          "column": 38
        },
        "end": {
          "line": 238,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7319,
      "end": 7324,
      "loc": {
        "start": {
          "line": 238,
          "column": 40
        },
        "end": {
          "line": 238,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7324,
      "end": 7325,
      "loc": {
        "start": {
          "line": 238,
          "column": 45
        },
        "end": {
          "line": 238,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 7326,
      "end": 7335,
      "loc": {
        "start": {
          "line": 238,
          "column": 47
        },
        "end": {
          "line": 238,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7336,
      "end": 7337,
      "loc": {
        "start": {
          "line": 238,
          "column": 57
        },
        "end": {
          "line": 238,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7337,
      "end": 7338,
      "loc": {
        "start": {
          "line": 238,
          "column": 58
        },
        "end": {
          "line": 238,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "month",
      "start": 7339,
      "end": 7346,
      "loc": {
        "start": {
          "line": 238,
          "column": 60
        },
        "end": {
          "line": 238,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7346,
      "end": 7347,
      "loc": {
        "start": {
          "line": 238,
          "column": 67
        },
        "end": {
          "line": 238,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7348,
      "end": 7349,
      "loc": {
        "start": {
          "line": 238,
          "column": 69
        },
        "end": {
          "line": 238,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7350,
      "end": 7354,
      "loc": {
        "start": {
          "line": 238,
          "column": 71
        },
        "end": {
          "line": 238,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7354,
      "end": 7355,
      "loc": {
        "start": {
          "line": 238,
          "column": 75
        },
        "end": {
          "line": 238,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 7355,
      "end": 7358,
      "loc": {
        "start": {
          "line": 238,
          "column": 76
        },
        "end": {
          "line": 238,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7358,
      "end": 7359,
      "loc": {
        "start": {
          "line": 238,
          "column": 79
        },
        "end": {
          "line": 238,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 7359,
      "end": 7361,
      "loc": {
        "start": {
          "line": 238,
          "column": 80
        },
        "end": {
          "line": 238,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7361,
      "end": 7362,
      "loc": {
        "start": {
          "line": 238,
          "column": 82
        },
        "end": {
          "line": 238,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7362,
      "end": 7367,
      "loc": {
        "start": {
          "line": 238,
          "column": 83
        },
        "end": {
          "line": 238,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7367,
      "end": 7368,
      "loc": {
        "start": {
          "line": 238,
          "column": 88
        },
        "end": {
          "line": 238,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7368,
      "end": 7369,
      "loc": {
        "start": {
          "line": 238,
          "column": 89
        },
        "end": {
          "line": 238,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7380,
      "end": 7384,
      "loc": {
        "start": {
          "line": 239,
          "column": 10
        },
        "end": {
          "line": 239,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MM",
      "start": 7385,
      "end": 7389,
      "loc": {
        "start": {
          "line": 239,
          "column": 15
        },
        "end": {
          "line": 239,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7389,
      "end": 7390,
      "loc": {
        "start": {
          "line": 239,
          "column": 19
        },
        "end": {
          "line": 239,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 01",
      "start": 7403,
      "end": 7413,
      "loc": {
        "start": {
          "line": 240,
          "column": 12
        },
        "end": {
          "line": 240,
          "column": 22
        }
      }
    },
    {
      "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": 7426,
      "end": 7432,
      "loc": {
        "start": {
          "line": 241,
          "column": 12
        },
        "end": {
          "line": 241,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 7433,
      "end": 7442,
      "loc": {
        "start": {
          "line": 241,
          "column": 19
        },
        "end": {
          "line": 241,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7443,
      "end": 7444,
      "loc": {
        "start": {
          "line": 241,
          "column": 29
        },
        "end": {
          "line": 241,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 7445,
      "end": 7451,
      "loc": {
        "start": {
          "line": 241,
          "column": 31
        },
        "end": {
          "line": 241,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7451,
      "end": 7452,
      "loc": {
        "start": {
          "line": 241,
          "column": 37
        },
        "end": {
          "line": 241,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7452,
      "end": 7453,
      "loc": {
        "start": {
          "line": 241,
          "column": 38
        },
        "end": {
          "line": 241,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7454,
      "end": 7459,
      "loc": {
        "start": {
          "line": 241,
          "column": 40
        },
        "end": {
          "line": 241,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7459,
      "end": 7460,
      "loc": {
        "start": {
          "line": 241,
          "column": 45
        },
        "end": {
          "line": 241,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2-digit",
      "start": 7461,
      "end": 7470,
      "loc": {
        "start": {
          "line": 241,
          "column": 47
        },
        "end": {
          "line": 241,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7471,
      "end": 7472,
      "loc": {
        "start": {
          "line": 241,
          "column": 57
        },
        "end": {
          "line": 241,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7472,
      "end": 7473,
      "loc": {
        "start": {
          "line": 241,
          "column": 58
        },
        "end": {
          "line": 241,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "month",
      "start": 7474,
      "end": 7481,
      "loc": {
        "start": {
          "line": 241,
          "column": 60
        },
        "end": {
          "line": 241,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7481,
      "end": 7482,
      "loc": {
        "start": {
          "line": 241,
          "column": 67
        },
        "end": {
          "line": 241,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7483,
      "end": 7484,
      "loc": {
        "start": {
          "line": 241,
          "column": 69
        },
        "end": {
          "line": 241,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7485,
      "end": 7489,
      "loc": {
        "start": {
          "line": 241,
          "column": 71
        },
        "end": {
          "line": 241,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7489,
      "end": 7490,
      "loc": {
        "start": {
          "line": 241,
          "column": 75
        },
        "end": {
          "line": 241,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 7490,
      "end": 7493,
      "loc": {
        "start": {
          "line": 241,
          "column": 76
        },
        "end": {
          "line": 241,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7493,
      "end": 7494,
      "loc": {
        "start": {
          "line": 241,
          "column": 79
        },
        "end": {
          "line": 241,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 7494,
      "end": 7496,
      "loc": {
        "start": {
          "line": 241,
          "column": 80
        },
        "end": {
          "line": 241,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7496,
      "end": 7497,
      "loc": {
        "start": {
          "line": 241,
          "column": 82
        },
        "end": {
          "line": 241,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7497,
      "end": 7502,
      "loc": {
        "start": {
          "line": 241,
          "column": 83
        },
        "end": {
          "line": 241,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7502,
      "end": 7503,
      "loc": {
        "start": {
          "line": 241,
          "column": 88
        },
        "end": {
          "line": 241,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 7504,
      "end": 7505,
      "loc": {
        "start": {
          "line": 241,
          "column": 90
        },
        "end": {
          "line": 241,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7505,
      "end": 7506,
      "loc": {
        "start": {
          "line": 241,
          "column": 91
        },
        "end": {
          "line": 241,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7506,
      "end": 7507,
      "loc": {
        "start": {
          "line": 241,
          "column": 92
        },
        "end": {
          "line": 241,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7518,
      "end": 7522,
      "loc": {
        "start": {
          "line": 242,
          "column": 10
        },
        "end": {
          "line": 242,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MMM",
      "start": 7523,
      "end": 7528,
      "loc": {
        "start": {
          "line": 242,
          "column": 15
        },
        "end": {
          "line": 242,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7528,
      "end": 7529,
      "loc": {
        "start": {
          "line": 242,
          "column": 20
        },
        "end": {
          "line": 242,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Jan",
      "start": 7542,
      "end": 7553,
      "loc": {
        "start": {
          "line": 243,
          "column": 12
        },
        "end": {
          "line": 243,
          "column": 23
        }
      }
    },
    {
      "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": 7566,
      "end": 7572,
      "loc": {
        "start": {
          "line": 244,
          "column": 12
        },
        "end": {
          "line": 244,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7573,
      "end": 7578,
      "loc": {
        "start": {
          "line": 244,
          "column": 19
        },
        "end": {
          "line": 244,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7578,
      "end": 7579,
      "loc": {
        "start": {
          "line": 244,
          "column": 24
        },
        "end": {
          "line": 244,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 7579,
      "end": 7586,
      "loc": {
        "start": {
          "line": 244,
          "column": 25
        },
        "end": {
          "line": 244,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7586,
      "end": 7587,
      "loc": {
        "start": {
          "line": 244,
          "column": 32
        },
        "end": {
          "line": 244,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7588,
      "end": 7593,
      "loc": {
        "start": {
          "line": 244,
          "column": 34
        },
        "end": {
          "line": 244,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7593,
      "end": 7594,
      "loc": {
        "start": {
          "line": 244,
          "column": 39
        },
        "end": {
          "line": 244,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7594,
      "end": 7595,
      "loc": {
        "start": {
          "line": 244,
          "column": 40
        },
        "end": {
          "line": 244,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7606,
      "end": 7610,
      "loc": {
        "start": {
          "line": 245,
          "column": 10
        },
        "end": {
          "line": 245,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MMMM",
      "start": 7611,
      "end": 7617,
      "loc": {
        "start": {
          "line": 245,
          "column": 15
        },
        "end": {
          "line": 245,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7617,
      "end": 7618,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like January",
      "start": 7631,
      "end": 7646,
      "loc": {
        "start": {
          "line": 246,
          "column": 12
        },
        "end": {
          "line": 246,
          "column": 27
        }
      }
    },
    {
      "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": 7659,
      "end": 7665,
      "loc": {
        "start": {
          "line": 247,
          "column": 12
        },
        "end": {
          "line": 247,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7666,
      "end": 7671,
      "loc": {
        "start": {
          "line": 247,
          "column": 19
        },
        "end": {
          "line": 247,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7671,
      "end": 7672,
      "loc": {
        "start": {
          "line": 247,
          "column": 24
        },
        "end": {
          "line": 247,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "long",
      "start": 7672,
      "end": 7678,
      "loc": {
        "start": {
          "line": 247,
          "column": 25
        },
        "end": {
          "line": 247,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7678,
      "end": 7679,
      "loc": {
        "start": {
          "line": 247,
          "column": 31
        },
        "end": {
          "line": 247,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7680,
      "end": 7685,
      "loc": {
        "start": {
          "line": 247,
          "column": 33
        },
        "end": {
          "line": 247,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7685,
      "end": 7686,
      "loc": {
        "start": {
          "line": 247,
          "column": 38
        },
        "end": {
          "line": 247,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7686,
      "end": 7687,
      "loc": {
        "start": {
          "line": 247,
          "column": 39
        },
        "end": {
          "line": 247,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7698,
      "end": 7702,
      "loc": {
        "start": {
          "line": 248,
          "column": 10
        },
        "end": {
          "line": 248,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "MMMMM",
      "start": 7703,
      "end": 7710,
      "loc": {
        "start": {
          "line": 248,
          "column": 15
        },
        "end": {
          "line": 248,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7710,
      "end": 7711,
      "loc": {
        "start": {
          "line": 248,
          "column": 22
        },
        "end": {
          "line": 248,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like J",
      "start": 7724,
      "end": 7733,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 21
        }
      }
    },
    {
      "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": 7746,
      "end": 7752,
      "loc": {
        "start": {
          "line": 250,
          "column": 12
        },
        "end": {
          "line": 250,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "month",
      "start": 7753,
      "end": 7758,
      "loc": {
        "start": {
          "line": 250,
          "column": 19
        },
        "end": {
          "line": 250,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7758,
      "end": 7759,
      "loc": {
        "start": {
          "line": 250,
          "column": 24
        },
        "end": {
          "line": 250,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 7759,
      "end": 7767,
      "loc": {
        "start": {
          "line": 250,
          "column": 25
        },
        "end": {
          "line": 250,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7767,
      "end": 7768,
      "loc": {
        "start": {
          "line": 250,
          "column": 33
        },
        "end": {
          "line": 250,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7769,
      "end": 7774,
      "loc": {
        "start": {
          "line": 250,
          "column": 35
        },
        "end": {
          "line": 250,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7774,
      "end": 7775,
      "loc": {
        "start": {
          "line": 250,
          "column": 40
        },
        "end": {
          "line": 250,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7775,
      "end": 7776,
      "loc": {
        "start": {
          "line": 250,
          "column": 41
        },
        "end": {
          "line": 250,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " years",
      "start": 7787,
      "end": 7795,
      "loc": {
        "start": {
          "line": 251,
          "column": 10
        },
        "end": {
          "line": 251,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7806,
      "end": 7810,
      "loc": {
        "start": {
          "line": 252,
          "column": 10
        },
        "end": {
          "line": 252,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "y",
      "start": 7811,
      "end": 7814,
      "loc": {
        "start": {
          "line": 252,
          "column": 15
        },
        "end": {
          "line": 252,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7814,
      "end": 7815,
      "loc": {
        "start": {
          "line": 252,
          "column": 18
        },
        "end": {
          "line": 252,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 2014",
      "start": 7828,
      "end": 7840,
      "loc": {
        "start": {
          "line": 253,
          "column": 12
        },
        "end": {
          "line": 253,
          "column": 24
        }
      }
    },
    {
      "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": 7853,
      "end": 7859,
      "loc": {
        "start": {
          "line": 254,
          "column": 12
        },
        "end": {
          "line": 254,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 7860,
      "end": 7869,
      "loc": {
        "start": {
          "line": 254,
          "column": 19
        },
        "end": {
          "line": 254,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7870,
      "end": 7871,
      "loc": {
        "start": {
          "line": 254,
          "column": 29
        },
        "end": {
          "line": 254,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 7872,
      "end": 7878,
      "loc": {
        "start": {
          "line": 254,
          "column": 31
        },
        "end": {
          "line": 254,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7878,
      "end": 7879,
      "loc": {
        "start": {
          "line": 254,
          "column": 37
        },
        "end": {
          "line": 254,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7879,
      "end": 7880,
      "loc": {
        "start": {
          "line": 254,
          "column": 38
        },
        "end": {
          "line": 254,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "year",
      "start": 7881,
      "end": 7885,
      "loc": {
        "start": {
          "line": 254,
          "column": 40
        },
        "end": {
          "line": 254,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7885,
      "end": 7886,
      "loc": {
        "start": {
          "line": 254,
          "column": 44
        },
        "end": {
          "line": 254,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 7887,
      "end": 7896,
      "loc": {
        "start": {
          "line": 254,
          "column": 46
        },
        "end": {
          "line": 254,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7897,
      "end": 7898,
      "loc": {
        "start": {
          "line": 254,
          "column": 56
        },
        "end": {
          "line": 254,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7898,
      "end": 7899,
      "loc": {
        "start": {
          "line": 254,
          "column": 57
        },
        "end": {
          "line": 254,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "year",
      "start": 7900,
      "end": 7906,
      "loc": {
        "start": {
          "line": 254,
          "column": 59
        },
        "end": {
          "line": 254,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7906,
      "end": 7907,
      "loc": {
        "start": {
          "line": 254,
          "column": 65
        },
        "end": {
          "line": 254,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7908,
      "end": 7909,
      "loc": {
        "start": {
          "line": 254,
          "column": 67
        },
        "end": {
          "line": 254,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7910,
      "end": 7914,
      "loc": {
        "start": {
          "line": 254,
          "column": 69
        },
        "end": {
          "line": 254,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7914,
      "end": 7915,
      "loc": {
        "start": {
          "line": 254,
          "column": 73
        },
        "end": {
          "line": 254,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 7915,
      "end": 7918,
      "loc": {
        "start": {
          "line": 254,
          "column": 74
        },
        "end": {
          "line": 254,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7918,
      "end": 7919,
      "loc": {
        "start": {
          "line": 254,
          "column": 77
        },
        "end": {
          "line": 254,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 7919,
      "end": 7921,
      "loc": {
        "start": {
          "line": 254,
          "column": 78
        },
        "end": {
          "line": 254,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7921,
      "end": 7922,
      "loc": {
        "start": {
          "line": 254,
          "column": 80
        },
        "end": {
          "line": 254,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "year",
      "start": 7922,
      "end": 7926,
      "loc": {
        "start": {
          "line": 254,
          "column": 81
        },
        "end": {
          "line": 254,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7926,
      "end": 7927,
      "loc": {
        "start": {
          "line": 254,
          "column": 85
        },
        "end": {
          "line": 254,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7927,
      "end": 7928,
      "loc": {
        "start": {
          "line": 254,
          "column": 86
        },
        "end": {
          "line": 254,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 7939,
      "end": 7943,
      "loc": {
        "start": {
          "line": 255,
          "column": 10
        },
        "end": {
          "line": 255,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "yy",
      "start": 7944,
      "end": 7948,
      "loc": {
        "start": {
          "line": 255,
          "column": 15
        },
        "end": {
          "line": 255,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7948,
      "end": 7949,
      "loc": {
        "start": {
          "line": 255,
          "column": 19
        },
        "end": {
          "line": 255,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 14",
      "start": 7962,
      "end": 7972,
      "loc": {
        "start": {
          "line": 256,
          "column": 12
        },
        "end": {
          "line": 256,
          "column": 22
        }
      }
    },
    {
      "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": 7985,
      "end": 7991,
      "loc": {
        "start": {
          "line": 257,
          "column": 12
        },
        "end": {
          "line": 257,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 7992,
      "end": 8001,
      "loc": {
        "start": {
          "line": 257,
          "column": 19
        },
        "end": {
          "line": 257,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8016,
      "end": 8017,
      "loc": {
        "start": {
          "line": 258,
          "column": 14
        },
        "end": {
          "line": 258,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 8018,
      "end": 8024,
      "loc": {
        "start": {
          "line": 258,
          "column": 16
        },
        "end": {
          "line": 258,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8024,
      "end": 8025,
      "loc": {
        "start": {
          "line": 258,
          "column": 22
        },
        "end": {
          "line": 258,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8025,
      "end": 8026,
      "loc": {
        "start": {
          "line": 258,
          "column": 23
        },
        "end": {
          "line": 258,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "year",
      "start": 8027,
      "end": 8031,
      "loc": {
        "start": {
          "line": 258,
          "column": 25
        },
        "end": {
          "line": 258,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8031,
      "end": 8032,
      "loc": {
        "start": {
          "line": 258,
          "column": 29
        },
        "end": {
          "line": 258,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2-digit",
      "start": 8033,
      "end": 8042,
      "loc": {
        "start": {
          "line": 258,
          "column": 31
        },
        "end": {
          "line": 258,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8043,
      "end": 8044,
      "loc": {
        "start": {
          "line": 258,
          "column": 41
        },
        "end": {
          "line": 258,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8044,
      "end": 8045,
      "loc": {
        "start": {
          "line": 258,
          "column": 42
        },
        "end": {
          "line": 258,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "year",
      "start": 8046,
      "end": 8052,
      "loc": {
        "start": {
          "line": 258,
          "column": 44
        },
        "end": {
          "line": 258,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8052,
      "end": 8053,
      "loc": {
        "start": {
          "line": 258,
          "column": 50
        },
        "end": {
          "line": 258,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8068,
      "end": 8069,
      "loc": {
        "start": {
          "line": 259,
          "column": 14
        },
        "end": {
          "line": 259,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8070,
      "end": 8074,
      "loc": {
        "start": {
          "line": 259,
          "column": 16
        },
        "end": {
          "line": 259,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8074,
      "end": 8075,
      "loc": {
        "start": {
          "line": 259,
          "column": 20
        },
        "end": {
          "line": 259,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8075,
      "end": 8078,
      "loc": {
        "start": {
          "line": 259,
          "column": 21
        },
        "end": {
          "line": 259,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8078,
      "end": 8079,
      "loc": {
        "start": {
          "line": 259,
          "column": 24
        },
        "end": {
          "line": 259,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8079,
      "end": 8081,
      "loc": {
        "start": {
          "line": 259,
          "column": 25
        },
        "end": {
          "line": 259,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8081,
      "end": 8082,
      "loc": {
        "start": {
          "line": 259,
          "column": 27
        },
        "end": {
          "line": 259,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "year",
      "start": 8082,
      "end": 8086,
      "loc": {
        "start": {
          "line": 259,
          "column": 28
        },
        "end": {
          "line": 259,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8086,
      "end": 8087,
      "loc": {
        "start": {
          "line": 259,
          "column": 32
        },
        "end": {
          "line": 259,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 8087,
      "end": 8095,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8095,
      "end": 8096,
      "loc": {
        "start": {
          "line": 259,
          "column": 41
        },
        "end": {
          "line": 259,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8096,
      "end": 8097,
      "loc": {
        "start": {
          "line": 259,
          "column": 42
        },
        "end": {
          "line": 259,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8097,
      "end": 8098,
      "loc": {
        "start": {
          "line": 259,
          "column": 43
        },
        "end": {
          "line": 259,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 8098,
      "end": 8103,
      "loc": {
        "start": {
          "line": 259,
          "column": 44
        },
        "end": {
          "line": 259,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8103,
      "end": 8104,
      "loc": {
        "start": {
          "line": 259,
          "column": 49
        },
        "end": {
          "line": 259,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8104,
      "end": 8105,
      "loc": {
        "start": {
          "line": 259,
          "column": 50
        },
        "end": {
          "line": 259,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8105,
      "end": 8106,
      "loc": {
        "start": {
          "line": 259,
          "column": 51
        },
        "end": {
          "line": 259,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8106,
      "end": 8107,
      "loc": {
        "start": {
          "line": 259,
          "column": 52
        },
        "end": {
          "line": 259,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8107,
      "end": 8108,
      "loc": {
        "start": {
          "line": 259,
          "column": 53
        },
        "end": {
          "line": 259,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8109,
      "end": 8110,
      "loc": {
        "start": {
          "line": 259,
          "column": 55
        },
        "end": {
          "line": 259,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8110,
      "end": 8111,
      "loc": {
        "start": {
          "line": 259,
          "column": 56
        },
        "end": {
          "line": 259,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8111,
      "end": 8112,
      "loc": {
        "start": {
          "line": 259,
          "column": 57
        },
        "end": {
          "line": 259,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8123,
      "end": 8127,
      "loc": {
        "start": {
          "line": 260,
          "column": 10
        },
        "end": {
          "line": 260,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "yyyy",
      "start": 8128,
      "end": 8134,
      "loc": {
        "start": {
          "line": 260,
          "column": 15
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8134,
      "end": 8135,
      "loc": {
        "start": {
          "line": 260,
          "column": 21
        },
        "end": {
          "line": 260,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like 0012",
      "start": 8148,
      "end": 8160,
      "loc": {
        "start": {
          "line": 261,
          "column": 12
        },
        "end": {
          "line": 261,
          "column": 24
        }
      }
    },
    {
      "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": 8173,
      "end": 8179,
      "loc": {
        "start": {
          "line": 262,
          "column": 12
        },
        "end": {
          "line": 262,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outputCal",
      "start": 8180,
      "end": 8189,
      "loc": {
        "start": {
          "line": 262,
          "column": 19
        },
        "end": {
          "line": 262,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8190,
      "end": 8191,
      "loc": {
        "start": {
          "line": 262,
          "column": 29
        },
        "end": {
          "line": 262,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 8192,
      "end": 8198,
      "loc": {
        "start": {
          "line": 262,
          "column": 31
        },
        "end": {
          "line": 262,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8198,
      "end": 8199,
      "loc": {
        "start": {
          "line": 262,
          "column": 37
        },
        "end": {
          "line": 262,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8199,
      "end": 8200,
      "loc": {
        "start": {
          "line": 262,
          "column": 38
        },
        "end": {
          "line": 262,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "year",
      "start": 8201,
      "end": 8205,
      "loc": {
        "start": {
          "line": 262,
          "column": 40
        },
        "end": {
          "line": 262,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8205,
      "end": 8206,
      "loc": {
        "start": {
          "line": 262,
          "column": 44
        },
        "end": {
          "line": 262,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "numeric",
      "start": 8207,
      "end": 8216,
      "loc": {
        "start": {
          "line": 262,
          "column": 46
        },
        "end": {
          "line": 262,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8217,
      "end": 8218,
      "loc": {
        "start": {
          "line": 262,
          "column": 56
        },
        "end": {
          "line": 262,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8218,
      "end": 8219,
      "loc": {
        "start": {
          "line": 262,
          "column": 57
        },
        "end": {
          "line": 262,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "year",
      "start": 8220,
      "end": 8226,
      "loc": {
        "start": {
          "line": 262,
          "column": 59
        },
        "end": {
          "line": 262,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8226,
      "end": 8227,
      "loc": {
        "start": {
          "line": 262,
          "column": 65
        },
        "end": {
          "line": 262,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8228,
      "end": 8229,
      "loc": {
        "start": {
          "line": 262,
          "column": 67
        },
        "end": {
          "line": 262,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8230,
      "end": 8234,
      "loc": {
        "start": {
          "line": 262,
          "column": 69
        },
        "end": {
          "line": 262,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8234,
      "end": 8235,
      "loc": {
        "start": {
          "line": 262,
          "column": 73
        },
        "end": {
          "line": 262,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8235,
      "end": 8238,
      "loc": {
        "start": {
          "line": 262,
          "column": 74
        },
        "end": {
          "line": 262,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8238,
      "end": 8239,
      "loc": {
        "start": {
          "line": 262,
          "column": 77
        },
        "end": {
          "line": 262,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8239,
      "end": 8241,
      "loc": {
        "start": {
          "line": 262,
          "column": 78
        },
        "end": {
          "line": 262,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8241,
      "end": 8242,
      "loc": {
        "start": {
          "line": 262,
          "column": 80
        },
        "end": {
          "line": 262,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "year",
      "start": 8242,
      "end": 8246,
      "loc": {
        "start": {
          "line": 262,
          "column": 81
        },
        "end": {
          "line": 262,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8246,
      "end": 8247,
      "loc": {
        "start": {
          "line": 262,
          "column": 85
        },
        "end": {
          "line": 262,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 8248,
      "end": 8249,
      "loc": {
        "start": {
          "line": 262,
          "column": 87
        },
        "end": {
          "line": 262,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8249,
      "end": 8250,
      "loc": {
        "start": {
          "line": 262,
          "column": 88
        },
        "end": {
          "line": 262,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8250,
      "end": 8251,
      "loc": {
        "start": {
          "line": 262,
          "column": 89
        },
        "end": {
          "line": 262,
          "column": 90
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " eras",
      "start": 8262,
      "end": 8269,
      "loc": {
        "start": {
          "line": 263,
          "column": 10
        },
        "end": {
          "line": 263,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8280,
      "end": 8284,
      "loc": {
        "start": {
          "line": 264,
          "column": 10
        },
        "end": {
          "line": 264,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "G",
      "start": 8285,
      "end": 8288,
      "loc": {
        "start": {
          "line": 264,
          "column": 15
        },
        "end": {
          "line": 264,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8288,
      "end": 8289,
      "loc": {
        "start": {
          "line": 264,
          "column": 18
        },
        "end": {
          "line": 264,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like AD",
      "start": 8302,
      "end": 8312,
      "loc": {
        "start": {
          "line": 265,
          "column": 12
        },
        "end": {
          "line": 265,
          "column": 22
        }
      }
    },
    {
      "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": 8325,
      "end": 8331,
      "loc": {
        "start": {
          "line": 266,
          "column": 12
        },
        "end": {
          "line": 266,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "era",
      "start": 8332,
      "end": 8335,
      "loc": {
        "start": {
          "line": 266,
          "column": 19
        },
        "end": {
          "line": 266,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8335,
      "end": 8336,
      "loc": {
        "start": {
          "line": 266,
          "column": 22
        },
        "end": {
          "line": 266,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "short",
      "start": 8336,
      "end": 8343,
      "loc": {
        "start": {
          "line": 266,
          "column": 23
        },
        "end": {
          "line": 266,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8343,
      "end": 8344,
      "loc": {
        "start": {
          "line": 266,
          "column": 30
        },
        "end": {
          "line": 266,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8344,
      "end": 8345,
      "loc": {
        "start": {
          "line": 266,
          "column": 31
        },
        "end": {
          "line": 266,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8356,
      "end": 8360,
      "loc": {
        "start": {
          "line": 267,
          "column": 10
        },
        "end": {
          "line": 267,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "GG",
      "start": 8361,
      "end": 8365,
      "loc": {
        "start": {
          "line": 267,
          "column": 15
        },
        "end": {
          "line": 267,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8365,
      "end": 8366,
      "loc": {
        "start": {
          "line": 267,
          "column": 19
        },
        "end": {
          "line": 267,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " like Anno Domini",
      "start": 8379,
      "end": 8398,
      "loc": {
        "start": {
          "line": 268,
          "column": 12
        },
        "end": {
          "line": 268,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8411,
      "end": 8417,
      "loc": {
        "start": {
          "line": 269,
          "column": 12
        },
        "end": {
          "line": 269,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "era",
      "start": 8418,
      "end": 8421,
      "loc": {
        "start": {
          "line": 269,
          "column": 19
        },
        "end": {
          "line": 269,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8421,
      "end": 8422,
      "loc": {
        "start": {
          "line": 269,
          "column": 22
        },
        "end": {
          "line": 269,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "long",
      "start": 8422,
      "end": 8428,
      "loc": {
        "start": {
          "line": 269,
          "column": 23
        },
        "end": {
          "line": 269,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8428,
      "end": 8429,
      "loc": {
        "start": {
          "line": 269,
          "column": 29
        },
        "end": {
          "line": 269,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8429,
      "end": 8430,
      "loc": {
        "start": {
          "line": 269,
          "column": 30
        },
        "end": {
          "line": 269,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8441,
      "end": 8445,
      "loc": {
        "start": {
          "line": 270,
          "column": 10
        },
        "end": {
          "line": 270,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "GGGGG",
      "start": 8446,
      "end": 8453,
      "loc": {
        "start": {
          "line": 270,
          "column": 15
        },
        "end": {
          "line": 270,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8453,
      "end": 8454,
      "loc": {
        "start": {
          "line": 270,
          "column": 22
        },
        "end": {
          "line": 270,
          "column": 23
        }
      }
    },
    {
      "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": 8467,
      "end": 8473,
      "loc": {
        "start": {
          "line": 271,
          "column": 12
        },
        "end": {
          "line": 271,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "era",
      "start": 8474,
      "end": 8477,
      "loc": {
        "start": {
          "line": 271,
          "column": 19
        },
        "end": {
          "line": 271,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8477,
      "end": 8478,
      "loc": {
        "start": {
          "line": 271,
          "column": 22
        },
        "end": {
          "line": 271,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "narrow",
      "start": 8478,
      "end": 8486,
      "loc": {
        "start": {
          "line": 271,
          "column": 23
        },
        "end": {
          "line": 271,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8486,
      "end": 8487,
      "loc": {
        "start": {
          "line": 271,
          "column": 31
        },
        "end": {
          "line": 271,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8487,
      "end": 8488,
      "loc": {
        "start": {
          "line": 271,
          "column": 32
        },
        "end": {
          "line": 271,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8499,
      "end": 8503,
      "loc": {
        "start": {
          "line": 272,
          "column": 10
        },
        "end": {
          "line": 272,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "kk",
      "start": 8504,
      "end": 8508,
      "loc": {
        "start": {
          "line": 272,
          "column": 15
        },
        "end": {
          "line": 272,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 272,
          "column": 19
        },
        "end": {
          "line": 272,
          "column": 20
        }
      }
    },
    {
      "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": 8522,
      "end": 8528,
      "loc": {
        "start": {
          "line": 273,
          "column": 12
        },
        "end": {
          "line": 273,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8529,
      "end": 8533,
      "loc": {
        "start": {
          "line": 273,
          "column": 19
        },
        "end": {
          "line": 273,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8533,
      "end": 8534,
      "loc": {
        "start": {
          "line": 273,
          "column": 23
        },
        "end": {
          "line": 273,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8534,
      "end": 8537,
      "loc": {
        "start": {
          "line": 273,
          "column": 24
        },
        "end": {
          "line": 273,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8537,
      "end": 8538,
      "loc": {
        "start": {
          "line": 273,
          "column": 27
        },
        "end": {
          "line": 273,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8538,
      "end": 8540,
      "loc": {
        "start": {
          "line": 273,
          "column": 28
        },
        "end": {
          "line": 273,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8540,
      "end": 8541,
      "loc": {
        "start": {
          "line": 273,
          "column": 30
        },
        "end": {
          "line": 273,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekYear",
      "start": 8541,
      "end": 8549,
      "loc": {
        "start": {
          "line": 273,
          "column": 31
        },
        "end": {
          "line": 273,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8549,
      "end": 8550,
      "loc": {
        "start": {
          "line": 273,
          "column": 39
        },
        "end": {
          "line": 273,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 8550,
      "end": 8558,
      "loc": {
        "start": {
          "line": 273,
          "column": 40
        },
        "end": {
          "line": 273,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8558,
      "end": 8559,
      "loc": {
        "start": {
          "line": 273,
          "column": 48
        },
        "end": {
          "line": 273,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8559,
      "end": 8560,
      "loc": {
        "start": {
          "line": 273,
          "column": 49
        },
        "end": {
          "line": 273,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8560,
      "end": 8561,
      "loc": {
        "start": {
          "line": 273,
          "column": 50
        },
        "end": {
          "line": 273,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 8561,
      "end": 8566,
      "loc": {
        "start": {
          "line": 273,
          "column": 51
        },
        "end": {
          "line": 273,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8566,
      "end": 8567,
      "loc": {
        "start": {
          "line": 273,
          "column": 56
        },
        "end": {
          "line": 273,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8567,
      "end": 8568,
      "loc": {
        "start": {
          "line": 273,
          "column": 57
        },
        "end": {
          "line": 273,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8568,
      "end": 8569,
      "loc": {
        "start": {
          "line": 273,
          "column": 58
        },
        "end": {
          "line": 273,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8569,
      "end": 8570,
      "loc": {
        "start": {
          "line": 273,
          "column": 59
        },
        "end": {
          "line": 273,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8570,
      "end": 8571,
      "loc": {
        "start": {
          "line": 273,
          "column": 60
        },
        "end": {
          "line": 273,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8572,
      "end": 8573,
      "loc": {
        "start": {
          "line": 273,
          "column": 62
        },
        "end": {
          "line": 273,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8573,
      "end": 8574,
      "loc": {
        "start": {
          "line": 273,
          "column": 63
        },
        "end": {
          "line": 273,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8574,
      "end": 8575,
      "loc": {
        "start": {
          "line": 273,
          "column": 64
        },
        "end": {
          "line": 273,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8586,
      "end": 8590,
      "loc": {
        "start": {
          "line": 274,
          "column": 10
        },
        "end": {
          "line": 274,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "kkkk",
      "start": 8591,
      "end": 8597,
      "loc": {
        "start": {
          "line": 274,
          "column": 15
        },
        "end": {
          "line": 274,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8597,
      "end": 8598,
      "loc": {
        "start": {
          "line": 274,
          "column": 21
        },
        "end": {
          "line": 274,
          "column": 22
        }
      }
    },
    {
      "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": 8611,
      "end": 8617,
      "loc": {
        "start": {
          "line": 275,
          "column": 12
        },
        "end": {
          "line": 275,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8618,
      "end": 8622,
      "loc": {
        "start": {
          "line": 275,
          "column": 19
        },
        "end": {
          "line": 275,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8622,
      "end": 8623,
      "loc": {
        "start": {
          "line": 275,
          "column": 23
        },
        "end": {
          "line": 275,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8623,
      "end": 8626,
      "loc": {
        "start": {
          "line": 275,
          "column": 24
        },
        "end": {
          "line": 275,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8626,
      "end": 8627,
      "loc": {
        "start": {
          "line": 275,
          "column": 27
        },
        "end": {
          "line": 275,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8627,
      "end": 8629,
      "loc": {
        "start": {
          "line": 275,
          "column": 28
        },
        "end": {
          "line": 275,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8629,
      "end": 8630,
      "loc": {
        "start": {
          "line": 275,
          "column": 30
        },
        "end": {
          "line": 275,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekYear",
      "start": 8630,
      "end": 8638,
      "loc": {
        "start": {
          "line": 275,
          "column": 31
        },
        "end": {
          "line": 275,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8638,
      "end": 8639,
      "loc": {
        "start": {
          "line": 275,
          "column": 39
        },
        "end": {
          "line": 275,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 8640,
      "end": 8641,
      "loc": {
        "start": {
          "line": 275,
          "column": 41
        },
        "end": {
          "line": 275,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8641,
      "end": 8642,
      "loc": {
        "start": {
          "line": 275,
          "column": 42
        },
        "end": {
          "line": 275,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8642,
      "end": 8643,
      "loc": {
        "start": {
          "line": 275,
          "column": 43
        },
        "end": {
          "line": 275,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8654,
      "end": 8658,
      "loc": {
        "start": {
          "line": 276,
          "column": 10
        },
        "end": {
          "line": 276,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "W",
      "start": 8659,
      "end": 8662,
      "loc": {
        "start": {
          "line": 276,
          "column": 15
        },
        "end": {
          "line": 276,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8662,
      "end": 8663,
      "loc": {
        "start": {
          "line": 276,
          "column": 18
        },
        "end": {
          "line": 276,
          "column": 19
        }
      }
    },
    {
      "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": 8676,
      "end": 8682,
      "loc": {
        "start": {
          "line": 277,
          "column": 12
        },
        "end": {
          "line": 277,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8683,
      "end": 8687,
      "loc": {
        "start": {
          "line": 277,
          "column": 19
        },
        "end": {
          "line": 277,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8687,
      "end": 8688,
      "loc": {
        "start": {
          "line": 277,
          "column": 23
        },
        "end": {
          "line": 277,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8688,
      "end": 8691,
      "loc": {
        "start": {
          "line": 277,
          "column": 24
        },
        "end": {
          "line": 277,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8691,
      "end": 8692,
      "loc": {
        "start": {
          "line": 277,
          "column": 27
        },
        "end": {
          "line": 277,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8692,
      "end": 8694,
      "loc": {
        "start": {
          "line": 277,
          "column": 28
        },
        "end": {
          "line": 277,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8694,
      "end": 8695,
      "loc": {
        "start": {
          "line": 277,
          "column": 30
        },
        "end": {
          "line": 277,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekNumber",
      "start": 8695,
      "end": 8705,
      "loc": {
        "start": {
          "line": 277,
          "column": 31
        },
        "end": {
          "line": 277,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8705,
      "end": 8706,
      "loc": {
        "start": {
          "line": 277,
          "column": 41
        },
        "end": {
          "line": 277,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8706,
      "end": 8707,
      "loc": {
        "start": {
          "line": 277,
          "column": 42
        },
        "end": {
          "line": 277,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8718,
      "end": 8722,
      "loc": {
        "start": {
          "line": 278,
          "column": 10
        },
        "end": {
          "line": 278,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "WW",
      "start": 8723,
      "end": 8727,
      "loc": {
        "start": {
          "line": 278,
          "column": 15
        },
        "end": {
          "line": 278,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8727,
      "end": 8728,
      "loc": {
        "start": {
          "line": 278,
          "column": 19
        },
        "end": {
          "line": 278,
          "column": 20
        }
      }
    },
    {
      "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": 8741,
      "end": 8747,
      "loc": {
        "start": {
          "line": 279,
          "column": 12
        },
        "end": {
          "line": 279,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8748,
      "end": 8752,
      "loc": {
        "start": {
          "line": 279,
          "column": 19
        },
        "end": {
          "line": 279,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8752,
      "end": 8753,
      "loc": {
        "start": {
          "line": 279,
          "column": 23
        },
        "end": {
          "line": 279,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8753,
      "end": 8756,
      "loc": {
        "start": {
          "line": 279,
          "column": 24
        },
        "end": {
          "line": 279,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8756,
      "end": 8757,
      "loc": {
        "start": {
          "line": 279,
          "column": 27
        },
        "end": {
          "line": 279,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8757,
      "end": 8759,
      "loc": {
        "start": {
          "line": 279,
          "column": 28
        },
        "end": {
          "line": 279,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8759,
      "end": 8760,
      "loc": {
        "start": {
          "line": 279,
          "column": 30
        },
        "end": {
          "line": 279,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weekNumber",
      "start": 8760,
      "end": 8770,
      "loc": {
        "start": {
          "line": 279,
          "column": 31
        },
        "end": {
          "line": 279,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8770,
      "end": 8771,
      "loc": {
        "start": {
          "line": 279,
          "column": 41
        },
        "end": {
          "line": 279,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8772,
      "end": 8773,
      "loc": {
        "start": {
          "line": 279,
          "column": 43
        },
        "end": {
          "line": 279,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8773,
      "end": 8774,
      "loc": {
        "start": {
          "line": 279,
          "column": 44
        },
        "end": {
          "line": 279,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8774,
      "end": 8775,
      "loc": {
        "start": {
          "line": 279,
          "column": 45
        },
        "end": {
          "line": 279,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8786,
      "end": 8790,
      "loc": {
        "start": {
          "line": 280,
          "column": 10
        },
        "end": {
          "line": 280,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "o",
      "start": 8791,
      "end": 8794,
      "loc": {
        "start": {
          "line": 280,
          "column": 15
        },
        "end": {
          "line": 280,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8794,
      "end": 8795,
      "loc": {
        "start": {
          "line": 280,
          "column": 18
        },
        "end": {
          "line": 280,
          "column": 19
        }
      }
    },
    {
      "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": 8808,
      "end": 8814,
      "loc": {
        "start": {
          "line": 281,
          "column": 12
        },
        "end": {
          "line": 281,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8815,
      "end": 8819,
      "loc": {
        "start": {
          "line": 281,
          "column": 19
        },
        "end": {
          "line": 281,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8819,
      "end": 8820,
      "loc": {
        "start": {
          "line": 281,
          "column": 23
        },
        "end": {
          "line": 281,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8820,
      "end": 8823,
      "loc": {
        "start": {
          "line": 281,
          "column": 24
        },
        "end": {
          "line": 281,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8823,
      "end": 8824,
      "loc": {
        "start": {
          "line": 281,
          "column": 27
        },
        "end": {
          "line": 281,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8824,
      "end": 8826,
      "loc": {
        "start": {
          "line": 281,
          "column": 28
        },
        "end": {
          "line": 281,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8826,
      "end": 8827,
      "loc": {
        "start": {
          "line": 281,
          "column": 30
        },
        "end": {
          "line": 281,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ordinal",
      "start": 8827,
      "end": 8834,
      "loc": {
        "start": {
          "line": 281,
          "column": 31
        },
        "end": {
          "line": 281,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8834,
      "end": 8835,
      "loc": {
        "start": {
          "line": 281,
          "column": 38
        },
        "end": {
          "line": 281,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8835,
      "end": 8836,
      "loc": {
        "start": {
          "line": 281,
          "column": 39
        },
        "end": {
          "line": 281,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8847,
      "end": 8851,
      "loc": {
        "start": {
          "line": 282,
          "column": 10
        },
        "end": {
          "line": 282,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ooo",
      "start": 8852,
      "end": 8857,
      "loc": {
        "start": {
          "line": 282,
          "column": 15
        },
        "end": {
          "line": 282,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8857,
      "end": 8858,
      "loc": {
        "start": {
          "line": 282,
          "column": 20
        },
        "end": {
          "line": 282,
          "column": 21
        }
      }
    },
    {
      "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": 8871,
      "end": 8877,
      "loc": {
        "start": {
          "line": 283,
          "column": 12
        },
        "end": {
          "line": 283,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8878,
      "end": 8882,
      "loc": {
        "start": {
          "line": 283,
          "column": 19
        },
        "end": {
          "line": 283,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8882,
      "end": 8883,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 8883,
      "end": 8886,
      "loc": {
        "start": {
          "line": 283,
          "column": 24
        },
        "end": {
          "line": 283,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8886,
      "end": 8887,
      "loc": {
        "start": {
          "line": 283,
          "column": 27
        },
        "end": {
          "line": 283,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8887,
      "end": 8889,
      "loc": {
        "start": {
          "line": 283,
          "column": 28
        },
        "end": {
          "line": 283,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8889,
      "end": 8890,
      "loc": {
        "start": {
          "line": 283,
          "column": 30
        },
        "end": {
          "line": 283,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ordinal",
      "start": 8890,
      "end": 8897,
      "loc": {
        "start": {
          "line": 283,
          "column": 31
        },
        "end": {
          "line": 283,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8897,
      "end": 8898,
      "loc": {
        "start": {
          "line": 283,
          "column": 38
        },
        "end": {
          "line": 283,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 8899,
      "end": 8900,
      "loc": {
        "start": {
          "line": 283,
          "column": 40
        },
        "end": {
          "line": 283,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8900,
      "end": 8901,
      "loc": {
        "start": {
          "line": 283,
          "column": 41
        },
        "end": {
          "line": 283,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8901,
      "end": 8902,
      "loc": {
        "start": {
          "line": 283,
          "column": 42
        },
        "end": {
          "line": 283,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " macros",
      "start": 8913,
      "end": 8922,
      "loc": {
        "start": {
          "line": 284,
          "column": 10
        },
        "end": {
          "line": 284,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 8933,
      "end": 8937,
      "loc": {
        "start": {
          "line": 285,
          "column": 10
        },
        "end": {
          "line": 285,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "D",
      "start": 8938,
      "end": 8941,
      "loc": {
        "start": {
          "line": 285,
          "column": 15
        },
        "end": {
          "line": 285,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8941,
      "end": 8942,
      "loc": {
        "start": {
          "line": 285,
          "column": 18
        },
        "end": {
          "line": 285,
          "column": 19
        }
      }
    },
    {
      "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": 8955,
      "end": 8961,
      "loc": {
        "start": {
          "line": 286,
          "column": 12
        },
        "end": {
          "line": 286,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8962,
      "end": 8966,
      "loc": {
        "start": {
          "line": 286,
          "column": 19
        },
        "end": {
          "line": 286,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8966,
      "end": 8967,
      "loc": {
        "start": {
          "line": 286,
          "column": 23
        },
        "end": {
          "line": 286,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 8967,
      "end": 8981,
      "loc": {
        "start": {
          "line": 286,
          "column": 24
        },
        "end": {
          "line": 286,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 286,
          "column": 38
        },
        "end": {
          "line": 286,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 8982,
      "end": 8984,
      "loc": {
        "start": {
          "line": 286,
          "column": 39
        },
        "end": {
          "line": 286,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8984,
      "end": 8985,
      "loc": {
        "start": {
          "line": 286,
          "column": 41
        },
        "end": {
          "line": 286,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 8986,
      "end": 8994,
      "loc": {
        "start": {
          "line": 286,
          "column": 43
        },
        "end": {
          "line": 286,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8994,
      "end": 8995,
      "loc": {
        "start": {
          "line": 286,
          "column": 51
        },
        "end": {
          "line": 286,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE_SHORT",
      "start": 8995,
      "end": 9005,
      "loc": {
        "start": {
          "line": 286,
          "column": 52
        },
        "end": {
          "line": 286,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9005,
      "end": 9006,
      "loc": {
        "start": {
          "line": 286,
          "column": 62
        },
        "end": {
          "line": 286,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9006,
      "end": 9007,
      "loc": {
        "start": {
          "line": 286,
          "column": 63
        },
        "end": {
          "line": 286,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9018,
      "end": 9022,
      "loc": {
        "start": {
          "line": 287,
          "column": 10
        },
        "end": {
          "line": 287,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DD",
      "start": 9023,
      "end": 9027,
      "loc": {
        "start": {
          "line": 287,
          "column": 15
        },
        "end": {
          "line": 287,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9027,
      "end": 9028,
      "loc": {
        "start": {
          "line": 287,
          "column": 19
        },
        "end": {
          "line": 287,
          "column": 20
        }
      }
    },
    {
      "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": 9041,
      "end": 9047,
      "loc": {
        "start": {
          "line": 288,
          "column": 12
        },
        "end": {
          "line": 288,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9048,
      "end": 9052,
      "loc": {
        "start": {
          "line": 288,
          "column": 19
        },
        "end": {
          "line": 288,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9052,
      "end": 9053,
      "loc": {
        "start": {
          "line": 288,
          "column": 23
        },
        "end": {
          "line": 288,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9053,
      "end": 9067,
      "loc": {
        "start": {
          "line": 288,
          "column": 24
        },
        "end": {
          "line": 288,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9067,
      "end": 9068,
      "loc": {
        "start": {
          "line": 288,
          "column": 38
        },
        "end": {
          "line": 288,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9068,
      "end": 9070,
      "loc": {
        "start": {
          "line": 288,
          "column": 39
        },
        "end": {
          "line": 288,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9070,
      "end": 9071,
      "loc": {
        "start": {
          "line": 288,
          "column": 41
        },
        "end": {
          "line": 288,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9072,
      "end": 9080,
      "loc": {
        "start": {
          "line": 288,
          "column": 43
        },
        "end": {
          "line": 288,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9080,
      "end": 9081,
      "loc": {
        "start": {
          "line": 288,
          "column": 51
        },
        "end": {
          "line": 288,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE_MED",
      "start": 9081,
      "end": 9089,
      "loc": {
        "start": {
          "line": 288,
          "column": 52
        },
        "end": {
          "line": 288,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9089,
      "end": 9090,
      "loc": {
        "start": {
          "line": 288,
          "column": 60
        },
        "end": {
          "line": 288,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9090,
      "end": 9091,
      "loc": {
        "start": {
          "line": 288,
          "column": 61
        },
        "end": {
          "line": 288,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9102,
      "end": 9106,
      "loc": {
        "start": {
          "line": 289,
          "column": 10
        },
        "end": {
          "line": 289,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DDD",
      "start": 9107,
      "end": 9112,
      "loc": {
        "start": {
          "line": 289,
          "column": 15
        },
        "end": {
          "line": 289,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9112,
      "end": 9113,
      "loc": {
        "start": {
          "line": 289,
          "column": 20
        },
        "end": {
          "line": 289,
          "column": 21
        }
      }
    },
    {
      "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": 9126,
      "end": 9132,
      "loc": {
        "start": {
          "line": 290,
          "column": 12
        },
        "end": {
          "line": 290,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9133,
      "end": 9137,
      "loc": {
        "start": {
          "line": 290,
          "column": 19
        },
        "end": {
          "line": 290,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9137,
      "end": 9138,
      "loc": {
        "start": {
          "line": 290,
          "column": 23
        },
        "end": {
          "line": 290,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9138,
      "end": 9152,
      "loc": {
        "start": {
          "line": 290,
          "column": 24
        },
        "end": {
          "line": 290,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9152,
      "end": 9153,
      "loc": {
        "start": {
          "line": 290,
          "column": 38
        },
        "end": {
          "line": 290,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9153,
      "end": 9155,
      "loc": {
        "start": {
          "line": 290,
          "column": 39
        },
        "end": {
          "line": 290,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9155,
      "end": 9156,
      "loc": {
        "start": {
          "line": 290,
          "column": 41
        },
        "end": {
          "line": 290,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9157,
      "end": 9165,
      "loc": {
        "start": {
          "line": 290,
          "column": 43
        },
        "end": {
          "line": 290,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9165,
      "end": 9166,
      "loc": {
        "start": {
          "line": 290,
          "column": 51
        },
        "end": {
          "line": 290,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE_FULL",
      "start": 9166,
      "end": 9175,
      "loc": {
        "start": {
          "line": 290,
          "column": 52
        },
        "end": {
          "line": 290,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9175,
      "end": 9176,
      "loc": {
        "start": {
          "line": 290,
          "column": 61
        },
        "end": {
          "line": 290,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9176,
      "end": 9177,
      "loc": {
        "start": {
          "line": 290,
          "column": 62
        },
        "end": {
          "line": 290,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9188,
      "end": 9192,
      "loc": {
        "start": {
          "line": 291,
          "column": 10
        },
        "end": {
          "line": 291,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DDDD",
      "start": 9193,
      "end": 9199,
      "loc": {
        "start": {
          "line": 291,
          "column": 15
        },
        "end": {
          "line": 291,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9199,
      "end": 9200,
      "loc": {
        "start": {
          "line": 291,
          "column": 21
        },
        "end": {
          "line": 291,
          "column": 22
        }
      }
    },
    {
      "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": 9213,
      "end": 9219,
      "loc": {
        "start": {
          "line": 292,
          "column": 12
        },
        "end": {
          "line": 292,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9220,
      "end": 9224,
      "loc": {
        "start": {
          "line": 292,
          "column": 19
        },
        "end": {
          "line": 292,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9224,
      "end": 9225,
      "loc": {
        "start": {
          "line": 292,
          "column": 23
        },
        "end": {
          "line": 292,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9225,
      "end": 9239,
      "loc": {
        "start": {
          "line": 292,
          "column": 24
        },
        "end": {
          "line": 292,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9239,
      "end": 9240,
      "loc": {
        "start": {
          "line": 292,
          "column": 38
        },
        "end": {
          "line": 292,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9240,
      "end": 9242,
      "loc": {
        "start": {
          "line": 292,
          "column": 39
        },
        "end": {
          "line": 292,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9242,
      "end": 9243,
      "loc": {
        "start": {
          "line": 292,
          "column": 41
        },
        "end": {
          "line": 292,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9244,
      "end": 9252,
      "loc": {
        "start": {
          "line": 292,
          "column": 43
        },
        "end": {
          "line": 292,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9252,
      "end": 9253,
      "loc": {
        "start": {
          "line": 292,
          "column": 51
        },
        "end": {
          "line": 292,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE_HUGE",
      "start": 9253,
      "end": 9262,
      "loc": {
        "start": {
          "line": 292,
          "column": 52
        },
        "end": {
          "line": 292,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9262,
      "end": 9263,
      "loc": {
        "start": {
          "line": 292,
          "column": 61
        },
        "end": {
          "line": 292,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9263,
      "end": 9264,
      "loc": {
        "start": {
          "line": 292,
          "column": 62
        },
        "end": {
          "line": 292,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9275,
      "end": 9279,
      "loc": {
        "start": {
          "line": 293,
          "column": 10
        },
        "end": {
          "line": 293,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "t",
      "start": 9280,
      "end": 9283,
      "loc": {
        "start": {
          "line": 293,
          "column": 15
        },
        "end": {
          "line": 293,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9283,
      "end": 9284,
      "loc": {
        "start": {
          "line": 293,
          "column": 18
        },
        "end": {
          "line": 293,
          "column": 19
        }
      }
    },
    {
      "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": 9297,
      "end": 9303,
      "loc": {
        "start": {
          "line": 294,
          "column": 12
        },
        "end": {
          "line": 294,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9304,
      "end": 9308,
      "loc": {
        "start": {
          "line": 294,
          "column": 19
        },
        "end": {
          "line": 294,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9308,
      "end": 9309,
      "loc": {
        "start": {
          "line": 294,
          "column": 23
        },
        "end": {
          "line": 294,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9309,
      "end": 9323,
      "loc": {
        "start": {
          "line": 294,
          "column": 24
        },
        "end": {
          "line": 294,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9323,
      "end": 9324,
      "loc": {
        "start": {
          "line": 294,
          "column": 38
        },
        "end": {
          "line": 294,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9324,
      "end": 9326,
      "loc": {
        "start": {
          "line": 294,
          "column": 39
        },
        "end": {
          "line": 294,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9326,
      "end": 9327,
      "loc": {
        "start": {
          "line": 294,
          "column": 41
        },
        "end": {
          "line": 294,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9328,
      "end": 9336,
      "loc": {
        "start": {
          "line": 294,
          "column": 43
        },
        "end": {
          "line": 294,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9336,
      "end": 9337,
      "loc": {
        "start": {
          "line": 294,
          "column": 51
        },
        "end": {
          "line": 294,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_SIMPLE",
      "start": 9337,
      "end": 9348,
      "loc": {
        "start": {
          "line": 294,
          "column": 52
        },
        "end": {
          "line": 294,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9348,
      "end": 9349,
      "loc": {
        "start": {
          "line": 294,
          "column": 63
        },
        "end": {
          "line": 294,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9349,
      "end": 9350,
      "loc": {
        "start": {
          "line": 294,
          "column": 64
        },
        "end": {
          "line": 294,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9361,
      "end": 9365,
      "loc": {
        "start": {
          "line": 295,
          "column": 10
        },
        "end": {
          "line": 295,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "tt",
      "start": 9366,
      "end": 9370,
      "loc": {
        "start": {
          "line": 295,
          "column": 15
        },
        "end": {
          "line": 295,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9370,
      "end": 9371,
      "loc": {
        "start": {
          "line": 295,
          "column": 19
        },
        "end": {
          "line": 295,
          "column": 20
        }
      }
    },
    {
      "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": 9384,
      "end": 9390,
      "loc": {
        "start": {
          "line": 296,
          "column": 12
        },
        "end": {
          "line": 296,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9391,
      "end": 9395,
      "loc": {
        "start": {
          "line": 296,
          "column": 19
        },
        "end": {
          "line": 296,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9395,
      "end": 9396,
      "loc": {
        "start": {
          "line": 296,
          "column": 23
        },
        "end": {
          "line": 296,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9396,
      "end": 9410,
      "loc": {
        "start": {
          "line": 296,
          "column": 24
        },
        "end": {
          "line": 296,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9410,
      "end": 9411,
      "loc": {
        "start": {
          "line": 296,
          "column": 38
        },
        "end": {
          "line": 296,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9411,
      "end": 9413,
      "loc": {
        "start": {
          "line": 296,
          "column": 39
        },
        "end": {
          "line": 296,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9413,
      "end": 9414,
      "loc": {
        "start": {
          "line": 296,
          "column": 41
        },
        "end": {
          "line": 296,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9415,
      "end": 9423,
      "loc": {
        "start": {
          "line": 296,
          "column": 43
        },
        "end": {
          "line": 296,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9423,
      "end": 9424,
      "loc": {
        "start": {
          "line": 296,
          "column": 51
        },
        "end": {
          "line": 296,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_WITH_SECONDS",
      "start": 9424,
      "end": 9441,
      "loc": {
        "start": {
          "line": 296,
          "column": 52
        },
        "end": {
          "line": 296,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9441,
      "end": 9442,
      "loc": {
        "start": {
          "line": 296,
          "column": 69
        },
        "end": {
          "line": 296,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9442,
      "end": 9443,
      "loc": {
        "start": {
          "line": 296,
          "column": 70
        },
        "end": {
          "line": 296,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9454,
      "end": 9458,
      "loc": {
        "start": {
          "line": 297,
          "column": 10
        },
        "end": {
          "line": 297,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ttt",
      "start": 9459,
      "end": 9464,
      "loc": {
        "start": {
          "line": 297,
          "column": 15
        },
        "end": {
          "line": 297,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9464,
      "end": 9465,
      "loc": {
        "start": {
          "line": 297,
          "column": 20
        },
        "end": {
          "line": 297,
          "column": 21
        }
      }
    },
    {
      "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": 9478,
      "end": 9484,
      "loc": {
        "start": {
          "line": 298,
          "column": 12
        },
        "end": {
          "line": 298,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9485,
      "end": 9489,
      "loc": {
        "start": {
          "line": 298,
          "column": 19
        },
        "end": {
          "line": 298,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9489,
      "end": 9490,
      "loc": {
        "start": {
          "line": 298,
          "column": 23
        },
        "end": {
          "line": 298,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9490,
      "end": 9504,
      "loc": {
        "start": {
          "line": 298,
          "column": 24
        },
        "end": {
          "line": 298,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9504,
      "end": 9505,
      "loc": {
        "start": {
          "line": 298,
          "column": 38
        },
        "end": {
          "line": 298,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9505,
      "end": 9507,
      "loc": {
        "start": {
          "line": 298,
          "column": 39
        },
        "end": {
          "line": 298,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9507,
      "end": 9508,
      "loc": {
        "start": {
          "line": 298,
          "column": 41
        },
        "end": {
          "line": 298,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9509,
      "end": 9517,
      "loc": {
        "start": {
          "line": 298,
          "column": 43
        },
        "end": {
          "line": 298,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9517,
      "end": 9518,
      "loc": {
        "start": {
          "line": 298,
          "column": 51
        },
        "end": {
          "line": 298,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_WITH_SHORT_OFFSET",
      "start": 9518,
      "end": 9540,
      "loc": {
        "start": {
          "line": 298,
          "column": 52
        },
        "end": {
          "line": 298,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9540,
      "end": 9541,
      "loc": {
        "start": {
          "line": 298,
          "column": 74
        },
        "end": {
          "line": 298,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9541,
      "end": 9542,
      "loc": {
        "start": {
          "line": 298,
          "column": 75
        },
        "end": {
          "line": 298,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9553,
      "end": 9557,
      "loc": {
        "start": {
          "line": 299,
          "column": 10
        },
        "end": {
          "line": 299,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "tttt",
      "start": 9558,
      "end": 9564,
      "loc": {
        "start": {
          "line": 299,
          "column": 15
        },
        "end": {
          "line": 299,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9564,
      "end": 9565,
      "loc": {
        "start": {
          "line": 299,
          "column": 21
        },
        "end": {
          "line": 299,
          "column": 22
        }
      }
    },
    {
      "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": 9578,
      "end": 9584,
      "loc": {
        "start": {
          "line": 300,
          "column": 12
        },
        "end": {
          "line": 300,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9585,
      "end": 9589,
      "loc": {
        "start": {
          "line": 300,
          "column": 19
        },
        "end": {
          "line": 300,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9589,
      "end": 9590,
      "loc": {
        "start": {
          "line": 300,
          "column": 23
        },
        "end": {
          "line": 300,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9590,
      "end": 9604,
      "loc": {
        "start": {
          "line": 300,
          "column": 24
        },
        "end": {
          "line": 300,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9604,
      "end": 9605,
      "loc": {
        "start": {
          "line": 300,
          "column": 38
        },
        "end": {
          "line": 300,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9605,
      "end": 9607,
      "loc": {
        "start": {
          "line": 300,
          "column": 39
        },
        "end": {
          "line": 300,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9607,
      "end": 9608,
      "loc": {
        "start": {
          "line": 300,
          "column": 41
        },
        "end": {
          "line": 300,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9609,
      "end": 9617,
      "loc": {
        "start": {
          "line": 300,
          "column": 43
        },
        "end": {
          "line": 300,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9617,
      "end": 9618,
      "loc": {
        "start": {
          "line": 300,
          "column": 51
        },
        "end": {
          "line": 300,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_WITH_LONG_OFFSET",
      "start": 9618,
      "end": 9639,
      "loc": {
        "start": {
          "line": 300,
          "column": 52
        },
        "end": {
          "line": 300,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9639,
      "end": 9640,
      "loc": {
        "start": {
          "line": 300,
          "column": 73
        },
        "end": {
          "line": 300,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9640,
      "end": 9641,
      "loc": {
        "start": {
          "line": 300,
          "column": 74
        },
        "end": {
          "line": 300,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9652,
      "end": 9656,
      "loc": {
        "start": {
          "line": 301,
          "column": 10
        },
        "end": {
          "line": 301,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "T",
      "start": 9657,
      "end": 9660,
      "loc": {
        "start": {
          "line": 301,
          "column": 15
        },
        "end": {
          "line": 301,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9660,
      "end": 9661,
      "loc": {
        "start": {
          "line": 301,
          "column": 18
        },
        "end": {
          "line": 301,
          "column": 19
        }
      }
    },
    {
      "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": 9674,
      "end": 9680,
      "loc": {
        "start": {
          "line": 302,
          "column": 12
        },
        "end": {
          "line": 302,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9681,
      "end": 9685,
      "loc": {
        "start": {
          "line": 302,
          "column": 19
        },
        "end": {
          "line": 302,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9685,
      "end": 9686,
      "loc": {
        "start": {
          "line": 302,
          "column": 23
        },
        "end": {
          "line": 302,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9686,
      "end": 9700,
      "loc": {
        "start": {
          "line": 302,
          "column": 24
        },
        "end": {
          "line": 302,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9700,
      "end": 9701,
      "loc": {
        "start": {
          "line": 302,
          "column": 38
        },
        "end": {
          "line": 302,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9701,
      "end": 9703,
      "loc": {
        "start": {
          "line": 302,
          "column": 39
        },
        "end": {
          "line": 302,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9703,
      "end": 9704,
      "loc": {
        "start": {
          "line": 302,
          "column": 41
        },
        "end": {
          "line": 302,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9705,
      "end": 9713,
      "loc": {
        "start": {
          "line": 302,
          "column": 43
        },
        "end": {
          "line": 302,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9713,
      "end": 9714,
      "loc": {
        "start": {
          "line": 302,
          "column": 51
        },
        "end": {
          "line": 302,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_24_SIMPLE",
      "start": 9714,
      "end": 9728,
      "loc": {
        "start": {
          "line": 302,
          "column": 52
        },
        "end": {
          "line": 302,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9728,
      "end": 9729,
      "loc": {
        "start": {
          "line": 302,
          "column": 66
        },
        "end": {
          "line": 302,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9729,
      "end": 9730,
      "loc": {
        "start": {
          "line": 302,
          "column": 67
        },
        "end": {
          "line": 302,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9741,
      "end": 9745,
      "loc": {
        "start": {
          "line": 303,
          "column": 10
        },
        "end": {
          "line": 303,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TT",
      "start": 9746,
      "end": 9750,
      "loc": {
        "start": {
          "line": 303,
          "column": 15
        },
        "end": {
          "line": 303,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9750,
      "end": 9751,
      "loc": {
        "start": {
          "line": 303,
          "column": 19
        },
        "end": {
          "line": 303,
          "column": 20
        }
      }
    },
    {
      "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": 9764,
      "end": 9770,
      "loc": {
        "start": {
          "line": 304,
          "column": 12
        },
        "end": {
          "line": 304,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9771,
      "end": 9775,
      "loc": {
        "start": {
          "line": 304,
          "column": 19
        },
        "end": {
          "line": 304,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9775,
      "end": 9776,
      "loc": {
        "start": {
          "line": 304,
          "column": 23
        },
        "end": {
          "line": 304,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9776,
      "end": 9790,
      "loc": {
        "start": {
          "line": 304,
          "column": 24
        },
        "end": {
          "line": 304,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 304,
          "column": 38
        },
        "end": {
          "line": 304,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9791,
      "end": 9793,
      "loc": {
        "start": {
          "line": 304,
          "column": 39
        },
        "end": {
          "line": 304,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9793,
      "end": 9794,
      "loc": {
        "start": {
          "line": 304,
          "column": 41
        },
        "end": {
          "line": 304,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9795,
      "end": 9803,
      "loc": {
        "start": {
          "line": 304,
          "column": 43
        },
        "end": {
          "line": 304,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9803,
      "end": 9804,
      "loc": {
        "start": {
          "line": 304,
          "column": 51
        },
        "end": {
          "line": 304,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_24_WITH_SECONDS",
      "start": 9804,
      "end": 9824,
      "loc": {
        "start": {
          "line": 304,
          "column": 52
        },
        "end": {
          "line": 304,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9824,
      "end": 9825,
      "loc": {
        "start": {
          "line": 304,
          "column": 72
        },
        "end": {
          "line": 304,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9825,
      "end": 9826,
      "loc": {
        "start": {
          "line": 304,
          "column": 73
        },
        "end": {
          "line": 304,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9837,
      "end": 9841,
      "loc": {
        "start": {
          "line": 305,
          "column": 10
        },
        "end": {
          "line": 305,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TTT",
      "start": 9842,
      "end": 9847,
      "loc": {
        "start": {
          "line": 305,
          "column": 15
        },
        "end": {
          "line": 305,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9847,
      "end": 9848,
      "loc": {
        "start": {
          "line": 305,
          "column": 20
        },
        "end": {
          "line": 305,
          "column": 21
        }
      }
    },
    {
      "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": 9861,
      "end": 9867,
      "loc": {
        "start": {
          "line": 306,
          "column": 12
        },
        "end": {
          "line": 306,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9868,
      "end": 9872,
      "loc": {
        "start": {
          "line": 306,
          "column": 19
        },
        "end": {
          "line": 306,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9872,
      "end": 9873,
      "loc": {
        "start": {
          "line": 306,
          "column": 23
        },
        "end": {
          "line": 306,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9873,
      "end": 9887,
      "loc": {
        "start": {
          "line": 306,
          "column": 24
        },
        "end": {
          "line": 306,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9887,
      "end": 9888,
      "loc": {
        "start": {
          "line": 306,
          "column": 38
        },
        "end": {
          "line": 306,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9888,
      "end": 9890,
      "loc": {
        "start": {
          "line": 306,
          "column": 39
        },
        "end": {
          "line": 306,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9890,
      "end": 9891,
      "loc": {
        "start": {
          "line": 306,
          "column": 41
        },
        "end": {
          "line": 306,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9892,
      "end": 9900,
      "loc": {
        "start": {
          "line": 306,
          "column": 43
        },
        "end": {
          "line": 306,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9900,
      "end": 9901,
      "loc": {
        "start": {
          "line": 306,
          "column": 51
        },
        "end": {
          "line": 306,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_24_WITH_SHORT_OFFSET",
      "start": 9901,
      "end": 9926,
      "loc": {
        "start": {
          "line": 306,
          "column": 52
        },
        "end": {
          "line": 306,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9926,
      "end": 9927,
      "loc": {
        "start": {
          "line": 306,
          "column": 77
        },
        "end": {
          "line": 306,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9927,
      "end": 9928,
      "loc": {
        "start": {
          "line": 306,
          "column": 78
        },
        "end": {
          "line": 306,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 9939,
      "end": 9943,
      "loc": {
        "start": {
          "line": 307,
          "column": 10
        },
        "end": {
          "line": 307,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TTTT",
      "start": 9944,
      "end": 9950,
      "loc": {
        "start": {
          "line": 307,
          "column": 15
        },
        "end": {
          "line": 307,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9950,
      "end": 9951,
      "loc": {
        "start": {
          "line": 307,
          "column": 21
        },
        "end": {
          "line": 307,
          "column": 22
        }
      }
    },
    {
      "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": 9964,
      "end": 9970,
      "loc": {
        "start": {
          "line": 308,
          "column": 12
        },
        "end": {
          "line": 308,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9971,
      "end": 9975,
      "loc": {
        "start": {
          "line": 308,
          "column": 19
        },
        "end": {
          "line": 308,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9975,
      "end": 9976,
      "loc": {
        "start": {
          "line": 308,
          "column": 23
        },
        "end": {
          "line": 308,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 9976,
      "end": 9990,
      "loc": {
        "start": {
          "line": 308,
          "column": 24
        },
        "end": {
          "line": 308,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9990,
      "end": 9991,
      "loc": {
        "start": {
          "line": 308,
          "column": 38
        },
        "end": {
          "line": 308,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 9991,
      "end": 9993,
      "loc": {
        "start": {
          "line": 308,
          "column": 39
        },
        "end": {
          "line": 308,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9993,
      "end": 9994,
      "loc": {
        "start": {
          "line": 308,
          "column": 41
        },
        "end": {
          "line": 308,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 9995,
      "end": 10003,
      "loc": {
        "start": {
          "line": 308,
          "column": 43
        },
        "end": {
          "line": 308,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10003,
      "end": 10004,
      "loc": {
        "start": {
          "line": 308,
          "column": 51
        },
        "end": {
          "line": 308,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME_24_WITH_LONG_OFFSET",
      "start": 10004,
      "end": 10028,
      "loc": {
        "start": {
          "line": 308,
          "column": 52
        },
        "end": {
          "line": 308,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10028,
      "end": 10029,
      "loc": {
        "start": {
          "line": 308,
          "column": 76
        },
        "end": {
          "line": 308,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10029,
      "end": 10030,
      "loc": {
        "start": {
          "line": 308,
          "column": 77
        },
        "end": {
          "line": 308,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10041,
      "end": 10045,
      "loc": {
        "start": {
          "line": 309,
          "column": 10
        },
        "end": {
          "line": 309,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "f",
      "start": 10046,
      "end": 10049,
      "loc": {
        "start": {
          "line": 309,
          "column": 15
        },
        "end": {
          "line": 309,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10049,
      "end": 10050,
      "loc": {
        "start": {
          "line": 309,
          "column": 18
        },
        "end": {
          "line": 309,
          "column": 19
        }
      }
    },
    {
      "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": 10063,
      "end": 10069,
      "loc": {
        "start": {
          "line": 310,
          "column": 12
        },
        "end": {
          "line": 310,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10070,
      "end": 10074,
      "loc": {
        "start": {
          "line": 310,
          "column": 19
        },
        "end": {
          "line": 310,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10074,
      "end": 10075,
      "loc": {
        "start": {
          "line": 310,
          "column": 23
        },
        "end": {
          "line": 310,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10075,
      "end": 10089,
      "loc": {
        "start": {
          "line": 310,
          "column": 24
        },
        "end": {
          "line": 310,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10089,
      "end": 10090,
      "loc": {
        "start": {
          "line": 310,
          "column": 38
        },
        "end": {
          "line": 310,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10090,
      "end": 10092,
      "loc": {
        "start": {
          "line": 310,
          "column": 39
        },
        "end": {
          "line": 310,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10092,
      "end": 10093,
      "loc": {
        "start": {
          "line": 310,
          "column": 41
        },
        "end": {
          "line": 310,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10094,
      "end": 10102,
      "loc": {
        "start": {
          "line": 310,
          "column": 43
        },
        "end": {
          "line": 310,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10102,
      "end": 10103,
      "loc": {
        "start": {
          "line": 310,
          "column": 51
        },
        "end": {
          "line": 310,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_SHORT",
      "start": 10103,
      "end": 10117,
      "loc": {
        "start": {
          "line": 310,
          "column": 52
        },
        "end": {
          "line": 310,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10117,
      "end": 10118,
      "loc": {
        "start": {
          "line": 310,
          "column": 66
        },
        "end": {
          "line": 310,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10118,
      "end": 10119,
      "loc": {
        "start": {
          "line": 310,
          "column": 67
        },
        "end": {
          "line": 310,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10130,
      "end": 10134,
      "loc": {
        "start": {
          "line": 311,
          "column": 10
        },
        "end": {
          "line": 311,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ff",
      "start": 10135,
      "end": 10139,
      "loc": {
        "start": {
          "line": 311,
          "column": 15
        },
        "end": {
          "line": 311,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10139,
      "end": 10140,
      "loc": {
        "start": {
          "line": 311,
          "column": 19
        },
        "end": {
          "line": 311,
          "column": 20
        }
      }
    },
    {
      "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": 10153,
      "end": 10159,
      "loc": {
        "start": {
          "line": 312,
          "column": 12
        },
        "end": {
          "line": 312,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10160,
      "end": 10164,
      "loc": {
        "start": {
          "line": 312,
          "column": 19
        },
        "end": {
          "line": 312,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10164,
      "end": 10165,
      "loc": {
        "start": {
          "line": 312,
          "column": 23
        },
        "end": {
          "line": 312,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10165,
      "end": 10179,
      "loc": {
        "start": {
          "line": 312,
          "column": 24
        },
        "end": {
          "line": 312,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10179,
      "end": 10180,
      "loc": {
        "start": {
          "line": 312,
          "column": 38
        },
        "end": {
          "line": 312,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10180,
      "end": 10182,
      "loc": {
        "start": {
          "line": 312,
          "column": 39
        },
        "end": {
          "line": 312,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10182,
      "end": 10183,
      "loc": {
        "start": {
          "line": 312,
          "column": 41
        },
        "end": {
          "line": 312,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10184,
      "end": 10192,
      "loc": {
        "start": {
          "line": 312,
          "column": 43
        },
        "end": {
          "line": 312,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10192,
      "end": 10193,
      "loc": {
        "start": {
          "line": 312,
          "column": 51
        },
        "end": {
          "line": 312,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_MED",
      "start": 10193,
      "end": 10205,
      "loc": {
        "start": {
          "line": 312,
          "column": 52
        },
        "end": {
          "line": 312,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10205,
      "end": 10206,
      "loc": {
        "start": {
          "line": 312,
          "column": 64
        },
        "end": {
          "line": 312,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10206,
      "end": 10207,
      "loc": {
        "start": {
          "line": 312,
          "column": 65
        },
        "end": {
          "line": 312,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10218,
      "end": 10222,
      "loc": {
        "start": {
          "line": 313,
          "column": 10
        },
        "end": {
          "line": 313,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "fff",
      "start": 10223,
      "end": 10228,
      "loc": {
        "start": {
          "line": 313,
          "column": 15
        },
        "end": {
          "line": 313,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10228,
      "end": 10229,
      "loc": {
        "start": {
          "line": 313,
          "column": 20
        },
        "end": {
          "line": 313,
          "column": 21
        }
      }
    },
    {
      "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": 10242,
      "end": 10248,
      "loc": {
        "start": {
          "line": 314,
          "column": 12
        },
        "end": {
          "line": 314,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10249,
      "end": 10253,
      "loc": {
        "start": {
          "line": 314,
          "column": 19
        },
        "end": {
          "line": 314,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10253,
      "end": 10254,
      "loc": {
        "start": {
          "line": 314,
          "column": 23
        },
        "end": {
          "line": 314,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10254,
      "end": 10268,
      "loc": {
        "start": {
          "line": 314,
          "column": 24
        },
        "end": {
          "line": 314,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10268,
      "end": 10269,
      "loc": {
        "start": {
          "line": 314,
          "column": 38
        },
        "end": {
          "line": 314,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10269,
      "end": 10271,
      "loc": {
        "start": {
          "line": 314,
          "column": 39
        },
        "end": {
          "line": 314,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10271,
      "end": 10272,
      "loc": {
        "start": {
          "line": 314,
          "column": 41
        },
        "end": {
          "line": 314,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10273,
      "end": 10281,
      "loc": {
        "start": {
          "line": 314,
          "column": 43
        },
        "end": {
          "line": 314,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10281,
      "end": 10282,
      "loc": {
        "start": {
          "line": 314,
          "column": 51
        },
        "end": {
          "line": 314,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_FULL",
      "start": 10282,
      "end": 10295,
      "loc": {
        "start": {
          "line": 314,
          "column": 52
        },
        "end": {
          "line": 314,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10295,
      "end": 10296,
      "loc": {
        "start": {
          "line": 314,
          "column": 65
        },
        "end": {
          "line": 314,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10296,
      "end": 10297,
      "loc": {
        "start": {
          "line": 314,
          "column": 66
        },
        "end": {
          "line": 314,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10308,
      "end": 10312,
      "loc": {
        "start": {
          "line": 315,
          "column": 10
        },
        "end": {
          "line": 315,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ffff",
      "start": 10313,
      "end": 10319,
      "loc": {
        "start": {
          "line": 315,
          "column": 15
        },
        "end": {
          "line": 315,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10319,
      "end": 10320,
      "loc": {
        "start": {
          "line": 315,
          "column": 21
        },
        "end": {
          "line": 315,
          "column": 22
        }
      }
    },
    {
      "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": 10333,
      "end": 10339,
      "loc": {
        "start": {
          "line": 316,
          "column": 12
        },
        "end": {
          "line": 316,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10340,
      "end": 10344,
      "loc": {
        "start": {
          "line": 316,
          "column": 19
        },
        "end": {
          "line": 316,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10344,
      "end": 10345,
      "loc": {
        "start": {
          "line": 316,
          "column": 23
        },
        "end": {
          "line": 316,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10345,
      "end": 10359,
      "loc": {
        "start": {
          "line": 316,
          "column": 24
        },
        "end": {
          "line": 316,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10359,
      "end": 10360,
      "loc": {
        "start": {
          "line": 316,
          "column": 38
        },
        "end": {
          "line": 316,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10360,
      "end": 10362,
      "loc": {
        "start": {
          "line": 316,
          "column": 39
        },
        "end": {
          "line": 316,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10362,
      "end": 10363,
      "loc": {
        "start": {
          "line": 316,
          "column": 41
        },
        "end": {
          "line": 316,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10364,
      "end": 10372,
      "loc": {
        "start": {
          "line": 316,
          "column": 43
        },
        "end": {
          "line": 316,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10372,
      "end": 10373,
      "loc": {
        "start": {
          "line": 316,
          "column": 51
        },
        "end": {
          "line": 316,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_HUGE",
      "start": 10373,
      "end": 10386,
      "loc": {
        "start": {
          "line": 316,
          "column": 52
        },
        "end": {
          "line": 316,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10386,
      "end": 10387,
      "loc": {
        "start": {
          "line": 316,
          "column": 65
        },
        "end": {
          "line": 316,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10387,
      "end": 10388,
      "loc": {
        "start": {
          "line": 316,
          "column": 66
        },
        "end": {
          "line": 316,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10399,
      "end": 10403,
      "loc": {
        "start": {
          "line": 317,
          "column": 10
        },
        "end": {
          "line": 317,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "F",
      "start": 10404,
      "end": 10407,
      "loc": {
        "start": {
          "line": 317,
          "column": 15
        },
        "end": {
          "line": 317,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10407,
      "end": 10408,
      "loc": {
        "start": {
          "line": 317,
          "column": 18
        },
        "end": {
          "line": 317,
          "column": 19
        }
      }
    },
    {
      "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": 10421,
      "end": 10427,
      "loc": {
        "start": {
          "line": 318,
          "column": 12
        },
        "end": {
          "line": 318,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10428,
      "end": 10432,
      "loc": {
        "start": {
          "line": 318,
          "column": 19
        },
        "end": {
          "line": 318,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10432,
      "end": 10433,
      "loc": {
        "start": {
          "line": 318,
          "column": 23
        },
        "end": {
          "line": 318,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10433,
      "end": 10447,
      "loc": {
        "start": {
          "line": 318,
          "column": 24
        },
        "end": {
          "line": 318,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10447,
      "end": 10448,
      "loc": {
        "start": {
          "line": 318,
          "column": 38
        },
        "end": {
          "line": 318,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10448,
      "end": 10450,
      "loc": {
        "start": {
          "line": 318,
          "column": 39
        },
        "end": {
          "line": 318,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10450,
      "end": 10451,
      "loc": {
        "start": {
          "line": 318,
          "column": 41
        },
        "end": {
          "line": 318,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10452,
      "end": 10460,
      "loc": {
        "start": {
          "line": 318,
          "column": 43
        },
        "end": {
          "line": 318,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10460,
      "end": 10461,
      "loc": {
        "start": {
          "line": 318,
          "column": 51
        },
        "end": {
          "line": 318,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_SHORT_WITH_SECONDS",
      "start": 10461,
      "end": 10488,
      "loc": {
        "start": {
          "line": 318,
          "column": 52
        },
        "end": {
          "line": 318,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10488,
      "end": 10489,
      "loc": {
        "start": {
          "line": 318,
          "column": 79
        },
        "end": {
          "line": 318,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10489,
      "end": 10490,
      "loc": {
        "start": {
          "line": 318,
          "column": 80
        },
        "end": {
          "line": 318,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10501,
      "end": 10505,
      "loc": {
        "start": {
          "line": 319,
          "column": 10
        },
        "end": {
          "line": 319,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FF",
      "start": 10506,
      "end": 10510,
      "loc": {
        "start": {
          "line": 319,
          "column": 15
        },
        "end": {
          "line": 319,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10510,
      "end": 10511,
      "loc": {
        "start": {
          "line": 319,
          "column": 19
        },
        "end": {
          "line": 319,
          "column": 20
        }
      }
    },
    {
      "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": 10524,
      "end": 10530,
      "loc": {
        "start": {
          "line": 320,
          "column": 12
        },
        "end": {
          "line": 320,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10531,
      "end": 10535,
      "loc": {
        "start": {
          "line": 320,
          "column": 19
        },
        "end": {
          "line": 320,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10535,
      "end": 10536,
      "loc": {
        "start": {
          "line": 320,
          "column": 23
        },
        "end": {
          "line": 320,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10536,
      "end": 10550,
      "loc": {
        "start": {
          "line": 320,
          "column": 24
        },
        "end": {
          "line": 320,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10550,
      "end": 10551,
      "loc": {
        "start": {
          "line": 320,
          "column": 38
        },
        "end": {
          "line": 320,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10551,
      "end": 10553,
      "loc": {
        "start": {
          "line": 320,
          "column": 39
        },
        "end": {
          "line": 320,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10553,
      "end": 10554,
      "loc": {
        "start": {
          "line": 320,
          "column": 41
        },
        "end": {
          "line": 320,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10555,
      "end": 10563,
      "loc": {
        "start": {
          "line": 320,
          "column": 43
        },
        "end": {
          "line": 320,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10563,
      "end": 10564,
      "loc": {
        "start": {
          "line": 320,
          "column": 51
        },
        "end": {
          "line": 320,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_MED_WITH_SECONDS",
      "start": 10564,
      "end": 10589,
      "loc": {
        "start": {
          "line": 320,
          "column": 52
        },
        "end": {
          "line": 320,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10589,
      "end": 10590,
      "loc": {
        "start": {
          "line": 320,
          "column": 77
        },
        "end": {
          "line": 320,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10590,
      "end": 10591,
      "loc": {
        "start": {
          "line": 320,
          "column": 78
        },
        "end": {
          "line": 320,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10602,
      "end": 10606,
      "loc": {
        "start": {
          "line": 321,
          "column": 10
        },
        "end": {
          "line": 321,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FFF",
      "start": 10607,
      "end": 10612,
      "loc": {
        "start": {
          "line": 321,
          "column": 15
        },
        "end": {
          "line": 321,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10612,
      "end": 10613,
      "loc": {
        "start": {
          "line": 321,
          "column": 20
        },
        "end": {
          "line": 321,
          "column": 21
        }
      }
    },
    {
      "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": 10626,
      "end": 10632,
      "loc": {
        "start": {
          "line": 322,
          "column": 12
        },
        "end": {
          "line": 322,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10633,
      "end": 10637,
      "loc": {
        "start": {
          "line": 322,
          "column": 19
        },
        "end": {
          "line": 322,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10637,
      "end": 10638,
      "loc": {
        "start": {
          "line": 322,
          "column": 23
        },
        "end": {
          "line": 322,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10638,
      "end": 10652,
      "loc": {
        "start": {
          "line": 322,
          "column": 24
        },
        "end": {
          "line": 322,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10652,
      "end": 10653,
      "loc": {
        "start": {
          "line": 322,
          "column": 38
        },
        "end": {
          "line": 322,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10653,
      "end": 10655,
      "loc": {
        "start": {
          "line": 322,
          "column": 39
        },
        "end": {
          "line": 322,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10655,
      "end": 10656,
      "loc": {
        "start": {
          "line": 322,
          "column": 41
        },
        "end": {
          "line": 322,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10657,
      "end": 10665,
      "loc": {
        "start": {
          "line": 322,
          "column": 43
        },
        "end": {
          "line": 322,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10665,
      "end": 10666,
      "loc": {
        "start": {
          "line": 322,
          "column": 51
        },
        "end": {
          "line": 322,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_FULL_WITH_SECONDS",
      "start": 10666,
      "end": 10692,
      "loc": {
        "start": {
          "line": 322,
          "column": 52
        },
        "end": {
          "line": 322,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10692,
      "end": 10693,
      "loc": {
        "start": {
          "line": 322,
          "column": 78
        },
        "end": {
          "line": 322,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10693,
      "end": 10694,
      "loc": {
        "start": {
          "line": 322,
          "column": 79
        },
        "end": {
          "line": 322,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10705,
      "end": 10709,
      "loc": {
        "start": {
          "line": 323,
          "column": 10
        },
        "end": {
          "line": 323,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FFFF",
      "start": 10710,
      "end": 10716,
      "loc": {
        "start": {
          "line": 323,
          "column": 15
        },
        "end": {
          "line": 323,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10716,
      "end": 10717,
      "loc": {
        "start": {
          "line": 323,
          "column": 21
        },
        "end": {
          "line": 323,
          "column": 22
        }
      }
    },
    {
      "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": 10730,
      "end": 10736,
      "loc": {
        "start": {
          "line": 324,
          "column": 12
        },
        "end": {
          "line": 324,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10737,
      "end": 10741,
      "loc": {
        "start": {
          "line": 324,
          "column": 19
        },
        "end": {
          "line": 324,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10741,
      "end": 10742,
      "loc": {
        "start": {
          "line": 324,
          "column": 23
        },
        "end": {
          "line": 324,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDateTime",
      "start": 10742,
      "end": 10756,
      "loc": {
        "start": {
          "line": 324,
          "column": 24
        },
        "end": {
          "line": 324,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10756,
      "end": 10757,
      "loc": {
        "start": {
          "line": 324,
          "column": 38
        },
        "end": {
          "line": 324,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dt",
      "start": 10757,
      "end": 10759,
      "loc": {
        "start": {
          "line": 324,
          "column": 39
        },
        "end": {
          "line": 324,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10759,
      "end": 10760,
      "loc": {
        "start": {
          "line": 324,
          "column": 41
        },
        "end": {
          "line": 324,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DateTime",
      "start": 10761,
      "end": 10769,
      "loc": {
        "start": {
          "line": 324,
          "column": 43
        },
        "end": {
          "line": 324,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10769,
      "end": 10770,
      "loc": {
        "start": {
          "line": 324,
          "column": 51
        },
        "end": {
          "line": 324,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATETIME_HUGE_WITH_SECONDS",
      "start": 10770,
      "end": 10796,
      "loc": {
        "start": {
          "line": 324,
          "column": 52
        },
        "end": {
          "line": 324,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10796,
      "end": 10797,
      "loc": {
        "start": {
          "line": 324,
          "column": 78
        },
        "end": {
          "line": 324,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10797,
      "end": 10798,
      "loc": {
        "start": {
          "line": 324,
          "column": 79
        },
        "end": {
          "line": 324,
          "column": 80
        }
      }
    },
    {
      "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": 10810,
      "end": 10817,
      "loc": {
        "start": {
          "line": 326,
          "column": 10
        },
        "end": {
          "line": 326,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10817,
      "end": 10818,
      "loc": {
        "start": {
          "line": 326,
          "column": 17
        },
        "end": {
          "line": 326,
          "column": 18
        }
      }
    },
    {
      "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": 10831,
      "end": 10837,
      "loc": {
        "start": {
          "line": 327,
          "column": 12
        },
        "end": {
          "line": 327,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 10838,
      "end": 10843,
      "loc": {
        "start": {
          "line": 327,
          "column": 19
        },
        "end": {
          "line": 327,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10843,
      "end": 10844,
      "loc": {
        "start": {
          "line": 327,
          "column": 24
        },
        "end": {
          "line": 327,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10853,
      "end": 10854,
      "loc": {
        "start": {
          "line": 328,
          "column": 8
        },
        "end": {
          "line": 328,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10861,
      "end": 10862,
      "loc": {
        "start": {
          "line": 329,
          "column": 6
        },
        "end": {
          "line": 329,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10862,
      "end": 10863,
      "loc": {
        "start": {
          "line": 329,
          "column": 7
        },
        "end": {
          "line": 329,
          "column": 8
        }
      }
    },
    {
      "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": 10869,
      "end": 10875,
      "loc": {
        "start": {
          "line": 331,
          "column": 4
        },
        "end": {
          "line": 331,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringifyTokens",
      "start": 10876,
      "end": 10891,
      "loc": {
        "start": {
          "line": 331,
          "column": 11
        },
        "end": {
          "line": 331,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10891,
      "end": 10892,
      "loc": {
        "start": {
          "line": 331,
          "column": 26
        },
        "end": {
          "line": 331,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Formatter",
      "start": 10892,
      "end": 10901,
      "loc": {
        "start": {
          "line": 331,
          "column": 27
        },
        "end": {
          "line": 331,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10901,
      "end": 10902,
      "loc": {
        "start": {
          "line": 331,
          "column": 36
        },
        "end": {
          "line": 331,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseFormat",
      "start": 10902,
      "end": 10913,
      "loc": {
        "start": {
          "line": 331,
          "column": 37
        },
        "end": {
          "line": 331,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10913,
      "end": 10914,
      "loc": {
        "start": {
          "line": 331,
          "column": 48
        },
        "end": {
          "line": 331,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 10914,
      "end": 10917,
      "loc": {
        "start": {
          "line": 331,
          "column": 49
        },
        "end": {
          "line": 331,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10917,
      "end": 10918,
      "loc": {
        "start": {
          "line": 331,
          "column": 52
        },
        "end": {
          "line": 331,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10918,
      "end": 10919,
      "loc": {
        "start": {
          "line": 331,
          "column": 53
        },
        "end": {
          "line": 331,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToString",
      "start": 10920,
      "end": 10933,
      "loc": {
        "start": {
          "line": 331,
          "column": 55
        },
        "end": {
          "line": 331,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10933,
      "end": 10934,
      "loc": {
        "start": {
          "line": 331,
          "column": 68
        },
        "end": {
          "line": 331,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10934,
      "end": 10935,
      "loc": {
        "start": {
          "line": 331,
          "column": 69
        },
        "end": {
          "line": 331,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10938,
      "end": 10939,
      "loc": {
        "start": {
          "line": 332,
          "column": 2
        },
        "end": {
          "line": 332,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDuration",
      "start": 10943,
      "end": 10957,
      "loc": {
        "start": {
          "line": 334,
          "column": 2
        },
        "end": {
          "line": 334,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10957,
      "end": 10958,
      "loc": {
        "start": {
          "line": 334,
          "column": 16
        },
        "end": {
          "line": 334,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10958,
      "end": 10959,
      "loc": {
        "start": {
          "line": 334,
          "column": 17
        },
        "end": {
          "line": 334,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10960,
      "end": 10961,
      "loc": {
        "start": {
          "line": 334,
          "column": 19
        },
        "end": {
          "line": 334,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10961,
      "end": 10962,
      "loc": {
        "start": {
          "line": 334,
          "column": 20
        },
        "end": {
          "line": 334,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatDurationFromString",
      "start": 10966,
      "end": 10990,
      "loc": {
        "start": {
          "line": 336,
          "column": 2
        },
        "end": {
          "line": 336,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10990,
      "end": 10991,
      "loc": {
        "start": {
          "line": 336,
          "column": 26
        },
        "end": {
          "line": 336,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dur",
      "start": 10991,
      "end": 10994,
      "loc": {
        "start": {
          "line": 336,
          "column": 27
        },
        "end": {
          "line": 336,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10994,
      "end": 10995,
      "loc": {
        "start": {
          "line": 336,
          "column": 30
        },
        "end": {
          "line": 336,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 10996,
      "end": 10999,
      "loc": {
        "start": {
          "line": 336,
          "column": 32
        },
        "end": {
          "line": 336,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10999,
      "end": 11000,
      "loc": {
        "start": {
          "line": 336,
          "column": 35
        },
        "end": {
          "line": 336,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11001,
      "end": 11002,
      "loc": {
        "start": {
          "line": 336,
          "column": 37
        },
        "end": {
          "line": 336,
          "column": 38
        }
      }
    },
    {
      "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": 11007,
      "end": 11012,
      "loc": {
        "start": {
          "line": 337,
          "column": 4
        },
        "end": {
          "line": 337,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToField",
      "start": 11013,
      "end": 11025,
      "loc": {
        "start": {
          "line": 337,
          "column": 10
        },
        "end": {
          "line": 337,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11026,
      "end": 11027,
      "loc": {
        "start": {
          "line": 337,
          "column": 23
        },
        "end": {
          "line": 337,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 11028,
      "end": 11033,
      "loc": {
        "start": {
          "line": 337,
          "column": 25
        },
        "end": {
          "line": 337,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11034,
      "end": 11036,
      "loc": {
        "start": {
          "line": 337,
          "column": 31
        },
        "end": {
          "line": 337,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11037,
      "end": 11038,
      "loc": {
        "start": {
          "line": 337,
          "column": 34
        },
        "end": {
          "line": 337,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 11047,
      "end": 11053,
      "loc": {
        "start": {
          "line": 338,
          "column": 8
        },
        "end": {
          "line": 338,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11054,
      "end": 11055,
      "loc": {
        "start": {
          "line": 338,
          "column": 15
        },
        "end": {
          "line": 338,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 11055,
      "end": 11060,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11060,
      "end": 11061,
      "loc": {
        "start": {
          "line": 338,
          "column": 21
        },
        "end": {
          "line": 338,
          "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": 11061,
      "end": 11062,
      "loc": {
        "start": {
          "line": 338,
          "column": 22
        },
        "end": {
          "line": 338,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11062,
      "end": 11063,
      "loc": {
        "start": {
          "line": 338,
          "column": 23
        },
        "end": {
          "line": 338,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11063,
      "end": 11064,
      "loc": {
        "start": {
          "line": 338,
          "column": 24
        },
        "end": {
          "line": 338,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11065,
      "end": 11066,
      "loc": {
        "start": {
          "line": 338,
          "column": 26
        },
        "end": {
          "line": 338,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11077,
      "end": 11081,
      "loc": {
        "start": {
          "line": 339,
          "column": 10
        },
        "end": {
          "line": 339,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "S",
      "start": 11082,
      "end": 11085,
      "loc": {
        "start": {
          "line": 339,
          "column": 15
        },
        "end": {
          "line": 339,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11085,
      "end": 11086,
      "loc": {
        "start": {
          "line": 339,
          "column": 18
        },
        "end": {
          "line": 339,
          "column": 19
        }
      }
    },
    {
      "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": 11099,
      "end": 11105,
      "loc": {
        "start": {
          "line": 340,
          "column": 12
        },
        "end": {
          "line": 340,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "millisecond",
      "start": 11106,
      "end": 11119,
      "loc": {
        "start": {
          "line": 340,
          "column": 19
        },
        "end": {
          "line": 340,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11119,
      "end": 11120,
      "loc": {
        "start": {
          "line": 340,
          "column": 32
        },
        "end": {
          "line": 340,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11131,
      "end": 11135,
      "loc": {
        "start": {
          "line": 341,
          "column": 10
        },
        "end": {
          "line": 341,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "s",
      "start": 11136,
      "end": 11139,
      "loc": {
        "start": {
          "line": 341,
          "column": 15
        },
        "end": {
          "line": 341,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11139,
      "end": 11140,
      "loc": {
        "start": {
          "line": 341,
          "column": 18
        },
        "end": {
          "line": 341,
          "column": 19
        }
      }
    },
    {
      "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": 11153,
      "end": 11159,
      "loc": {
        "start": {
          "line": 342,
          "column": 12
        },
        "end": {
          "line": 342,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "second",
      "start": 11160,
      "end": 11168,
      "loc": {
        "start": {
          "line": 342,
          "column": 19
        },
        "end": {
          "line": 342,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11168,
      "end": 11169,
      "loc": {
        "start": {
          "line": 342,
          "column": 27
        },
        "end": {
          "line": 342,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11180,
      "end": 11184,
      "loc": {
        "start": {
          "line": 343,
          "column": 10
        },
        "end": {
          "line": 343,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "m",
      "start": 11185,
      "end": 11188,
      "loc": {
        "start": {
          "line": 343,
          "column": 15
        },
        "end": {
          "line": 343,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11188,
      "end": 11189,
      "loc": {
        "start": {
          "line": 343,
          "column": 18
        },
        "end": {
          "line": 343,
          "column": 19
        }
      }
    },
    {
      "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": 11202,
      "end": 11208,
      "loc": {
        "start": {
          "line": 344,
          "column": 12
        },
        "end": {
          "line": 344,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "minute",
      "start": 11209,
      "end": 11217,
      "loc": {
        "start": {
          "line": 344,
          "column": 19
        },
        "end": {
          "line": 344,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11217,
      "end": 11218,
      "loc": {
        "start": {
          "line": 344,
          "column": 27
        },
        "end": {
          "line": 344,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11229,
      "end": 11233,
      "loc": {
        "start": {
          "line": 345,
          "column": 10
        },
        "end": {
          "line": 345,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "h",
      "start": 11234,
      "end": 11237,
      "loc": {
        "start": {
          "line": 345,
          "column": 15
        },
        "end": {
          "line": 345,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11237,
      "end": 11238,
      "loc": {
        "start": {
          "line": 345,
          "column": 18
        },
        "end": {
          "line": 345,
          "column": 19
        }
      }
    },
    {
      "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": 11251,
      "end": 11257,
      "loc": {
        "start": {
          "line": 346,
          "column": 12
        },
        "end": {
          "line": 346,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "hour",
      "start": 11258,
      "end": 11264,
      "loc": {
        "start": {
          "line": 346,
          "column": 19
        },
        "end": {
          "line": 346,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11264,
      "end": 11265,
      "loc": {
        "start": {
          "line": 346,
          "column": 25
        },
        "end": {
          "line": 346,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11276,
      "end": 11280,
      "loc": {
        "start": {
          "line": 347,
          "column": 10
        },
        "end": {
          "line": 347,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "d",
      "start": 11281,
      "end": 11284,
      "loc": {
        "start": {
          "line": 347,
          "column": 15
        },
        "end": {
          "line": 347,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11284,
      "end": 11285,
      "loc": {
        "start": {
          "line": 347,
          "column": 18
        },
        "end": {
          "line": 347,
          "column": 19
        }
      }
    },
    {
      "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": 11298,
      "end": 11304,
      "loc": {
        "start": {
          "line": 348,
          "column": 12
        },
        "end": {
          "line": 348,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "day",
      "start": 11305,
      "end": 11310,
      "loc": {
        "start": {
          "line": 348,
          "column": 19
        },
        "end": {
          "line": 348,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11310,
      "end": 11311,
      "loc": {
        "start": {
          "line": 348,
          "column": 24
        },
        "end": {
          "line": 348,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11322,
      "end": 11326,
      "loc": {
        "start": {
          "line": 349,
          "column": 10
        },
        "end": {
          "line": 349,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "M",
      "start": 11327,
      "end": 11330,
      "loc": {
        "start": {
          "line": 349,
          "column": 15
        },
        "end": {
          "line": 349,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11330,
      "end": 11331,
      "loc": {
        "start": {
          "line": 349,
          "column": 18
        },
        "end": {
          "line": 349,
          "column": 19
        }
      }
    },
    {
      "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": 11344,
      "end": 11350,
      "loc": {
        "start": {
          "line": 350,
          "column": 12
        },
        "end": {
          "line": 350,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "month",
      "start": 11351,
      "end": 11358,
      "loc": {
        "start": {
          "line": 350,
          "column": 19
        },
        "end": {
          "line": 350,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11358,
      "end": 11359,
      "loc": {
        "start": {
          "line": 350,
          "column": 26
        },
        "end": {
          "line": 350,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11370,
      "end": 11374,
      "loc": {
        "start": {
          "line": 351,
          "column": 10
        },
        "end": {
          "line": 351,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "y",
      "start": 11375,
      "end": 11378,
      "loc": {
        "start": {
          "line": 351,
          "column": 15
        },
        "end": {
          "line": 351,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11378,
      "end": 11379,
      "loc": {
        "start": {
          "line": 351,
          "column": 18
        },
        "end": {
          "line": 351,
          "column": 19
        }
      }
    },
    {
      "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": 11392,
      "end": 11398,
      "loc": {
        "start": {
          "line": 352,
          "column": 12
        },
        "end": {
          "line": 352,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "year",
      "start": 11399,
      "end": 11405,
      "loc": {
        "start": {
          "line": 352,
          "column": 19
        },
        "end": {
          "line": 352,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11405,
      "end": 11406,
      "loc": {
        "start": {
          "line": 352,
          "column": 25
        },
        "end": {
          "line": 352,
          "column": 26
        }
      }
    },
    {
      "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": 11417,
      "end": 11424,
      "loc": {
        "start": {
          "line": 353,
          "column": 10
        },
        "end": {
          "line": 353,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11424,
      "end": 11425,
      "loc": {
        "start": {
          "line": 353,
          "column": 17
        },
        "end": {
          "line": 353,
          "column": 18
        }
      }
    },
    {
      "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": 11438,
      "end": 11444,
      "loc": {
        "start": {
          "line": 354,
          "column": 12
        },
        "end": {
          "line": 354,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 11445,
      "end": 11449,
      "loc": {
        "start": {
          "line": 354,
          "column": 19
        },
        "end": {
          "line": 354,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11449,
      "end": 11450,
      "loc": {
        "start": {
          "line": 354,
          "column": 23
        },
        "end": {
          "line": 354,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11459,
      "end": 11460,
      "loc": {
        "start": {
          "line": 355,
          "column": 8
        },
        "end": {
          "line": 355,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11467,
      "end": 11468,
      "loc": {
        "start": {
          "line": 356,
          "column": 6
        },
        "end": {
          "line": 356,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11468,
      "end": 11469,
      "loc": {
        "start": {
          "line": 356,
          "column": 7
        },
        "end": {
          "line": 356,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToString",
      "start": 11476,
      "end": 11489,
      "loc": {
        "start": {
          "line": 357,
          "column": 6
        },
        "end": {
          "line": 357,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11490,
      "end": 11491,
      "loc": {
        "start": {
          "line": 357,
          "column": 20
        },
        "end": {
          "line": 357,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lildur",
      "start": 11492,
      "end": 11498,
      "loc": {
        "start": {
          "line": 357,
          "column": 22
        },
        "end": {
          "line": 357,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11499,
      "end": 11501,
      "loc": {
        "start": {
          "line": 357,
          "column": 29
        },
        "end": {
          "line": 357,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 11502,
      "end": 11507,
      "loc": {
        "start": {
          "line": 357,
          "column": 32
        },
        "end": {
          "line": 357,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11508,
      "end": 11510,
      "loc": {
        "start": {
          "line": 357,
          "column": 38
        },
        "end": {
          "line": 357,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11511,
      "end": 11512,
      "loc": {
        "start": {
          "line": 357,
          "column": 41
        },
        "end": {
          "line": 357,
          "column": 42
        }
      }
    },
    {
      "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": 11521,
      "end": 11526,
      "loc": {
        "start": {
          "line": 358,
          "column": 8
        },
        "end": {
          "line": 358,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapped",
      "start": 11527,
      "end": 11533,
      "loc": {
        "start": {
          "line": 358,
          "column": 14
        },
        "end": {
          "line": 358,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11534,
      "end": 11535,
      "loc": {
        "start": {
          "line": 358,
          "column": 21
        },
        "end": {
          "line": 358,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToField",
      "start": 11536,
      "end": 11548,
      "loc": {
        "start": {
          "line": 358,
          "column": 23
        },
        "end": {
          "line": 358,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11548,
      "end": 11549,
      "loc": {
        "start": {
          "line": 358,
          "column": 35
        },
        "end": {
          "line": 358,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 11549,
      "end": 11554,
      "loc": {
        "start": {
          "line": 358,
          "column": 36
        },
        "end": {
          "line": 358,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11554,
      "end": 11555,
      "loc": {
        "start": {
          "line": 358,
          "column": 41
        },
        "end": {
          "line": 358,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11555,
      "end": 11556,
      "loc": {
        "start": {
          "line": 358,
          "column": 42
        },
        "end": {
          "line": 358,
          "column": 43
        }
      }
    },
    {
      "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": 11565,
      "end": 11567,
      "loc": {
        "start": {
          "line": 359,
          "column": 8
        },
        "end": {
          "line": 359,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11568,
      "end": 11569,
      "loc": {
        "start": {
          "line": 359,
          "column": 11
        },
        "end": {
          "line": 359,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapped",
      "start": 11569,
      "end": 11575,
      "loc": {
        "start": {
          "line": 359,
          "column": 12
        },
        "end": {
          "line": 359,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11575,
      "end": 11576,
      "loc": {
        "start": {
          "line": 359,
          "column": 18
        },
        "end": {
          "line": 359,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11577,
      "end": 11578,
      "loc": {
        "start": {
          "line": 359,
          "column": 20
        },
        "end": {
          "line": 359,
          "column": 21
        }
      }
    },
    {
      "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": 11589,
      "end": 11595,
      "loc": {
        "start": {
          "line": 360,
          "column": 10
        },
        "end": {
          "line": 360,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11596,
      "end": 11600,
      "loc": {
        "start": {
          "line": 360,
          "column": 17
        },
        "end": {
          "line": 360,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11600,
      "end": 11601,
      "loc": {
        "start": {
          "line": 360,
          "column": 21
        },
        "end": {
          "line": 360,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 11601,
      "end": 11604,
      "loc": {
        "start": {
          "line": 360,
          "column": 22
        },
        "end": {
          "line": 360,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11604,
      "end": 11605,
      "loc": {
        "start": {
          "line": 360,
          "column": 25
        },
        "end": {
          "line": 360,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lildur",
      "start": 11605,
      "end": 11611,
      "loc": {
        "start": {
          "line": 360,
          "column": 26
        },
        "end": {
          "line": 360,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11611,
      "end": 11612,
      "loc": {
        "start": {
          "line": 360,
          "column": 32
        },
        "end": {
          "line": 360,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 11612,
      "end": 11615,
      "loc": {
        "start": {
          "line": 360,
          "column": 33
        },
        "end": {
          "line": 360,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11615,
      "end": 11616,
      "loc": {
        "start": {
          "line": 360,
          "column": 36
        },
        "end": {
          "line": 360,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapped",
      "start": 11616,
      "end": 11622,
      "loc": {
        "start": {
          "line": 360,
          "column": 37
        },
        "end": {
          "line": 360,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11622,
      "end": 11623,
      "loc": {
        "start": {
          "line": 360,
          "column": 43
        },
        "end": {
          "line": 360,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11623,
      "end": 11624,
      "loc": {
        "start": {
          "line": 360,
          "column": 44
        },
        "end": {
          "line": 360,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 11625,
      "end": 11630,
      "loc": {
        "start": {
          "line": 360,
          "column": 46
        },
        "end": {
          "line": 360,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11630,
      "end": 11631,
      "loc": {
        "start": {
          "line": 360,
          "column": 51
        },
        "end": {
          "line": 360,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 11631,
      "end": 11637,
      "loc": {
        "start": {
          "line": 360,
          "column": 52
        },
        "end": {
          "line": 360,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11637,
      "end": 11638,
      "loc": {
        "start": {
          "line": 360,
          "column": 58
        },
        "end": {
          "line": 360,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11638,
      "end": 11639,
      "loc": {
        "start": {
          "line": 360,
          "column": 59
        },
        "end": {
          "line": 360,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11648,
      "end": 11649,
      "loc": {
        "start": {
          "line": 361,
          "column": 8
        },
        "end": {
          "line": 361,
          "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": 11650,
      "end": 11654,
      "loc": {
        "start": {
          "line": 361,
          "column": 10
        },
        "end": {
          "line": 361,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11655,
      "end": 11656,
      "loc": {
        "start": {
          "line": 361,
          "column": 15
        },
        "end": {
          "line": 361,
          "column": 16
        }
      }
    },
    {
      "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": 11667,
      "end": 11673,
      "loc": {
        "start": {
          "line": 362,
          "column": 10
        },
        "end": {
          "line": 362,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "token",
      "start": 11674,
      "end": 11679,
      "loc": {
        "start": {
          "line": 362,
          "column": 17
        },
        "end": {
          "line": 362,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11679,
      "end": 11680,
      "loc": {
        "start": {
          "line": 362,
          "column": 22
        },
        "end": {
          "line": 362,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11689,
      "end": 11690,
      "loc": {
        "start": {
          "line": 363,
          "column": 8
        },
        "end": {
          "line": 363,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11697,
      "end": 11698,
      "loc": {
        "start": {
          "line": 364,
          "column": 6
        },
        "end": {
          "line": 364,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11698,
      "end": 11699,
      "loc": {
        "start": {
          "line": 364,
          "column": 7
        },
        "end": {
          "line": 364,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokens",
      "start": 11706,
      "end": 11712,
      "loc": {
        "start": {
          "line": 365,
          "column": 6
        },
        "end": {
          "line": 365,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11713,
      "end": 11714,
      "loc": {
        "start": {
          "line": 365,
          "column": 13
        },
        "end": {
          "line": 365,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Formatter",
      "start": 11715,
      "end": 11724,
      "loc": {
        "start": {
          "line": 365,
          "column": 15
        },
        "end": {
          "line": 365,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11724,
      "end": 11725,
      "loc": {
        "start": {
          "line": 365,
          "column": 24
        },
        "end": {
          "line": 365,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseFormat",
      "start": 11725,
      "end": 11736,
      "loc": {
        "start": {
          "line": 365,
          "column": 25
        },
        "end": {
          "line": 365,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11736,
      "end": 11737,
      "loc": {
        "start": {
          "line": 365,
          "column": 36
        },
        "end": {
          "line": 365,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fmt",
      "start": 11737,
      "end": 11740,
      "loc": {
        "start": {
          "line": 365,
          "column": 37
        },
        "end": {
          "line": 365,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11740,
      "end": 11741,
      "loc": {
        "start": {
          "line": 365,
          "column": 40
        },
        "end": {
          "line": 365,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11741,
      "end": 11742,
      "loc": {
        "start": {
          "line": 365,
          "column": 41
        },
        "end": {
          "line": 365,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "realTokens",
      "start": 11749,
      "end": 11759,
      "loc": {
        "start": {
          "line": 366,
          "column": 6
        },
        "end": {
          "line": 366,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11760,
      "end": 11761,
      "loc": {
        "start": {
          "line": 366,
          "column": 17
        },
        "end": {
          "line": 366,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokens",
      "start": 11762,
      "end": 11768,
      "loc": {
        "start": {
          "line": 366,
          "column": 19
        },
        "end": {
          "line": 366,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11768,
      "end": 11769,
      "loc": {
        "start": {
          "line": 366,
          "column": 25
        },
        "end": {
          "line": 366,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 11769,
      "end": 11775,
      "loc": {
        "start": {
          "line": 366,
          "column": 26
        },
        "end": {
          "line": 366,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11775,
      "end": 11776,
      "loc": {
        "start": {
          "line": 366,
          "column": 32
        },
        "end": {
          "line": 366,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11785,
      "end": 11786,
      "loc": {
        "start": {
          "line": 367,
          "column": 8
        },
        "end": {
          "line": 367,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "found",
      "start": 11786,
      "end": 11791,
      "loc": {
        "start": {
          "line": 367,
          "column": 9
        },
        "end": {
          "line": 367,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11791,
      "end": 11792,
      "loc": {
        "start": {
          "line": 367,
          "column": 14
        },
        "end": {
          "line": 367,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11793,
      "end": 11794,
      "loc": {
        "start": {
          "line": 367,
          "column": 16
        },
        "end": {
          "line": 367,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "literal",
      "start": 11795,
      "end": 11802,
      "loc": {
        "start": {
          "line": 367,
          "column": 18
        },
        "end": {
          "line": 367,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11802,
      "end": 11803,
      "loc": {
        "start": {
          "line": 367,
          "column": 25
        },
        "end": {
          "line": 367,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 11804,
      "end": 11807,
      "loc": {
        "start": {
          "line": 367,
          "column": 27
        },
        "end": {
          "line": 367,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11808,
      "end": 11809,
      "loc": {
        "start": {
          "line": 367,
          "column": 31
        },
        "end": {
          "line": 367,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11809,
      "end": 11810,
      "loc": {
        "start": {
          "line": 367,
          "column": 32
        },
        "end": {
          "line": 367,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11811,
      "end": 11813,
      "loc": {
        "start": {
          "line": 367,
          "column": 34
        },
        "end": {
          "line": 367,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11814,
      "end": 11815,
      "loc": {
        "start": {
          "line": 367,
          "column": 37
        },
        "end": {
          "line": 367,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "literal",
      "start": 11815,
      "end": 11822,
      "loc": {
        "start": {
          "line": 367,
          "column": 38
        },
        "end": {
          "line": 367,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11823,
      "end": 11824,
      "loc": {
        "start": {
          "line": 367,
          "column": 46
        },
        "end": {
          "line": 367,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "found",
      "start": 11825,
      "end": 11830,
      "loc": {
        "start": {
          "line": 367,
          "column": 48
        },
        "end": {
          "line": 367,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11831,
      "end": 11832,
      "loc": {
        "start": {
          "line": 367,
          "column": 54
        },
        "end": {
          "line": 367,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "found",
      "start": 11833,
      "end": 11838,
      "loc": {
        "start": {
          "line": 367,
          "column": 56
        },
        "end": {
          "line": 367,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11838,
      "end": 11839,
      "loc": {
        "start": {
          "line": 367,
          "column": 61
        },
        "end": {
          "line": 367,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "concat",
      "start": 11839,
      "end": 11845,
      "loc": {
        "start": {
          "line": 367,
          "column": 62
        },
        "end": {
          "line": 367,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11845,
      "end": 11846,
      "loc": {
        "start": {
          "line": 367,
          "column": 68
        },
        "end": {
          "line": 367,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 11846,
      "end": 11849,
      "loc": {
        "start": {
          "line": 367,
          "column": 69
        },
        "end": {
          "line": 367,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11849,
      "end": 11850,
      "loc": {
        "start": {
          "line": 367,
          "column": 72
        },
        "end": {
          "line": 367,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11850,
      "end": 11851,
      "loc": {
        "start": {
          "line": 367,
          "column": 73
        },
        "end": {
          "line": 367,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11851,
      "end": 11852,
      "loc": {
        "start": {
          "line": 367,
          "column": 74
        },
        "end": {
          "line": 367,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11861,
      "end": 11862,
      "loc": {
        "start": {
          "line": 368,
          "column": 8
        },
        "end": {
          "line": 368,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11862,
      "end": 11863,
      "loc": {
        "start": {
          "line": 368,
          "column": 9
        },
        "end": {
          "line": 368,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11870,
      "end": 11871,
      "loc": {
        "start": {
          "line": 369,
          "column": 6
        },
        "end": {
          "line": 369,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11871,
      "end": 11872,
      "loc": {
        "start": {
          "line": 369,
          "column": 7
        },
        "end": {
          "line": 369,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collapsed",
      "start": 11879,
      "end": 11888,
      "loc": {
        "start": {
          "line": 370,
          "column": 6
        },
        "end": {
          "line": 370,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11889,
      "end": 11890,
      "loc": {
        "start": {
          "line": 370,
          "column": 16
        },
        "end": {
          "line": 370,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dur",
      "start": 11891,
      "end": 11894,
      "loc": {
        "start": {
          "line": 370,
          "column": 18
        },
        "end": {
          "line": 370,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11894,
      "end": 11895,
      "loc": {
        "start": {
          "line": 370,
          "column": 21
        },
        "end": {
          "line": 370,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "shiftTo",
      "start": 11895,
      "end": 11902,
      "loc": {
        "start": {
          "line": 370,
          "column": 22
        },
        "end": {
          "line": 370,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11902,
      "end": 11903,
      "loc": {
        "start": {
          "line": 370,
          "column": 29
        },
        "end": {
          "line": 370,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11903,
      "end": 11906,
      "loc": {
        "start": {
          "line": 370,
          "column": 30
        },
        "end": {
          "line": 370,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "realTokens",
      "start": 11906,
      "end": 11916,
      "loc": {
        "start": {
          "line": 370,
          "column": 33
        },
        "end": {
          "line": 370,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11916,
      "end": 11917,
      "loc": {
        "start": {
          "line": 370,
          "column": 43
        },
        "end": {
          "line": 370,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 11917,
      "end": 11920,
      "loc": {
        "start": {
          "line": 370,
          "column": 44
        },
        "end": {
          "line": 370,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11920,
      "end": 11921,
      "loc": {
        "start": {
          "line": 370,
          "column": 47
        },
        "end": {
          "line": 370,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToField",
      "start": 11921,
      "end": 11933,
      "loc": {
        "start": {
          "line": 370,
          "column": 48
        },
        "end": {
          "line": 370,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11933,
      "end": 11934,
      "loc": {
        "start": {
          "line": 370,
          "column": 60
        },
        "end": {
          "line": 370,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11934,
      "end": 11935,
      "loc": {
        "start": {
          "line": 370,
          "column": 61
        },
        "end": {
          "line": 370,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 11935,
      "end": 11941,
      "loc": {
        "start": {
          "line": 370,
          "column": 62
        },
        "end": {
          "line": 370,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11941,
      "end": 11942,
      "loc": {
        "start": {
          "line": 370,
          "column": 68
        },
        "end": {
          "line": 370,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 11942,
      "end": 11943,
      "loc": {
        "start": {
          "line": 370,
          "column": 69
        },
        "end": {
          "line": 370,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11944,
      "end": 11946,
      "loc": {
        "start": {
          "line": 370,
          "column": 71
        },
        "end": {
          "line": 370,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 11947,
      "end": 11948,
      "loc": {
        "start": {
          "line": 370,
          "column": 74
        },
        "end": {
          "line": 370,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11948,
      "end": 11949,
      "loc": {
        "start": {
          "line": 370,
          "column": 75
        },
        "end": {
          "line": 370,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11949,
      "end": 11950,
      "loc": {
        "start": {
          "line": 370,
          "column": 76
        },
        "end": {
          "line": 370,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11950,
      "end": 11951,
      "loc": {
        "start": {
          "line": 370,
          "column": 77
        },
        "end": {
          "line": 370,
          "column": 78
        }
      }
    },
    {
      "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": 11956,
      "end": 11962,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringifyTokens",
      "start": 11963,
      "end": 11978,
      "loc": {
        "start": {
          "line": 371,
          "column": 11
        },
        "end": {
          "line": 371,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11978,
      "end": 11979,
      "loc": {
        "start": {
          "line": 371,
          "column": 26
        },
        "end": {
          "line": 371,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokens",
      "start": 11979,
      "end": 11985,
      "loc": {
        "start": {
          "line": 371,
          "column": 27
        },
        "end": {
          "line": 371,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11985,
      "end": 11986,
      "loc": {
        "start": {
          "line": 371,
          "column": 33
        },
        "end": {
          "line": 371,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tokenToString",
      "start": 11987,
      "end": 12000,
      "loc": {
        "start": {
          "line": 371,
          "column": 35
        },
        "end": {
          "line": 371,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12000,
      "end": 12001,
      "loc": {
        "start": {
          "line": 371,
          "column": 48
        },
        "end": {
          "line": 371,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collapsed",
      "start": 12001,
      "end": 12010,
      "loc": {
        "start": {
          "line": 371,
          "column": 49
        },
        "end": {
          "line": 371,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12010,
      "end": 12011,
      "loc": {
        "start": {
          "line": 371,
          "column": 58
        },
        "end": {
          "line": 371,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12011,
      "end": 12012,
      "loc": {
        "start": {
          "line": 371,
          "column": 59
        },
        "end": {
          "line": 371,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12012,
      "end": 12013,
      "loc": {
        "start": {
          "line": 371,
          "column": 60
        },
        "end": {
          "line": 371,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12016,
      "end": 12017,
      "loc": {
        "start": {
          "line": 372,
          "column": 2
        },
        "end": {
          "line": 372,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12018,
      "end": 12019,
      "loc": {
        "start": {
          "line": 373,
          "column": 0
        },
        "end": {
          "line": 373,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12020,
      "end": 12020,
      "loc": {
        "start": {
          "line": 374,
          "column": 0
        },
        "end": {
          "line": 374,
          "column": 0
        }
      }
    }
  ]
}