{
  "type": "File",
  "start": 0,
  "end": 8938,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 300,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 8938,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 300,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 24,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 24
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 11,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 11,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 11
                },
                "identifierName": "Evee"
              },
              "name": "Evee"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 17,
          "end": 23,
          "loc": {
            "start": {
              "line": 1,
              "column": 17
            },
            "end": {
              "line": 1,
              "column": 23
            }
          },
          "extra": {
            "rawValue": "evee",
            "raw": "'evee'"
          },
          "value": "evee"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 25,
        "end": 54,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 29
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 32,
            "end": 37,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 32,
              "end": 37,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 12
                },
                "identifierName": "Money"
              },
              "name": "Money"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 43,
          "end": 53,
          "loc": {
            "start": {
              "line": 2,
              "column": 18
            },
            "end": {
              "line": 2,
              "column": 28
            }
          },
          "extra": {
            "rawValue": "js-money",
            "raw": "'js-money'"
          },
          "value": "js-money"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 55,
        "end": 85,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 30
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 62,
            "end": 68,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 62,
              "end": 68,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 13
                },
                "identifierName": "config"
              },
              "name": "config"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 74,
          "end": 84,
          "loc": {
            "start": {
              "line": 3,
              "column": 19
            },
            "end": {
              "line": 3,
              "column": 29
            }
          },
          "extra": {
            "rawValue": "./config",
            "raw": "'./config'"
          },
          "value": "./config"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 86,
        "end": 114,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 28
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 93,
            "end": 98,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 93,
              "end": 98,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 7
                },
                "end": {
                  "line": 4,
                  "column": 12
                },
                "identifierName": "state"
              },
              "name": "state"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 104,
          "end": 113,
          "loc": {
            "start": {
              "line": 4,
              "column": 18
            },
            "end": {
              "line": 4,
              "column": 27
            }
          },
          "extra": {
            "rawValue": "./state",
            "raw": "'./state'"
          },
          "value": "./state"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 115,
        "end": 137,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 22
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 122,
            "end": 125,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 10
              }
            },
            "local": {
              "type": "Identifier",
              "start": 122,
              "end": 125,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 7
                },
                "end": {
                  "line": 5,
                  "column": 10
                },
                "identifierName": "log"
              },
              "name": "log"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 131,
          "end": 136,
          "loc": {
            "start": {
              "line": 5,
              "column": 16
            },
            "end": {
              "line": 5,
              "column": 21
            }
          },
          "extra": {
            "rawValue": "log",
            "raw": "'log'"
          },
          "value": "log"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 138,
        "end": 180,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 42
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 145,
            "end": 157,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 19
              }
            },
            "local": {
              "type": "Identifier",
              "start": 145,
              "end": 157,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 7
                },
                "end": {
                  "line": 6,
                  "column": 19
                },
                "identifierName": "MoneySpanSet"
              },
              "name": "MoneySpanSet"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 163,
          "end": 179,
          "loc": {
            "start": {
              "line": 6,
              "column": 25
            },
            "end": {
              "line": 6,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "./MoneySpanSet",
            "raw": "'./MoneySpanSet'"
          },
          "value": "./MoneySpanSet"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 181,
        "end": 217,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 36
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 188,
            "end": 197,
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 7,
                "column": 16
              }
            },
            "local": {
              "type": "Identifier",
              "start": 188,
              "end": 197,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 7
                },
                "end": {
                  "line": 7,
                  "column": 16
                },
                "identifierName": "MoneySpan"
              },
              "name": "MoneySpan"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 203,
          "end": 216,
          "loc": {
            "start": {
              "line": 7,
              "column": 22
            },
            "end": {
              "line": 7,
              "column": 35
            }
          },
          "extra": {
            "rawValue": "./MoneySpan",
            "raw": "'./MoneySpan'"
          },
          "value": "./MoneySpan"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 218,
        "end": 282,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 64
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 225,
            "end": 243,
            "loc": {
              "start": {
                "line": 8,
                "column": 7
              },
              "end": {
                "line": 8,
                "column": 25
              }
            },
            "local": {
              "type": "Identifier",
              "start": 225,
              "end": 243,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 7
                },
                "end": {
                  "line": 8,
                  "column": 25
                },
                "identifierName": "GeoserviceResolver"
              },
              "name": "GeoserviceResolver"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 249,
          "end": 281,
          "loc": {
            "start": {
              "line": 8,
              "column": 31
            },
            "end": {
              "line": 8,
              "column": 63
            }
          },
          "extra": {
            "rawValue": "./resolvers/GeoserviceResolver",
            "raw": "'./resolvers/GeoserviceResolver'"
          },
          "value": "./resolvers/GeoserviceResolver"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 283,
        "end": 344,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 61
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 290,
            "end": 306,
            "loc": {
              "start": {
                "line": 9,
                "column": 7
              },
              "end": {
                "line": 9,
                "column": 23
              }
            },
            "local": {
              "type": "Identifier",
              "start": 290,
              "end": 306,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 7
                },
                "end": {
                  "line": 9,
                  "column": 23
                },
                "identifierName": "DefaultFormatter"
              },
              "name": "DefaultFormatter"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 312,
          "end": 343,
          "loc": {
            "start": {
              "line": 9,
              "column": 29
            },
            "end": {
              "line": 9,
              "column": 60
            }
          },
          "extra": {
            "rawValue": "./formatters/DefaultFormatter",
            "raw": "'./formatters/DefaultFormatter'"
          },
          "value": "./formatters/DefaultFormatter"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 345,
        "end": 392,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 47
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 352,
            "end": 361,
            "loc": {
              "start": {
                "line": 10,
                "column": 7
              },
              "end": {
                "line": 10,
                "column": 16
              }
            },
            "local": {
              "type": "Identifier",
              "start": 352,
              "end": 361,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 7
                },
                "end": {
                  "line": 10,
                  "column": 16
                },
                "identifierName": "Formatter"
              },
              "name": "Formatter"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 367,
          "end": 391,
          "loc": {
            "start": {
              "line": 10,
              "column": 22
            },
            "end": {
              "line": 10,
              "column": 46
            }
          },
          "extra": {
            "rawValue": "./formatters/Formatter",
            "raw": "'./formatters/Formatter'"
          },
          "value": "./formatters/Formatter"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 393,
        "end": 453,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 60
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 400,
            "end": 416,
            "loc": {
              "start": {
                "line": 11,
                "column": 7
              },
              "end": {
                "line": 11,
                "column": 23
              }
            },
            "local": {
              "type": "Identifier",
              "start": 400,
              "end": 416,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 7
                },
                "end": {
                  "line": 11,
                  "column": 23
                },
                "identifierName": "CurrencyResolver"
              },
              "name": "CurrencyResolver"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 422,
          "end": 452,
          "loc": {
            "start": {
              "line": 11,
              "column": 29
            },
            "end": {
              "line": 11,
              "column": 59
            }
          },
          "extra": {
            "rawValue": "./resolvers/CurrencyResolver",
            "raw": "'./resolvers/CurrencyResolver'"
          },
          "value": "./resolvers/CurrencyResolver"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 454,
        "end": 504,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 50
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 461,
            "end": 473,
            "loc": {
              "start": {
                "line": 12,
                "column": 7
              },
              "end": {
                "line": 12,
                "column": 19
              }
            },
            "local": {
              "type": "Identifier",
              "start": 461,
              "end": 473,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 7
                },
                "end": {
                  "line": 12,
                  "column": 19
                },
                "identifierName": "SelectHelper"
              },
              "name": "SelectHelper"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 479,
          "end": 503,
          "loc": {
            "start": {
              "line": 12,
              "column": 25
            },
            "end": {
              "line": 12,
              "column": 49
            }
          },
          "extra": {
            "rawValue": "./helpers/SelectHelper",
            "raw": "'./helpers/SelectHelper'"
          },
          "value": "./helpers/SelectHelper"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 505,
        "end": 537,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 13,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 512,
            "end": 519,
            "loc": {
              "start": {
                "line": 13,
                "column": 7
              },
              "end": {
                "line": 13,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 512,
              "end": 519,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 7
                },
                "end": {
                  "line": 13,
                  "column": 14
                },
                "identifierName": "Session"
              },
              "name": "Session"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 525,
          "end": 536,
          "loc": {
            "start": {
              "line": 13,
              "column": 20
            },
            "end": {
              "line": 13,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "./Session",
            "raw": "'./Session'"
          },
          "value": "./Session"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 538,
        "end": 595,
        "loc": {
          "start": {
            "line": 14,
            "column": 0
          },
          "end": {
            "line": 14,
            "column": 57
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 545,
            "end": 555,
            "loc": {
              "start": {
                "line": 14,
                "column": 7
              },
              "end": {
                "line": 14,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 545,
              "end": 555,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 7
                },
                "end": {
                  "line": 14,
                  "column": 17
                },
                "identifierName": "GeoService"
              },
              "name": "GeoService"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 561,
          "end": 594,
          "loc": {
            "start": {
              "line": 14,
              "column": 23
            },
            "end": {
              "line": 14,
              "column": 56
            }
          },
          "extra": {
            "rawValue": "~/plugins/geoservice/GeoService",
            "raw": "'~/plugins/geoservice/GeoService'"
          },
          "value": "~/plugins/geoservice/GeoService"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "* @ignore ",
            "start": 597,
            "end": 611,
            "loc": {
              "start": {
                "line": 16,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 14
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 612,
        "end": 639,
        "loc": {
          "start": {
            "line": 17,
            "column": 0
          },
          "end": {
            "line": 17,
            "column": 27
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 618,
            "end": 638,
            "loc": {
              "start": {
                "line": 17,
                "column": 6
              },
              "end": {
                "line": 17,
                "column": 26
              }
            },
            "id": {
              "type": "Identifier",
              "start": 618,
              "end": 621,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 6
                },
                "end": {
                  "line": 17,
                  "column": 9
                },
                "identifierName": "TAG"
              },
              "name": "TAG",
              "leadingComments": null
            },
            "init": {
              "type": "StringLiteral",
              "start": 624,
              "end": 638,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 12
                },
                "end": {
                  "line": 17,
                  "column": 26
                }
              },
              "extra": {
                "rawValue": "EasyCurrency",
                "raw": "'EasyCurrency'"
              },
              "value": "EasyCurrency"
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "* @ignore ",
            "start": 597,
            "end": 611,
            "loc": {
              "start": {
                "line": 16,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 14
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "* @ignore ",
            "start": 641,
            "end": 655,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 19,
                "column": 14
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 656,
        "end": 678,
        "loc": {
          "start": {
            "line": 20,
            "column": 0
          },
          "end": {
            "line": 20,
            "column": 22
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 660,
            "end": 677,
            "loc": {
              "start": {
                "line": 20,
                "column": 4
              },
              "end": {
                "line": 20,
                "column": 21
              }
            },
            "id": {
              "type": "Identifier",
              "start": 660,
              "end": 673,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 20,
                  "column": 17
                },
                "identifierName": "instanceCount"
              },
              "name": "instanceCount",
              "leadingComments": null
            },
            "init": {
              "type": "NumericLiteral",
              "start": 676,
              "end": 677,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 20
                },
                "end": {
                  "line": 20,
                  "column": 21
                }
              },
              "extra": {
                "rawValue": 0,
                "raw": "0"
              },
              "value": 0
            },
            "leadingComments": null
          }
        ],
        "kind": "var",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "* @ignore ",
            "start": 641,
            "end": 655,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 19,
                "column": 14
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Plugin for automatic currency conversion, tax handling, etc.\n * @extends {evee}\n * @private\n ",
            "start": 680,
            "end": 782,
            "loc": {
              "start": {
                "line": 22,
                "column": 0
              },
              "end": {
                "line": 26,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 783,
        "end": 8715,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 282,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 789,
          "end": 801,
          "loc": {
            "start": {
              "line": 27,
              "column": 6
            },
            "end": {
              "line": 27,
              "column": 18
            },
            "identifierName": "EasyCurrency"
          },
          "name": "EasyCurrency",
          "leadingComments": null
        },
        "superClass": {
          "type": "Identifier",
          "start": 810,
          "end": 814,
          "loc": {
            "start": {
              "line": 27,
              "column": 27
            },
            "end": {
              "line": 27,
              "column": 31
            },
            "identifierName": "Evee"
          },
          "name": "Evee"
        },
        "body": {
          "type": "ClassBody",
          "start": 815,
          "end": 8715,
          "loc": {
            "start": {
              "line": 27,
              "column": 32
            },
            "end": {
              "line": 282,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 1013,
              "end": 2083,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 4
                },
                "end": {
                  "line": 58,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1013,
                "end": 1024,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 15
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 1027,
                "end": 2083,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 18
                  },
                  "end": {
                    "line": 58,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1037,
                    "end": 1045,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 8
                      },
                      "end": {
                        "line": 35,
                        "column": 16
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1037,
                      "end": 1044,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 15
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 1037,
                        "end": 1042,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 13
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1055,
                    "end": 1071,
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 8
                      },
                      "end": {
                        "line": 37,
                        "column": 24
                      }
                    },
                    "expression": {
                      "type": "UpdateExpression",
                      "start": 1055,
                      "end": 1070,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 23
                        }
                      },
                      "operator": "++",
                      "prefix": false,
                      "argument": {
                        "type": "Identifier",
                        "start": 1055,
                        "end": 1068,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 21
                          },
                          "identifierName": "instanceCount"
                        },
                        "name": "instanceCount"
                      }
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1084,
                    "end": 1100,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 12
                      },
                      "end": {
                        "line": 38,
                        "column": 28
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1088,
                        "end": 1099,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 16
                          },
                          "end": {
                            "line": 38,
                            "column": 27
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1088,
                          "end": 1094,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 16
                            },
                            "end": {
                              "line": 38,
                              "column": 22
                            },
                            "identifierName": "styles"
                          },
                          "name": "styles"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 1097,
                          "end": 1099,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 25
                            },
                            "end": {
                              "line": 38,
                              "column": 27
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "IfStatement",
                    "start": 1109,
                    "end": 1266,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 8
                      },
                      "end": {
                        "line": 41,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 1113,
                      "end": 1130,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 12
                        },
                        "end": {
                          "line": 39,
                          "column": 29
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 1113,
                        "end": 1126,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 12
                          },
                          "end": {
                            "line": 39,
                            "column": 25
                          },
                          "identifierName": "instanceCount"
                        },
                        "name": "instanceCount"
                      },
                      "operator": ">",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 1129,
                        "end": 1130,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 28
                          },
                          "end": {
                            "line": 39,
                            "column": 29
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1132,
                      "end": 1266,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 31
                        },
                        "end": {
                          "line": 41,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1146,
                          "end": 1256,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 12
                            },
                            "end": {
                              "line": 40,
                              "column": 122
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1146,
                            "end": 1255,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 12
                              },
                              "end": {
                                "line": 40,
                                "column": 121
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1146,
                              "end": 1154,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 12
                                },
                                "end": {
                                  "line": 40,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1146,
                                "end": 1149,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 15
                                  },
                                  "identifierName": "log"
                                },
                                "name": "log"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1150,
                                "end": 1154,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 20
                                  },
                                  "identifierName": "warn"
                                },
                                "name": "warn"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1155,
                                "end": 1158,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 24
                                  },
                                  "identifierName": "TAG"
                                },
                                "name": "TAG"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 1160,
                                "end": 1254,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 120
                                  }
                                },
                                "extra": {
                                  "rawValue": "More than one instance of EasyCurrency has been created. This may cause unexpected behavior.",
                                  "raw": "'More than one instance of EasyCurrency has been created. This may cause unexpected behavior.'"
                                },
                                "value": "More than one instance of EasyCurrency has been created. This may cause unexpected behavior."
                              }
                            ]
                          }
                        }
                      ],
                      "directives": [],
                      "trailingComments": null
                    },
                    "alternate": null,
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/config.js~Config} ",
                        "start": 1276,
                        "end": 1332,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 64
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1341,
                    "end": 1363,
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 8
                      },
                      "end": {
                        "line": 44,
                        "column": 30
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1341,
                      "end": 1362,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 29
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1341,
                        "end": 1353,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1341,
                          "end": 1345,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1346,
                          "end": 1353,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 13
                            },
                            "end": {
                              "line": 44,
                              "column": 20
                            },
                            "identifierName": "_config"
                          },
                          "name": "_config"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1356,
                        "end": 1362,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 23
                          },
                          "end": {
                            "line": 44,
                            "column": 29
                          },
                          "identifierName": "config"
                        },
                        "name": "config"
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/config.js~Config} ",
                        "start": 1276,
                        "end": 1332,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 64
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} ",
                        "start": 1372,
                        "end": 1458,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 8
                          },
                          "end": {
                            "line": 45,
                            "column": 94
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1467,
                    "end": 1489,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 8
                      },
                      "end": {
                        "line": 46,
                        "column": 30
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1467,
                      "end": 1488,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 29
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1467,
                        "end": 1481,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1467,
                          "end": 1471,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1472,
                          "end": 1481,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 13
                            },
                            "end": {
                              "line": 46,
                              "column": 22
                            },
                            "identifierName": "_resolver"
                          },
                          "name": "_resolver"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "NullLiteral",
                        "start": 1484,
                        "end": 1488,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 25
                          },
                          "end": {
                            "line": 46,
                            "column": 29
                          }
                        }
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} ",
                        "start": 1372,
                        "end": 1458,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 8
                          },
                          "end": {
                            "line": 45,
                            "column": 94
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/state.js~State} ",
                        "start": 1498,
                        "end": 1552,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 62
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1561,
                    "end": 1581,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 8
                      },
                      "end": {
                        "line": 48,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1561,
                      "end": 1580,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1561,
                        "end": 1572,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 8
                          },
                          "end": {
                            "line": 48,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1561,
                          "end": 1565,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1566,
                          "end": 1572,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 13
                            },
                            "end": {
                              "line": 48,
                              "column": 19
                            },
                            "identifierName": "_state"
                          },
                          "name": "_state"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1575,
                        "end": 1580,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 22
                          },
                          "end": {
                            "line": 48,
                            "column": 27
                          },
                          "identifierName": "state"
                        },
                        "name": "state"
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/state.js~State} ",
                        "start": 1498,
                        "end": 1552,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 62
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/MoneySpanSet.js~MoneySpanSet} ",
                        "start": 1590,
                        "end": 1658,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 76
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1667,
                    "end": 1705,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 8
                      },
                      "end": {
                        "line": 50,
                        "column": 46
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1667,
                      "end": 1704,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 45
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1667,
                        "end": 1685,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1667,
                          "end": 1671,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1672,
                          "end": 1685,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 13
                            },
                            "end": {
                              "line": 50,
                              "column": 26
                            },
                            "identifierName": "_moneySpanSet"
                          },
                          "name": "_moneySpanSet"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 1688,
                        "end": 1704,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 29
                          },
                          "end": {
                            "line": 50,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1692,
                          "end": 1704,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 33
                            },
                            "end": {
                              "line": 50,
                              "column": 45
                            },
                            "identifierName": "MoneySpanSet"
                          },
                          "name": "MoneySpanSet"
                        },
                        "arguments": []
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/MoneySpanSet.js~MoneySpanSet} ",
                        "start": 1590,
                        "end": 1658,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 76
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/formatters/Formatter.js~Formatter} ",
                        "start": 1714,
                        "end": 1787,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 81
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1796,
                    "end": 1835,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 8
                      },
                      "end": {
                        "line": 52,
                        "column": 47
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1796,
                      "end": 1834,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 46
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1796,
                        "end": 1811,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1796,
                          "end": 1800,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1801,
                          "end": 1811,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 13
                            },
                            "end": {
                              "line": 52,
                              "column": 23
                            },
                            "identifierName": "_formatter"
                          },
                          "name": "_formatter"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 1814,
                        "end": 1834,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 26
                          },
                          "end": {
                            "line": 52,
                            "column": 46
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1818,
                          "end": 1834,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 30
                            },
                            "end": {
                              "line": 52,
                              "column": 46
                            },
                            "identifierName": "DefaultFormatter"
                          },
                          "name": "DefaultFormatter"
                        },
                        "arguments": []
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/formatters/Formatter.js~Formatter} ",
                        "start": 1714,
                        "end": 1787,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 81
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/Session.js~Session} ",
                        "start": 1844,
                        "end": 1902,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 8
                          },
                          "end": {
                            "line": 53,
                            "column": 66
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1911,
                    "end": 1939,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 8
                      },
                      "end": {
                        "line": 54,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1911,
                      "end": 1938,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 35
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1911,
                        "end": 1924,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 8
                          },
                          "end": {
                            "line": 54,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1911,
                          "end": 1915,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1916,
                          "end": 1924,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 13
                            },
                            "end": {
                              "line": 54,
                              "column": 21
                            },
                            "identifierName": "_session"
                          },
                          "name": "_session"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 1927,
                        "end": 1938,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 24
                          },
                          "end": {
                            "line": 54,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1931,
                          "end": 1938,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 28
                            },
                            "end": {
                              "line": 54,
                              "column": 35
                            },
                            "identifierName": "Session"
                          },
                          "name": "Session"
                        },
                        "arguments": []
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/Session.js~Session} ",
                        "start": 1844,
                        "end": 1902,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 8
                          },
                          "end": {
                            "line": 53,
                            "column": 66
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/helpers/SelectHelper.js~SelectHelper} ",
                        "start": 1949,
                        "end": 2025,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 84
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2034,
                    "end": 2077,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 8
                      },
                      "end": {
                        "line": 57,
                        "column": 51
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2034,
                      "end": 2076,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 50
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2034,
                        "end": 2051,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 8
                          },
                          "end": {
                            "line": 57,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2034,
                          "end": 2038,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 8
                            },
                            "end": {
                              "line": 57,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2039,
                          "end": 2051,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 13
                            },
                            "end": {
                              "line": 57,
                              "column": 25
                            },
                            "identifierName": "selectHelper"
                          },
                          "name": "selectHelper"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 2054,
                        "end": 2076,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 28
                          },
                          "end": {
                            "line": 57,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2058,
                          "end": 2070,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 32
                            },
                            "end": {
                              "line": 57,
                              "column": 44
                            },
                            "identifierName": "SelectHelper"
                          },
                          "name": "SelectHelper"
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 2071,
                            "end": 2075,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 45
                              },
                              "end": {
                                "line": 57,
                                "column": 49
                              }
                            }
                          }
                        ]
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {src/plugins/easycurrency/helpers/SelectHelper.js~SelectHelper} ",
                        "start": 1949,
                        "end": 2025,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 84
                          }
                        }
                      }
                    ]
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Creates a new instance of EasyCurrency.\n     * This class is intended to be used as a singleton, and has global\n     * side-effects - do not create multiple instances.\n     ",
                  "start": 822,
                  "end": 1008,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 4
                    },
                    "end": {
                      "line": 33,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Uses a default {@link GeoserviceResolver} as the currency resolver.\n     ",
                  "start": 2090,
                  "end": 2176,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 4
                    },
                    "end": {
                      "line": 63,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2181,
              "end": 2270,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 66,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2181,
                "end": 2202,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 64,
                    "column": 25
                  },
                  "identifierName": "useGeoserviceResolver"
                },
                "name": "useGeoserviceResolver",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2205,
                "end": 2270,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 28
                  },
                  "end": {
                    "line": 66,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2215,
                    "end": 2264,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 8
                      },
                      "end": {
                        "line": 65,
                        "column": 57
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2215,
                      "end": 2263,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 65,
                          "column": 56
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2215,
                        "end": 2239,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 8
                          },
                          "end": {
                            "line": 65,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2215,
                          "end": 2219,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2220,
                          "end": 2239,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 13
                            },
                            "end": {
                              "line": 65,
                              "column": 32
                            },
                            "identifierName": "setCurrencyResolver"
                          },
                          "name": "setCurrencyResolver"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NewExpression",
                          "start": 2240,
                          "end": 2262,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 33
                            },
                            "end": {
                              "line": 65,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2244,
                            "end": 2262,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 37
                              },
                              "end": {
                                "line": 65,
                                "column": 55
                              },
                              "identifierName": "GeoserviceResolver"
                            },
                            "name": "GeoserviceResolver"
                          },
                          "arguments": []
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Uses a default {@link GeoserviceResolver} as the currency resolver.\n     ",
                  "start": 2090,
                  "end": 2176,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 4
                    },
                    "end": {
                      "line": 63,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Start running EasyCurrency on the current page.\n     * @param {Object|src/plugins/easycurrency/config.js~Config} config\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} beforeInitialize(config)\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} initialize(config)\n     ",
                  "start": 2277,
                  "end": 2589,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 4
                    },
                    "end": {
                      "line": 74,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2594,
              "end": 3431,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 4
                },
                "end": {
                  "line": 96,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2594,
                "end": 2604,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 4
                  },
                  "end": {
                    "line": 75,
                    "column": 14
                  },
                  "identifierName": "initialize"
                },
                "name": "initialize",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2605,
                  "end": 2611,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 15
                    },
                    "end": {
                      "line": 75,
                      "column": 21
                    },
                    "identifierName": "config"
                  },
                  "name": "config"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2613,
                "end": 3431,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 23
                  },
                  "end": {
                    "line": 96,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2623,
                    "end": 2661,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 8
                      },
                      "end": {
                        "line": 76,
                        "column": 46
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2623,
                      "end": 2660,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 45
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2623,
                        "end": 2632,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2623,
                          "end": 2627,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2628,
                          "end": 2632,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 13
                            },
                            "end": {
                              "line": 76,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 2633,
                          "end": 2651,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 18
                            },
                            "end": {
                              "line": 76,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": "beforeInitialize",
                            "raw": "'beforeInitialize'"
                          },
                          "value": "beforeInitialize"
                        },
                        {
                          "type": "Identifier",
                          "start": 2653,
                          "end": 2659,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 38
                            },
                            "end": {
                              "line": 76,
                              "column": 44
                            },
                            "identifierName": "config"
                          },
                          "name": "config"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2670,
                    "end": 2720,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 8
                      },
                      "end": {
                        "line": 77,
                        "column": 58
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2670,
                      "end": 2719,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 57
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2670,
                        "end": 2679,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 8
                          },
                          "end": {
                            "line": 77,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2670,
                          "end": 2673,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 11
                            },
                            "identifierName": "log"
                          },
                          "name": "log"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2674,
                          "end": 2679,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 12
                            },
                            "end": {
                              "line": 77,
                              "column": 17
                            },
                            "identifierName": "debug"
                          },
                          "name": "debug"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2680,
                          "end": 2683,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 18
                            },
                            "end": {
                              "line": 77,
                              "column": 21
                            },
                            "identifierName": "TAG"
                          },
                          "name": "TAG"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 2685,
                          "end": 2710,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 23
                            },
                            "end": {
                              "line": 77,
                              "column": 48
                            }
                          },
                          "extra": {
                            "rawValue": "Initialized with config",
                            "raw": "'Initialized with config'"
                          },
                          "value": "Initialized with config"
                        },
                        {
                          "type": "Identifier",
                          "start": 2712,
                          "end": 2718,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 50
                            },
                            "end": {
                              "line": 77,
                              "column": 56
                            },
                            "identifierName": "config"
                          },
                          "name": "config"
                        }
                      ]
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 2729,
                    "end": 2820,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 8
                      },
                      "end": {
                        "line": 80,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 2733,
                      "end": 2739,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 12
                        },
                        "end": {
                          "line": 78,
                          "column": 18
                        },
                        "identifierName": "config"
                      },
                      "name": "config"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 2741,
                      "end": 2820,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 20
                        },
                        "end": {
                          "line": 80,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2755,
                          "end": 2810,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 12
                            },
                            "end": {
                              "line": 79,
                              "column": 67
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 2755,
                            "end": 2809,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 79,
                                "column": 66
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 2755,
                              "end": 2767,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 12
                                },
                                "end": {
                                  "line": 79,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2755,
                                "end": 2759,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2760,
                                "end": 2767,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 24
                                  },
                                  "identifierName": "_config"
                                },
                                "name": "_config"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 2770,
                              "end": 2809,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 27
                                },
                                "end": {
                                  "line": 79,
                                  "column": 66
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2770,
                                "end": 2783,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2770,
                                  "end": 2776,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 33
                                    },
                                    "identifierName": "Object"
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2777,
                                  "end": 2783,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 40
                                    },
                                    "identifierName": "assign"
                                  },
                                  "name": "assign"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 2784,
                                  "end": 2786,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 43
                                    }
                                  },
                                  "properties": []
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 2788,
                                  "end": 2800,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2788,
                                    "end": 2792,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2793,
                                    "end": 2800,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 57
                                      },
                                      "identifierName": "_config"
                                    },
                                    "name": "_config"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 2802,
                                  "end": 2808,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 65
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2830,
                    "end": 2873,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 8
                      },
                      "end": {
                        "line": 82,
                        "column": 51
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2834,
                        "end": 2872,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 12
                          },
                          "end": {
                            "line": 82,
                            "column": 50
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2834,
                          "end": 2842,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 12
                            },
                            "end": {
                              "line": 82,
                              "column": 20
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 2845,
                          "end": 2872,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 23
                            },
                            "end": {
                              "line": 82,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2845,
                            "end": 2870,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 23
                              },
                              "end": {
                                "line": 82,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2845,
                              "end": 2858,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 23
                                },
                                "end": {
                                  "line": 82,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2845,
                                "end": 2849,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2850,
                                "end": 2858,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 36
                                  },
                                  "identifierName": "_session"
                                },
                                "name": "_session"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2859,
                              "end": 2870,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 37
                                },
                                "end": {
                                  "line": 82,
                                  "column": 48
                                },
                                "identifierName": "getCurrency"
                              },
                              "name": "getCurrency"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2882,
                    "end": 2909,
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 8
                      },
                      "end": {
                        "line": 83,
                        "column": 35
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2886,
                        "end": 2908,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 12
                          },
                          "end": {
                            "line": 83,
                            "column": 34
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2886,
                          "end": 2897,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 12
                            },
                            "end": {
                              "line": 83,
                              "column": 23
                            },
                            "identifierName": "fromSession"
                          },
                          "name": "fromSession"
                        },
                        "init": {
                          "type": "Identifier",
                          "start": 2900,
                          "end": 2908,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 26
                            },
                            "end": {
                              "line": 83,
                              "column": 34
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2918,
                    "end": 2970,
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 8
                      },
                      "end": {
                        "line": 84,
                        "column": 60
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2918,
                      "end": 2969,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 59
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 2918,
                        "end": 2926,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 8
                          },
                          "end": {
                            "line": 84,
                            "column": 16
                          },
                          "identifierName": "currency"
                        },
                        "name": "currency"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 2929,
                        "end": 2969,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 19
                          },
                          "end": {
                            "line": 84,
                            "column": 59
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2929,
                          "end": 2937,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 19
                            },
                            "end": {
                              "line": 84,
                              "column": 27
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        },
                        "operator": "||",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2941,
                          "end": 2969,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 31
                            },
                            "end": {
                              "line": 84,
                              "column": 59
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2941,
                            "end": 2953,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 31
                              },
                              "end": {
                                "line": 84,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2941,
                              "end": 2945,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 31
                                },
                                "end": {
                                  "line": 84,
                                  "column": 35
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2946,
                              "end": 2953,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 36
                                },
                                "end": {
                                  "line": 84,
                                  "column": 43
                                },
                                "identifierName": "_config"
                              },
                              "name": "_config"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2954,
                            "end": 2969,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 44
                              },
                              "end": {
                                "line": 84,
                                "column": 59
                              },
                              "identifierName": "defaultCurrency"
                            },
                            "name": "defaultCurrency"
                          },
                          "computed": false
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2980,
                    "end": 3064,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 8
                      },
                      "end": {
                        "line": 86,
                        "column": 92
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2980,
                      "end": 3063,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 91
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2980,
                        "end": 3002,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2980,
                          "end": 2984,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2985,
                          "end": 3002,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 13
                            },
                            "end": {
                              "line": 86,
                              "column": 30
                            },
                            "identifierName": "setActiveCurrency"
                          },
                          "name": "setActiveCurrency"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "LogicalExpression",
                          "start": 3003,
                          "end": 3062,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 31
                            },
                            "end": {
                              "line": 86,
                              "column": 90
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 3003,
                            "end": 3030,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 31
                              },
                              "end": {
                                "line": 86,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3003,
                              "end": 3028,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 31
                                },
                                "end": {
                                  "line": 86,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3003,
                                "end": 3016,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3003,
                                  "end": 3007,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 35
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3008,
                                  "end": 3016,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 44
                                    },
                                    "identifierName": "_session"
                                  },
                                  "name": "_session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3017,
                                "end": 3028,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 56
                                  },
                                  "identifierName": "getCurrency"
                                },
                                "name": "getCurrency"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3034,
                            "end": 3062,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 62
                              },
                              "end": {
                                "line": 86,
                                "column": 90
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3034,
                              "end": 3046,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 62
                                },
                                "end": {
                                  "line": 86,
                                  "column": 74
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3034,
                                "end": 3038,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 66
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3039,
                                "end": 3046,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 74
                                  },
                                  "identifierName": "_config"
                                },
                                "name": "_config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3047,
                              "end": 3062,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 75
                                },
                                "end": {
                                  "line": 86,
                                  "column": 90
                                },
                                "identifierName": "defaultCurrency"
                              },
                              "name": "defaultCurrency"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3073,
                    "end": 3105,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 8
                      },
                      "end": {
                        "line": 87,
                        "column": 40
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3073,
                      "end": 3104,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 39
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3073,
                        "end": 3082,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 3073,
                          "end": 3077,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 8
                            },
                            "end": {
                              "line": 87,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3078,
                          "end": 3082,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 13
                            },
                            "end": {
                              "line": 87,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 3083,
                          "end": 3095,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 18
                            },
                            "end": {
                              "line": 87,
                              "column": 30
                            }
                          },
                          "extra": {
                            "rawValue": "initialize",
                            "raw": "'initialize'"
                          },
                          "value": "initialize"
                        },
                        {
                          "type": "Identifier",
                          "start": 3097,
                          "end": 3103,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 32
                            },
                            "end": {
                              "line": 87,
                              "column": 38
                            },
                            "identifierName": "config"
                          },
                          "name": "config"
                        }
                      ]
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 3115,
                    "end": 3425,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 8
                      },
                      "end": {
                        "line": 95,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 3119,
                      "end": 3165,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 12
                        },
                        "end": {
                          "line": 89,
                          "column": 58
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 3119,
                        "end": 3131,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 12
                          },
                          "end": {
                            "line": 89,
                            "column": 24
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 3120,
                          "end": 3131,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 13
                            },
                            "end": {
                              "line": 89,
                              "column": 24
                            },
                            "identifierName": "fromSession"
                          },
                          "name": "fromSession"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "MemberExpression",
                        "start": 3135,
                        "end": 3165,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 28
                          },
                          "end": {
                            "line": 89,
                            "column": 58
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3135,
                          "end": 3147,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 28
                            },
                            "end": {
                              "line": 89,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3135,
                            "end": 3139,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 28
                              },
                              "end": {
                                "line": 89,
                                "column": 32
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3140,
                            "end": 3147,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 33
                              },
                              "end": {
                                "line": 89,
                                "column": 40
                              },
                              "identifierName": "_config"
                            },
                            "name": "_config"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3148,
                          "end": 3165,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 41
                            },
                            "end": {
                              "line": 89,
                              "column": 58
                            },
                            "identifierName": "useGeoForCurrency"
                          },
                          "name": "useGeoForCurrency"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3167,
                      "end": 3425,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 60
                        },
                        "end": {
                          "line": 95,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 3172,
                          "end": 3204,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 3
                            },
                            "end": {
                              "line": 90,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3176,
                              "end": 3203,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 7
                                },
                                "end": {
                                  "line": 90,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3176,
                                "end": 3186,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 17
                                  },
                                  "identifierName": "geoService"
                                },
                                "name": "geoService"
                              },
                              "init": {
                                "type": "NewExpression",
                                "start": 3189,
                                "end": 3203,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 3193,
                                  "end": 3203,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 34
                                    },
                                    "identifierName": "GeoService"
                                  },
                                  "name": "GeoService"
                                },
                                "arguments": []
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 3217,
                          "end": 3415,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 12
                            },
                            "end": {
                              "line": 94,
                              "column": 15
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3217,
                            "end": 3414,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 12
                              },
                              "end": {
                                "line": 94,
                                "column": 14
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3217,
                              "end": 3244,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 12
                                },
                                "end": {
                                  "line": 91,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3217,
                                "end": 3239,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3217,
                                  "end": 3237,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3217,
                                    "end": 3227,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 22
                                      },
                                      "identifierName": "geoService"
                                    },
                                    "name": "geoService"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3228,
                                    "end": 3237,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 32
                                      },
                                      "identifierName": "lookupGeo"
                                    },
                                    "name": "lookupGeo"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3240,
                                "end": 3244,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 39
                                  },
                                  "identifierName": "then"
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 3245,
                                "end": 3413,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 13
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 3246,
                                    "end": 3252,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 47
                                      },
                                      "identifierName": "result"
                                    },
                                    "name": "result"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 3257,
                                  "end": 3413,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3275,
                                      "end": 3342,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 83
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3275,
                                        "end": 3341,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 82
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3275,
                                          "end": 3284,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 25
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3275,
                                            "end": 3278,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 19
                                              },
                                              "identifierName": "log"
                                            },
                                            "name": "log"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3279,
                                            "end": 3284,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 25
                                              },
                                              "identifierName": "debug"
                                            },
                                            "name": "debug"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3285,
                                            "end": 3288,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 29
                                              },
                                              "identifierName": "TAG"
                                            },
                                            "name": "TAG"
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 3290,
                                            "end": 3340,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 81
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 3290,
                                              "end": 3322,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 63
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "Got currency from geoservice: ",
                                                "raw": "'Got currency from geoservice: '"
                                              },
                                              "value": "Got currency from geoservice: "
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 3325,
                                              "end": 3340,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 81
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3325,
                                                "end": 3331,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 72
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3332,
                                                "end": 3340,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 81
                                                  },
                                                  "identifierName": "currency"
                                                },
                                                "name": "currency"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3359,
                                      "end": 3399,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 56
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3359,
                                        "end": 3398,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3359,
                                          "end": 3381,
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3359,
                                            "end": 3363,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3364,
                                            "end": 3381,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 38
                                              },
                                              "identifierName": "setActiveCurrency"
                                            },
                                            "name": "setActiveCurrency"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 3382,
                                            "end": 3397,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3382,
                                              "end": 3388,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 45
                                                },
                                                "identifierName": "result"
                                              },
                                              "name": "result"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3389,
                                              "end": 3397,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 54
                                                },
                                                "identifierName": "currency"
                                              },
                                              "name": "currency"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Start running EasyCurrency on the current page.\n     * @param {Object|src/plugins/easycurrency/config.js~Config} config\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} beforeInitialize(config)\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} initialize(config)\n     ",
                  "start": 2277,
                  "end": 2589,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 4
                    },
                    "end": {
                      "line": 74,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Sets the active currency, and refreshs any money spans.\n     * @param {String} currency Currency code\n     * @emits {String} beforeCurrencyChanged(currency)\n     * @emits {String} currencyChanged(currency)\n     ",
                  "start": 3437,
                  "end": 3661,
                  "loc": {
                    "start": {
                      "line": 98,
                      "column": 4
                    },
                    "end": {
                      "line": 103,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3666,
              "end": 4253,
              "loc": {
                "start": {
                  "line": 104,
                  "column": 4
                },
                "end": {
                  "line": 122,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3666,
                "end": 3683,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 4
                  },
                  "end": {
                    "line": 104,
                    "column": 21
                  },
                  "identifierName": "setActiveCurrency"
                },
                "name": "setActiveCurrency",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3684,
                  "end": 3692,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 22
                    },
                    "end": {
                      "line": 104,
                      "column": 30
                    },
                    "identifierName": "currency"
                  },
                  "name": "currency"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3694,
                "end": 4253,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 32
                  },
                  "end": {
                    "line": 122,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 3704,
                    "end": 3749,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 8
                      },
                      "end": {
                        "line": 105,
                        "column": 53
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3704,
                      "end": 3748,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 52
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3704,
                        "end": 3713,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 8
                          },
                          "end": {
                            "line": 105,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 3704,
                          "end": 3708,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 8
                            },
                            "end": {
                              "line": 105,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3709,
                          "end": 3713,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 13
                            },
                            "end": {
                              "line": 105,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 3714,
                          "end": 3737,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 18
                            },
                            "end": {
                              "line": 105,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": "beforeCurrencyChanged",
                            "raw": "'beforeCurrencyChanged'"
                          },
                          "value": "beforeCurrencyChanged"
                        },
                        {
                          "type": "Identifier",
                          "start": 3739,
                          "end": 3747,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 43
                            },
                            "end": {
                              "line": 105,
                              "column": 51
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3758,
                    "end": 3806,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 8
                      },
                      "end": {
                        "line": 106,
                        "column": 56
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3758,
                      "end": 3805,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3758,
                        "end": 3767,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 8
                          },
                          "end": {
                            "line": 106,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3758,
                          "end": 3761,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 8
                            },
                            "end": {
                              "line": 106,
                              "column": 11
                            },
                            "identifierName": "log"
                          },
                          "name": "log"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3762,
                          "end": 3767,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 12
                            },
                            "end": {
                              "line": 106,
                              "column": 17
                            },
                            "identifierName": "debug"
                          },
                          "name": "debug"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3768,
                          "end": 3771,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 18
                            },
                            "end": {
                              "line": 106,
                              "column": 21
                            },
                            "identifierName": "TAG"
                          },
                          "name": "TAG"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 3773,
                          "end": 3794,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 23
                            },
                            "end": {
                              "line": 106,
                              "column": 44
                            }
                          },
                          "extra": {
                            "rawValue": "Set active currency",
                            "raw": "'Set active currency'"
                          },
                          "value": "Set active currency"
                        },
                        {
                          "type": "Identifier",
                          "start": 3796,
                          "end": 3804,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 46
                            },
                            "end": {
                              "line": 106,
                              "column": 54
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        }
                      ]
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 3810,
                    "end": 4064,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 2
                      },
                      "end": {
                        "line": 113,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 3814,
                      "end": 3936,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 6
                        },
                        "end": {
                          "line": 110,
                          "column": 63
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 3814,
                        "end": 3823,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 6
                          },
                          "end": {
                            "line": 108,
                            "column": 15
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 3815,
                          "end": 3823,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 7
                            },
                            "end": {
                              "line": 108,
                              "column": 15
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "LogicalExpression",
                        "start": 3833,
                        "end": 3935,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 5
                          },
                          "end": {
                            "line": 110,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 3833,
                          "end": 3872,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 5
                            },
                            "end": {
                              "line": 109,
                              "column": 44
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 3833,
                            "end": 3863,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 5
                              },
                              "end": {
                                "line": 109,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3833,
                              "end": 3845,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 5
                                },
                                "end": {
                                  "line": 109,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3833,
                                "end": 3837,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 5
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 9
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3838,
                                "end": 3845,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 17
                                  },
                                  "identifierName": "_config"
                                },
                                "name": "_config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3846,
                              "end": 3863,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 18
                                },
                                "end": {
                                  "line": 109,
                                  "column": 35
                                },
                                "identifierName": "allowedCurrencies"
                              },
                              "name": "allowedCurrencies"
                            },
                            "computed": false
                          },
                          "operator": "!=",
                          "right": {
                            "type": "StringLiteral",
                            "start": 3867,
                            "end": 3872,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 39
                              },
                              "end": {
                                "line": 109,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "any",
                              "raw": "'any'"
                            },
                            "value": "any"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3881,
                          "end": 3935,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 8
                            },
                            "end": {
                              "line": 110,
                              "column": 62
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 3881,
                            "end": 3929,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 8
                              },
                              "end": {
                                "line": 110,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3881,
                              "end": 3919,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 8
                                },
                                "end": {
                                  "line": 110,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3881,
                                "end": 3911,
                                "loc": {
                                  "start": {
                                    "line": 110,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3881,
                                  "end": 3893,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3881,
                                    "end": 3885,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3886,
                                    "end": 3893,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 20
                                      },
                                      "identifierName": "_config"
                                    },
                                    "name": "_config"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3894,
                                  "end": 3911,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 38
                                    },
                                    "identifierName": "allowedCurrencies"
                                  },
                                  "name": "allowedCurrencies"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3912,
                                "end": 3919,
                                "loc": {
                                  "start": {
                                    "line": 110,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 46
                                  },
                                  "identifierName": "indexOf"
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3920,
                                "end": 3928,
                                "loc": {
                                  "start": {
                                    "line": 110,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 55
                                  },
                                  "identifierName": "currency"
                                },
                                "name": "currency"
                              }
                            ]
                          },
                          "operator": "==",
                          "right": {
                            "type": "UnaryExpression",
                            "start": 3933,
                            "end": 3935,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 60
                              },
                              "end": {
                                "line": 110,
                                "column": 62
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "NumericLiteral",
                              "start": 3934,
                              "end": 3935,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 61
                                },
                                "end": {
                                  "line": 110,
                                  "column": 62
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          }
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 3832
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 3938,
                      "end": 4064,
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 65
                        },
                        "end": {
                          "line": 113,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 3943,
                          "end": 4016,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 3
                            },
                            "end": {
                              "line": 111,
                              "column": 76
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3943,
                            "end": 4015,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 3
                              },
                              "end": {
                                "line": 111,
                                "column": 75
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3943,
                              "end": 3952,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 3
                                },
                                "end": {
                                  "line": 111,
                                  "column": 12
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3943,
                                "end": 3946,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 6
                                  },
                                  "identifierName": "log"
                                },
                                "name": "log"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3947,
                                "end": 3952,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 12
                                  },
                                  "identifierName": "debug"
                                },
                                "name": "debug"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3953,
                                "end": 3956,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 16
                                  },
                                  "identifierName": "TAG"
                                },
                                "name": "TAG"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 3958,
                                "end": 4014,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 74
                                  }
                                },
                                "extra": {
                                  "rawValue": "Currency not in whitelist, switching to base currency.",
                                  "raw": "'Currency not in whitelist, switching to base currency.'"
                                },
                                "value": "Currency not in whitelist, switching to base currency."
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 4020,
                          "end": 4060,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 3
                            },
                            "end": {
                              "line": 112,
                              "column": 43
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 4020,
                            "end": 4059,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 3
                              },
                              "end": {
                                "line": 112,
                                "column": 42
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 4020,
                              "end": 4028,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 3
                                },
                                "end": {
                                  "line": 112,
                                  "column": 11
                                },
                                "identifierName": "currency"
                              },
                              "name": "currency"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 4031,
                              "end": 4059,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 14
                                },
                                "end": {
                                  "line": 112,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4031,
                                "end": 4043,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4031,
                                  "end": 4035,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 18
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4036,
                                  "end": 4043,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 26
                                    },
                                    "identifierName": "_config"
                                  },
                                  "name": "_config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4044,
                                "end": 4059,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 42
                                  },
                                  "identifierName": "defaultCurrency"
                                },
                                "name": "defaultCurrency"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4074,
                    "end": 4106,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 8
                      },
                      "end": {
                        "line": 115,
                        "column": 40
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4074,
                      "end": 4105,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 39
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4074,
                        "end": 4094,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4074,
                          "end": 4085,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4074,
                            "end": 4078,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4079,
                            "end": 4085,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 13
                              },
                              "end": {
                                "line": 115,
                                "column": 19
                              },
                              "identifierName": "_state"
                            },
                            "name": "_state"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4086,
                          "end": 4094,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 20
                            },
                            "end": {
                              "line": 115,
                              "column": 28
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 4097,
                        "end": 4105,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 31
                          },
                          "end": {
                            "line": 115,
                            "column": 39
                          },
                          "identifierName": "currency"
                        },
                        "name": "currency"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4116,
                    "end": 4153,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 8
                      },
                      "end": {
                        "line": 117,
                        "column": 45
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4116,
                      "end": 4152,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4116,
                        "end": 4142,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 8
                          },
                          "end": {
                            "line": 117,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4116,
                          "end": 4129,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 8
                            },
                            "end": {
                              "line": 117,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4116,
                            "end": 4120,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 8
                              },
                              "end": {
                                "line": 117,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4121,
                            "end": 4129,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 13
                              },
                              "end": {
                                "line": 117,
                                "column": 21
                              },
                              "identifierName": "_session"
                            },
                            "name": "_session"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4130,
                          "end": 4142,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 22
                            },
                            "end": {
                              "line": 117,
                              "column": 34
                            },
                            "identifierName": "saveCurrency"
                          },
                          "name": "saveCurrency"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4143,
                          "end": 4151,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 35
                            },
                            "end": {
                              "line": 117,
                              "column": 43
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4163,
                    "end": 4176,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 8
                      },
                      "end": {
                        "line": 119,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4163,
                      "end": 4175,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 20
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4163,
                        "end": 4173,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 8
                          },
                          "end": {
                            "line": 119,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4163,
                          "end": 4167,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4168,
                          "end": 4173,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 13
                            },
                            "end": {
                              "line": 119,
                              "column": 18
                            },
                            "identifierName": "parse"
                          },
                          "name": "parse"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4185,
                    "end": 4199,
                    "loc": {
                      "start": {
                        "line": 120,
                        "column": 8
                      },
                      "end": {
                        "line": 120,
                        "column": 22
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4185,
                      "end": 4198,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4185,
                        "end": 4196,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4185,
                          "end": 4189,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 120,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4190,
                          "end": 4196,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 13
                            },
                            "end": {
                              "line": 120,
                              "column": 19
                            },
                            "identifierName": "render"
                          },
                          "name": "render"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4208,
                    "end": 4247,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 8
                      },
                      "end": {
                        "line": 121,
                        "column": 47
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4208,
                      "end": 4246,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 46
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4208,
                        "end": 4217,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 8
                          },
                          "end": {
                            "line": 121,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4208,
                          "end": 4212,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 8
                            },
                            "end": {
                              "line": 121,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4213,
                          "end": 4217,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 13
                            },
                            "end": {
                              "line": 121,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 4218,
                          "end": 4235,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 18
                            },
                            "end": {
                              "line": 121,
                              "column": 35
                            }
                          },
                          "extra": {
                            "rawValue": "currencyChanged",
                            "raw": "'currencyChanged'"
                          },
                          "value": "currencyChanged"
                        },
                        {
                          "type": "Identifier",
                          "start": 4237,
                          "end": 4245,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 37
                            },
                            "end": {
                              "line": 121,
                              "column": 45
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Sets the active currency, and refreshs any money spans.\n     * @param {String} currency Currency code\n     * @emits {String} beforeCurrencyChanged(currency)\n     * @emits {String} currencyChanged(currency)\n     ",
                  "start": 3437,
                  "end": 3661,
                  "loc": {
                    "start": {
                      "line": 98,
                      "column": 4
                    },
                    "end": {
                      "line": 103,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Returns the active currency.\n     * @return {String}\n     ",
                  "start": 4260,
                  "end": 4331,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 4
                    },
                    "end": {
                      "line": 128,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4336,
              "end": 4400,
              "loc": {
                "start": {
                  "line": 129,
                  "column": 4
                },
                "end": {
                  "line": 131,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4336,
                "end": 4353,
                "loc": {
                  "start": {
                    "line": 129,
                    "column": 4
                  },
                  "end": {
                    "line": 129,
                    "column": 21
                  },
                  "identifierName": "getActiveCurrency"
                },
                "name": "getActiveCurrency",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 4356,
                "end": 4400,
                "loc": {
                  "start": {
                    "line": 129,
                    "column": 24
                  },
                  "end": {
                    "line": 131,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 4366,
                    "end": 4394,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 8
                      },
                      "end": {
                        "line": 130,
                        "column": 36
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 4373,
                      "end": 4393,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 15
                        },
                        "end": {
                          "line": 130,
                          "column": 35
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4373,
                        "end": 4384,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 15
                          },
                          "end": {
                            "line": 130,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4373,
                          "end": 4377,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 15
                            },
                            "end": {
                              "line": 130,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4378,
                          "end": 4384,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 20
                            },
                            "end": {
                              "line": 130,
                              "column": 26
                            },
                            "identifierName": "_state"
                          },
                          "name": "_state"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4385,
                        "end": 4393,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 27
                          },
                          "end": {
                            "line": 130,
                            "column": 35
                          },
                          "identifierName": "currency"
                        },
                        "name": "currency"
                      },
                      "computed": false
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Returns the active currency.\n     * @return {String}\n     ",
                  "start": 4260,
                  "end": 4331,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 4
                    },
                    "end": {
                      "line": 128,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Returns the available currency codes.\n     * @return {String[]}\n     ",
                  "start": 4406,
                  "end": 4488,
                  "loc": {
                    "start": {
                      "line": 133,
                      "column": 4
                    },
                    "end": {
                      "line": 136,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4493,
              "end": 4582,
              "loc": {
                "start": {
                  "line": 137,
                  "column": 4
                },
                "end": {
                  "line": 139,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4499,
                "end": 4521,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 10
                  },
                  "end": {
                    "line": 137,
                    "column": 32
                  },
                  "identifierName": "getAvailableCurrencies"
                },
                "name": "getAvailableCurrencies"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": true,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 4524,
                "end": 4582,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 35
                  },
                  "end": {
                    "line": 139,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 4534,
                    "end": 4576,
                    "loc": {
                      "start": {
                        "line": 138,
                        "column": 8
                      },
                      "end": {
                        "line": 138,
                        "column": 50
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 4541,
                      "end": 4575,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 15
                        },
                        "end": {
                          "line": 138,
                          "column": 49
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4541,
                        "end": 4573,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 15
                          },
                          "end": {
                            "line": 138,
                            "column": 47
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4541,
                          "end": 4555,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 15
                            },
                            "end": {
                              "line": 138,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4541,
                            "end": 4545,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 15
                              },
                              "end": {
                                "line": 138,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4546,
                            "end": 4555,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 20
                              },
                              "end": {
                                "line": 138,
                                "column": 29
                              },
                              "identifierName": "_resolver"
                            },
                            "name": "_resolver"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4556,
                          "end": 4573,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 30
                            },
                            "end": {
                              "line": 138,
                              "column": 47
                            },
                            "identifierName": "listCurrencyCodes"
                          },
                          "name": "listCurrencyCodes"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Returns the available currency codes.\n     * @return {String[]}\n     ",
                  "start": 4406,
                  "end": 4488,
                  "loc": {
                    "start": {
                      "line": 133,
                      "column": 4
                    },
                    "end": {
                      "line": 136,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Attempts to find new money spans on the page.\n     * Change moneySpanSelectors / moneySpanParser config options to modify\n     * how money spans are parsed.\n     * @emits {null} beforeParse\n     * @emits {null} parse\n     ",
                  "start": 4589,
                  "end": 4824,
                  "loc": {
                    "start": {
                      "line": 142,
                      "column": 4
                    },
                    "end": {
                      "line": 148,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4829,
              "end": 5237,
              "loc": {
                "start": {
                  "line": 149,
                  "column": 4
                },
                "end": {
                  "line": 162,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4829,
                "end": 4834,
                "loc": {
                  "start": {
                    "line": 149,
                    "column": 4
                  },
                  "end": {
                    "line": 149,
                    "column": 9
                  },
                  "identifierName": "parse"
                },
                "name": "parse",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 4837,
                "end": 5237,
                "loc": {
                  "start": {
                    "line": 149,
                    "column": 12
                  },
                  "end": {
                    "line": 162,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 4847,
                    "end": 4872,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 8
                      },
                      "end": {
                        "line": 150,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4847,
                      "end": 4871,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 150,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4847,
                        "end": 4856,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 8
                          },
                          "end": {
                            "line": 150,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4847,
                          "end": 4851,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 8
                            },
                            "end": {
                              "line": 150,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4852,
                          "end": 4856,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 13
                            },
                            "end": {
                              "line": 150,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 4857,
                          "end": 4870,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 18
                            },
                            "end": {
                              "line": 150,
                              "column": 31
                            }
                          },
                          "extra": {
                            "rawValue": "beforeParse",
                            "raw": "'beforeParse'"
                          },
                          "value": "beforeParse"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4881,
                    "end": 4907,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 8
                      },
                      "end": {
                        "line": 151,
                        "column": 34
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4881,
                      "end": 4906,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 8
                        },
                        "end": {
                          "line": 151,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4881,
                        "end": 4890,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 8
                          },
                          "end": {
                            "line": 151,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4881,
                          "end": 4884,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 8
                            },
                            "end": {
                              "line": 151,
                              "column": 11
                            },
                            "identifierName": "log"
                          },
                          "name": "log"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4885,
                          "end": 4890,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 12
                            },
                            "end": {
                              "line": 151,
                              "column": 17
                            },
                            "identifierName": "debug"
                          },
                          "name": "debug"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4891,
                          "end": 4894,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 18
                            },
                            "end": {
                              "line": 151,
                              "column": 21
                            },
                            "identifierName": "TAG"
                          },
                          "name": "TAG"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 4896,
                          "end": 4905,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 23
                            },
                            "end": {
                              "line": 151,
                              "column": 32
                            }
                          },
                          "extra": {
                            "rawValue": "Parsing",
                            "raw": "'Parsing'"
                          },
                          "value": "Parsing"
                        }
                      ]
                    }
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 4916,
                    "end": 4929,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 8
                      },
                      "end": {
                        "line": 152,
                        "column": 21
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 4920,
                        "end": 4928,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 12
                          },
                          "end": {
                            "line": 152,
                            "column": 20
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 4920,
                          "end": 4923,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 12
                            },
                            "end": {
                              "line": 152,
                              "column": 15
                            },
                            "identifierName": "els"
                          },
                          "name": "els"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 4926,
                          "end": 4928,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 18
                            },
                            "end": {
                              "line": 152,
                              "column": 20
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ForOfStatement",
                    "start": 4938,
                    "end": 5203,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 8
                      },
                      "end": {
                        "line": 160,
                        "column": 9
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 4943,
                      "end": 4955,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 13
                        },
                        "end": {
                          "line": 153,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4947,
                          "end": 4955,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 17
                            },
                            "end": {
                              "line": 153,
                              "column": 25
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4947,
                            "end": 4955,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 17
                              },
                              "end": {
                                "line": 153,
                                "column": 25
                              },
                              "identifierName": "selector"
                            },
                            "name": "selector"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 4959,
                      "end": 4990,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 29
                        },
                        "end": {
                          "line": 153,
                          "column": 60
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4959,
                        "end": 4971,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 29
                          },
                          "end": {
                            "line": 153,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4959,
                          "end": 4963,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 29
                            },
                            "end": {
                              "line": 153,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4964,
                          "end": 4971,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 34
                            },
                            "end": {
                              "line": 153,
                              "column": 41
                            },
                            "identifierName": "_config"
                          },
                          "name": "_config"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4972,
                        "end": 4990,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 42
                          },
                          "end": {
                            "line": 153,
                            "column": 60
                          },
                          "identifierName": "moneySpanSelectors"
                        },
                        "name": "moneySpanSelectors"
                      },
                      "computed": false
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 4992,
                      "end": 5203,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 62
                        },
                        "end": {
                          "line": 160,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 5007,
                          "end": 5053,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 12
                            },
                            "end": {
                              "line": 155,
                              "column": 58
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 5011,
                              "end": 5052,
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 16
                                },
                                "end": {
                                  "line": 155,
                                  "column": 57
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 5011,
                                "end": 5014,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 19
                                  },
                                  "identifierName": "els"
                                },
                                "name": "els"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 5017,
                                "end": 5052,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5017,
                                  "end": 5042,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5017,
                                    "end": 5025,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 30
                                      },
                                      "identifierName": "document"
                                    },
                                    "name": "document"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5026,
                                    "end": 5042,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 47
                                      },
                                      "identifierName": "querySelectorAll"
                                    },
                                    "name": "querySelectorAll"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5043,
                                    "end": 5051,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 56
                                      },
                                      "identifierName": "selector"
                                    },
                                    "name": "selector"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ForStatement",
                          "start": 5066,
                          "end": 5193,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 12
                            },
                            "end": {
                              "line": 159,
                              "column": 13
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 5071,
                            "end": 5080,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 17
                              },
                              "end": {
                                "line": 156,
                                "column": 26
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5075,
                                "end": 5080,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 26
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5075,
                                  "end": 5076,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 22
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 5079,
                                  "end": 5080,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 26
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 5082,
                            "end": 5096,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 28
                              },
                              "end": {
                                "line": 156,
                                "column": 42
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 5082,
                              "end": 5083,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 28
                                },
                                "end": {
                                  "line": 156,
                                  "column": 29
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "MemberExpression",
                              "start": 5086,
                              "end": 5096,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 32
                                },
                                "end": {
                                  "line": 156,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5086,
                                "end": 5089,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 35
                                  },
                                  "identifierName": "els"
                                },
                                "name": "els"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5090,
                                "end": 5096,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 42
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 5098,
                            "end": 5101,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 44
                              },
                              "end": {
                                "line": 156,
                                "column": 47
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 5098,
                              "end": 5099,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 44
                                },
                                "end": {
                                  "line": 156,
                                  "column": 45
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 5103,
                            "end": 5193,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 49
                              },
                              "end": {
                                "line": 159,
                                "column": 13
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 5121,
                                "end": 5137,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 32
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 5125,
                                    "end": 5136,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 31
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 5125,
                                      "end": 5127,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 22
                                        },
                                        "identifierName": "el"
                                      },
                                      "name": "el"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 5130,
                                      "end": 5136,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5130,
                                        "end": 5133,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 28
                                          },
                                          "identifierName": "els"
                                        },
                                        "name": "els"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5134,
                                        "end": 5135,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 30
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 5154,
                                "end": 5179,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 41
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 5154,
                                  "end": 5178,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 40
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5154,
                                    "end": 5174,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5154,
                                      "end": 5158,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5159,
                                      "end": 5174,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 36
                                        },
                                        "identifierName": "_processElement"
                                      },
                                      "name": "_processElement"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5175,
                                      "end": 5177,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 39
                                        },
                                        "identifierName": "el"
                                      },
                                      "name": "el"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5212,
                    "end": 5231,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 8
                      },
                      "end": {
                        "line": 161,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5212,
                      "end": 5230,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 26
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5212,
                        "end": 5221,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 8
                          },
                          "end": {
                            "line": 161,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5212,
                          "end": 5216,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5217,
                          "end": 5221,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 13
                            },
                            "end": {
                              "line": 161,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 5222,
                          "end": 5229,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 18
                            },
                            "end": {
                              "line": 161,
                              "column": 25
                            }
                          },
                          "extra": {
                            "rawValue": "parse",
                            "raw": "'parse'"
                          },
                          "value": "parse"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Attempts to find new money spans on the page.\n     * Change moneySpanSelectors / moneySpanParser config options to modify\n     * how money spans are parsed.\n     * @emits {null} beforeParse\n     * @emits {null} parse\n     ",
                  "start": 4589,
                  "end": 4824,
                  "loc": {
                    "start": {
                      "line": 142,
                      "column": 4
                    },
                    "end": {
                      "line": 148,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * @param {DOMNode}\tel - Element to process\n     ",
                  "start": 5243,
                  "end": 5302,
                  "loc": {
                    "start": {
                      "line": 164,
                      "column": 4
                    },
                    "end": {
                      "line": 166,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 5307,
              "end": 5523,
              "loc": {
                "start": {
                  "line": 167,
                  "column": 4
                },
                "end": {
                  "line": 172,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5307,
                "end": 5322,
                "loc": {
                  "start": {
                    "line": 167,
                    "column": 4
                  },
                  "end": {
                    "line": 167,
                    "column": 19
                  },
                  "identifierName": "_processElement"
                },
                "name": "_processElement",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5323,
                  "end": 5325,
                  "loc": {
                    "start": {
                      "line": 167,
                      "column": 20
                    },
                    "end": {
                      "line": 167,
                      "column": 22
                    },
                    "identifierName": "el"
                  },
                  "name": "el"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 5327,
                "end": 5523,
                "loc": {
                  "start": {
                    "line": 167,
                    "column": 24
                  },
                  "end": {
                    "line": 172,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 5337,
                    "end": 5388,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 8
                      },
                      "end": {
                        "line": 168,
                        "column": 59
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5341,
                        "end": 5387,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 12
                          },
                          "end": {
                            "line": 168,
                            "column": 58
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5341,
                          "end": 5346,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 12
                            },
                            "end": {
                              "line": 168,
                              "column": 17
                            },
                            "identifierName": "money"
                          },
                          "name": "money"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 5349,
                          "end": 5387,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 20
                            },
                            "end": {
                              "line": 168,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5349,
                            "end": 5377,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 20
                              },
                              "end": {
                                "line": 168,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5349,
                              "end": 5361,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 20
                                },
                                "end": {
                                  "line": 168,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5349,
                                "end": 5353,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 24
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5354,
                                "end": 5361,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 32
                                  },
                                  "identifierName": "_config"
                                },
                                "name": "_config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5362,
                              "end": 5377,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 33
                                },
                                "end": {
                                  "line": 168,
                                  "column": 48
                                },
                                "identifierName": "moneySpanParser"
                              },
                              "name": "moneySpanParser"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5378,
                              "end": 5380,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 49
                                },
                                "end": {
                                  "line": 168,
                                  "column": 51
                                },
                                "identifierName": "el"
                              },
                              "name": "el"
                            },
                            {
                              "type": "ThisExpression",
                              "start": 5382,
                              "end": 5386,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 53
                                },
                                "end": {
                                  "line": 168,
                                  "column": 57
                                }
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5397,
                    "end": 5440,
                    "loc": {
                      "start": {
                        "line": 169,
                        "column": 8
                      },
                      "end": {
                        "line": 169,
                        "column": 51
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5401,
                        "end": 5439,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 12
                          },
                          "end": {
                            "line": 169,
                            "column": 50
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5401,
                          "end": 5410,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 12
                            },
                            "end": {
                              "line": 169,
                              "column": 21
                            },
                            "identifierName": "moneySpan"
                          },
                          "name": "moneySpan"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 5413,
                          "end": 5439,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 24
                            },
                            "end": {
                              "line": 169,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 5417,
                            "end": 5426,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 28
                              },
                              "end": {
                                "line": 169,
                                "column": 37
                              },
                              "identifierName": "MoneySpan"
                            },
                            "name": "MoneySpan"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5427,
                              "end": 5432,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 38
                                },
                                "end": {
                                  "line": 169,
                                  "column": 43
                                },
                                "identifierName": "money"
                              },
                              "name": "money"
                            },
                            {
                              "type": "ThisExpression",
                              "start": 5434,
                              "end": 5438,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 45
                                },
                                "end": {
                                  "line": 169,
                                  "column": 49
                                }
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5449,
                    "end": 5474,
                    "loc": {
                      "start": {
                        "line": 170,
                        "column": 8
                      },
                      "end": {
                        "line": 170,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5449,
                      "end": 5473,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5449,
                        "end": 5469,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 8
                          },
                          "end": {
                            "line": 170,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5449,
                          "end": 5458,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 17
                            },
                            "identifierName": "moneySpan"
                          },
                          "name": "moneySpan"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5459,
                          "end": 5469,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 18
                            },
                            "end": {
                              "line": 170,
                              "column": 28
                            },
                            "identifierName": "setElement"
                          },
                          "name": "setElement"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5470,
                          "end": 5472,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 29
                            },
                            "end": {
                              "line": 170,
                              "column": 31
                            },
                            "identifierName": "el"
                          },
                          "name": "el"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5483,
                    "end": 5517,
                    "loc": {
                      "start": {
                        "line": 171,
                        "column": 8
                      },
                      "end": {
                        "line": 171,
                        "column": 42
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5483,
                      "end": 5516,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 41
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5483,
                        "end": 5505,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5483,
                          "end": 5501,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 8
                            },
                            "end": {
                              "line": 171,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5483,
                            "end": 5487,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 8
                              },
                              "end": {
                                "line": 171,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5488,
                            "end": 5501,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 13
                              },
                              "end": {
                                "line": 171,
                                "column": 26
                              },
                              "identifierName": "_moneySpanSet"
                            },
                            "name": "_moneySpanSet"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5502,
                          "end": 5505,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 27
                            },
                            "end": {
                              "line": 171,
                              "column": 30
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5506,
                          "end": 5515,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 31
                            },
                            "end": {
                              "line": 171,
                              "column": 40
                            },
                            "identifierName": "moneySpan"
                          },
                          "name": "moneySpan"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * @param {DOMNode}\tel - Element to process\n     ",
                  "start": 5243,
                  "end": 5302,
                  "loc": {
                    "start": {
                      "line": 164,
                      "column": 4
                    },
                    "end": {
                      "line": 166,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Forces all money spans to re-render.\n     * @emits {null} beforeRender\n     * @emits {null} render\n     ",
                  "start": 5530,
                  "end": 5647,
                  "loc": {
                    "start": {
                      "line": 175,
                      "column": 4
                    },
                    "end": {
                      "line": 179,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 5652,
              "end": 5870,
              "loc": {
                "start": {
                  "line": 180,
                  "column": 4
                },
                "end": {
                  "line": 187,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5652,
                "end": 5658,
                "loc": {
                  "start": {
                    "line": 180,
                    "column": 4
                  },
                  "end": {
                    "line": 180,
                    "column": 10
                  },
                  "identifierName": "render"
                },
                "name": "render",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 5661,
                "end": 5870,
                "loc": {
                  "start": {
                    "line": 180,
                    "column": 13
                  },
                  "end": {
                    "line": 187,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 5671,
                    "end": 5697,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 8
                      },
                      "end": {
                        "line": 181,
                        "column": 34
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5671,
                      "end": 5696,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 181,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5671,
                        "end": 5680,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 8
                          },
                          "end": {
                            "line": 181,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5671,
                          "end": 5675,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 8
                            },
                            "end": {
                              "line": 181,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5676,
                          "end": 5680,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 13
                            },
                            "end": {
                              "line": 181,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 5681,
                          "end": 5695,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 18
                            },
                            "end": {
                              "line": 181,
                              "column": 32
                            }
                          },
                          "extra": {
                            "rawValue": "beforeRender",
                            "raw": "'beforeRender'"
                          },
                          "value": "beforeRender"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5706,
                    "end": 5734,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 8
                      },
                      "end": {
                        "line": 182,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5706,
                      "end": 5733,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 8
                        },
                        "end": {
                          "line": 182,
                          "column": 35
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5706,
                        "end": 5715,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 8
                          },
                          "end": {
                            "line": 182,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5706,
                          "end": 5709,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 8
                            },
                            "end": {
                              "line": 182,
                              "column": 11
                            },
                            "identifierName": "log"
                          },
                          "name": "log"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5710,
                          "end": 5715,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 12
                            },
                            "end": {
                              "line": 182,
                              "column": 17
                            },
                            "identifierName": "debug"
                          },
                          "name": "debug"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5716,
                          "end": 5719,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 18
                            },
                            "end": {
                              "line": 182,
                              "column": 21
                            },
                            "identifierName": "TAG"
                          },
                          "name": "TAG"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 5721,
                          "end": 5732,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 23
                            },
                            "end": {
                              "line": 182,
                              "column": 34
                            }
                          },
                          "extra": {
                            "rawValue": "Rendering",
                            "raw": "'Rendering'"
                          },
                          "value": "Rendering"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ForOfStatement",
                    "start": 5743,
                    "end": 5835,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 8
                      },
                      "end": {
                        "line": 185,
                        "column": 9
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 5748,
                      "end": 5761,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 13
                        },
                        "end": {
                          "line": 183,
                          "column": 26
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5752,
                          "end": 5761,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 17
                            },
                            "end": {
                              "line": 183,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5752,
                            "end": 5761,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 17
                              },
                              "end": {
                                "line": 183,
                                "column": 26
                              },
                              "identifierName": "moneySpan"
                            },
                            "name": "moneySpan"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    "right": {
                      "type": "CallExpression",
                      "start": 5765,
                      "end": 5790,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 30
                        },
                        "end": {
                          "line": 183,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5765,
                        "end": 5788,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 30
                          },
                          "end": {
                            "line": 183,
                            "column": 53
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5765,
                          "end": 5783,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 30
                            },
                            "end": {
                              "line": 183,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5765,
                            "end": 5769,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 30
                              },
                              "end": {
                                "line": 183,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5770,
                            "end": 5783,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 35
                              },
                              "end": {
                                "line": 183,
                                "column": 48
                              },
                              "identifierName": "_moneySpanSet"
                            },
                            "name": "_moneySpanSet"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5784,
                          "end": 5788,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 49
                            },
                            "end": {
                              "line": 183,
                              "column": 53
                            },
                            "identifierName": "list"
                          },
                          "name": "list"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 5792,
                      "end": 5835,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 57
                        },
                        "end": {
                          "line": 185,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 5806,
                          "end": 5825,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 12
                            },
                            "end": {
                              "line": 184,
                              "column": 31
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 5806,
                            "end": 5824,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 12
                              },
                              "end": {
                                "line": 184,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5806,
                              "end": 5822,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 12
                                },
                                "end": {
                                  "line": 184,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5806,
                                "end": 5815,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 21
                                  },
                                  "identifierName": "moneySpan"
                                },
                                "name": "moneySpan"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5816,
                                "end": 5822,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 28
                                  },
                                  "identifierName": "render"
                                },
                                "name": "render"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5844,
                    "end": 5864,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 8
                      },
                      "end": {
                        "line": 186,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5844,
                      "end": 5863,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 8
                        },
                        "end": {
                          "line": 186,
                          "column": 27
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5844,
                        "end": 5853,
                        "loc": {
                          "start": {
                            "line": 186,
                            "column": 8
                          },
                          "end": {
                            "line": 186,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5844,
                          "end": 5848,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 8
                            },
                            "end": {
                              "line": 186,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5849,
                          "end": 5853,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 13
                            },
                            "end": {
                              "line": 186,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 5854,
                          "end": 5862,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 18
                            },
                            "end": {
                              "line": 186,
                              "column": 26
                            }
                          },
                          "extra": {
                            "rawValue": "render",
                            "raw": "'render'"
                          },
                          "value": "render"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Forces all money spans to re-render.\n     * @emits {null} beforeRender\n     * @emits {null} render\n     ",
                  "start": 5530,
                  "end": 5647,
                  "loc": {
                    "start": {
                      "line": 175,
                      "column": 4
                    },
                    "end": {
                      "line": 179,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Returns the current state.\n     * @return {src/plugins/easycurrency/state.js~State}\n     ",
                  "start": 5878,
                  "end": 5980,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 4
                    },
                    "end": {
                      "line": 194,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 5985,
              "end": 6031,
              "loc": {
                "start": {
                  "line": 195,
                  "column": 4
                },
                "end": {
                  "line": 197,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5985,
                "end": 5993,
                "loc": {
                  "start": {
                    "line": 195,
                    "column": 4
                  },
                  "end": {
                    "line": 195,
                    "column": 12
                  },
                  "identifierName": "getState"
                },
                "name": "getState",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 5996,
                "end": 6031,
                "loc": {
                  "start": {
                    "line": 195,
                    "column": 15
                  },
                  "end": {
                    "line": 197,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 6006,
                    "end": 6025,
                    "loc": {
                      "start": {
                        "line": 196,
                        "column": 8
                      },
                      "end": {
                        "line": 196,
                        "column": 27
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 6013,
                      "end": 6024,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 15
                        },
                        "end": {
                          "line": 196,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 6013,
                        "end": 6017,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 15
                          },
                          "end": {
                            "line": 196,
                            "column": 19
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 6018,
                        "end": 6024,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 20
                          },
                          "end": {
                            "line": 196,
                            "column": 26
                          },
                          "identifierName": "_state"
                        },
                        "name": "_state"
                      },
                      "computed": false
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Returns the current state.\n     * @return {src/plugins/easycurrency/state.js~State}\n     ",
                  "start": 5878,
                  "end": 5980,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 4
                    },
                    "end": {
                      "line": 194,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Format a value as a currency\n     * @param {js-money|Number} amount\n     * @param {String|null} [currency] If null, uses current currency.\n     * @return {String}\n     ",
                  "start": 6038,
                  "end": 6219,
                  "loc": {
                    "start": {
                      "line": 200,
                      "column": 4
                    },
                    "end": {
                      "line": 205,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 6224,
              "end": 6475,
              "loc": {
                "start": {
                  "line": 206,
                  "column": 4
                },
                "end": {
                  "line": 212,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6224,
                "end": 6230,
                "loc": {
                  "start": {
                    "line": 206,
                    "column": 4
                  },
                  "end": {
                    "line": 206,
                    "column": 10
                  },
                  "identifierName": "format"
                },
                "name": "format",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6231,
                  "end": 6237,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 11
                    },
                    "end": {
                      "line": 206,
                      "column": 17
                    },
                    "identifierName": "amount"
                  },
                  "name": "amount"
                },
                {
                  "type": "Identifier",
                  "start": 6239,
                  "end": 6247,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 19
                    },
                    "end": {
                      "line": 206,
                      "column": 27
                    },
                    "identifierName": "currency"
                  },
                  "name": "currency"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6249,
                "end": 6475,
                "loc": {
                  "start": {
                    "line": 206,
                    "column": 29
                  },
                  "end": {
                    "line": 212,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 6259,
                    "end": 6375,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 8
                      },
                      "end": {
                        "line": 209,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 6263,
                      "end": 6288,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 12
                        },
                        "end": {
                          "line": 207,
                          "column": 37
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 6263,
                        "end": 6276,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 12
                          },
                          "end": {
                            "line": 207,
                            "column": 25
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 6270,
                          "end": 6276,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 19
                            },
                            "end": {
                              "line": 207,
                              "column": 25
                            },
                            "identifierName": "amount"
                          },
                          "name": "amount"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 6280,
                        "end": 6288,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 29
                          },
                          "end": {
                            "line": 207,
                            "column": 37
                          }
                        },
                        "extra": {
                          "rawValue": "number",
                          "raw": "'number'"
                        },
                        "value": "number"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 6290,
                      "end": 6375,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 39
                        },
                        "end": {
                          "line": 209,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 6304,
                          "end": 6365,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 12
                            },
                            "end": {
                              "line": 208,
                              "column": 73
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6304,
                            "end": 6364,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 12
                              },
                              "end": {
                                "line": 208,
                                "column": 72
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6304,
                              "end": 6310,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 12
                                },
                                "end": {
                                  "line": 208,
                                  "column": 18
                                },
                                "identifierName": "amount"
                              },
                              "name": "amount"
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 6313,
                              "end": 6364,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 21
                                },
                                "end": {
                                  "line": 208,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 6317,
                                "end": 6322,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 30
                                  },
                                  "identifierName": "Money"
                                },
                                "name": "Money"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6323,
                                  "end": 6329,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 37
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                {
                                  "type": "LogicalExpression",
                                  "start": 6331,
                                  "end": 6363,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 71
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 6331,
                                    "end": 6339,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 47
                                      },
                                      "identifierName": "currency"
                                    },
                                    "name": "currency"
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 6343,
                                    "end": 6363,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 71
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6343,
                                      "end": 6354,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6343,
                                        "end": 6347,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6348,
                                        "end": 6354,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 62
                                          },
                                          "identifierName": "_state"
                                        },
                                        "name": "_state"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6355,
                                      "end": 6363,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 71
                                        },
                                        "identifierName": "currency"
                                      },
                                      "name": "currency"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6384,
                    "end": 6449,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 8
                      },
                      "end": {
                        "line": 210,
                        "column": 73
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6388,
                        "end": 6448,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 12
                          },
                          "end": {
                            "line": 210,
                            "column": 72
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6388,
                          "end": 6391,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 12
                            },
                            "end": {
                              "line": 210,
                              "column": 15
                            },
                            "identifierName": "str"
                          },
                          "name": "str"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 6394,
                          "end": 6448,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 18
                            },
                            "end": {
                              "line": 210,
                              "column": 72
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6394,
                            "end": 6416,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 18
                              },
                              "end": {
                                "line": 210,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6394,
                              "end": 6409,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 18
                                },
                                "end": {
                                  "line": 210,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6394,
                                "end": 6398,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6399,
                                "end": 6409,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 33
                                  },
                                  "identifierName": "_formatter"
                                },
                                "name": "_formatter"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6410,
                              "end": 6416,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 34
                                },
                                "end": {
                                  "line": 210,
                                  "column": 40
                                },
                                "identifierName": "format"
                              },
                              "name": "format"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 6417,
                              "end": 6430,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 41
                                },
                                "end": {
                                  "line": 210,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6417,
                                "end": 6423,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 47
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6424,
                                "end": 6430,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 54
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "computed": false
                            },
                            {
                              "type": "MemberExpression",
                              "start": 6432,
                              "end": 6447,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 56
                                },
                                "end": {
                                  "line": 210,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6432,
                                "end": 6438,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 62
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6439,
                                "end": 6447,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 71
                                  },
                                  "identifierName": "currency"
                                },
                                "name": "currency"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6458,
                    "end": 6469,
                    "loc": {
                      "start": {
                        "line": 211,
                        "column": 8
                      },
                      "end": {
                        "line": 211,
                        "column": 19
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 6465,
                      "end": 6468,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 15
                        },
                        "end": {
                          "line": 211,
                          "column": 18
                        },
                        "identifierName": "str"
                      },
                      "name": "str"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Format a value as a currency\n     * @param {js-money|Number} amount\n     * @param {String|null} [currency] If null, uses current currency.\n     * @return {String}\n     ",
                  "start": 6038,
                  "end": 6219,
                  "loc": {
                    "start": {
                      "line": 200,
                      "column": 4
                    },
                    "end": {
                      "line": 205,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Convert an amount to another currency.\n     * @param {js-money|Number} amount\n     * @param {String} [to] - If null, uses current currency\n     * @param {null|String} [from] Ignored if amount is a Money object.\n     * @return {Promise<js-money>}\n     ",
                  "start": 6481,
                  "end": 6745,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 4
                    },
                    "end": {
                      "line": 220,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 6750,
              "end": 7105,
              "loc": {
                "start": {
                  "line": 221,
                  "column": 4
                },
                "end": {
                  "line": 227,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6756,
                "end": 6763,
                "loc": {
                  "start": {
                    "line": 221,
                    "column": 10
                  },
                  "end": {
                    "line": 221,
                    "column": 17
                  },
                  "identifierName": "convert"
                },
                "name": "convert"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": true,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6764,
                  "end": 6770,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 18
                    },
                    "end": {
                      "line": 221,
                      "column": 24
                    },
                    "identifierName": "amount"
                  },
                  "name": "amount"
                },
                {
                  "type": "Identifier",
                  "start": 6772,
                  "end": 6774,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 26
                    },
                    "end": {
                      "line": 221,
                      "column": 28
                    },
                    "identifierName": "to"
                  },
                  "name": "to"
                },
                {
                  "type": "Identifier",
                  "start": 6776,
                  "end": 6780,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 30
                    },
                    "end": {
                      "line": 221,
                      "column": 34
                    },
                    "identifierName": "from"
                  },
                  "name": "from"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6782,
                "end": 7105,
                "loc": {
                  "start": {
                    "line": 221,
                    "column": 36
                  },
                  "end": {
                    "line": 227,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 6792,
                    "end": 6904,
                    "loc": {
                      "start": {
                        "line": 222,
                        "column": 8
                      },
                      "end": {
                        "line": 224,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 6796,
                      "end": 6821,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 12
                        },
                        "end": {
                          "line": 222,
                          "column": 37
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 6796,
                        "end": 6809,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 12
                          },
                          "end": {
                            "line": 222,
                            "column": 25
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 6803,
                          "end": 6809,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 19
                            },
                            "end": {
                              "line": 222,
                              "column": 25
                            },
                            "identifierName": "amount"
                          },
                          "name": "amount"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 6813,
                        "end": 6821,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 29
                          },
                          "end": {
                            "line": 222,
                            "column": 37
                          }
                        },
                        "extra": {
                          "rawValue": "number",
                          "raw": "'number'"
                        },
                        "value": "number"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 6823,
                      "end": 6904,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 39
                        },
                        "end": {
                          "line": 224,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 6837,
                          "end": 6894,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 12
                            },
                            "end": {
                              "line": 223,
                              "column": 69
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6837,
                            "end": 6893,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 12
                              },
                              "end": {
                                "line": 223,
                                "column": 68
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6837,
                              "end": 6843,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 12
                                },
                                "end": {
                                  "line": 223,
                                  "column": 18
                                },
                                "identifierName": "amount"
                              },
                              "name": "amount"
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 6846,
                              "end": 6893,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 21
                                },
                                "end": {
                                  "line": 223,
                                  "column": 68
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 6850,
                                "end": 6855,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 30
                                  },
                                  "identifierName": "Money"
                                },
                                "name": "Money"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6856,
                                  "end": 6862,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 37
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                {
                                  "type": "LogicalExpression",
                                  "start": 6864,
                                  "end": 6892,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 67
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 6864,
                                    "end": 6868,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 43
                                      },
                                      "identifierName": "from"
                                    },
                                    "name": "from"
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 6872,
                                    "end": 6892,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6872,
                                      "end": 6883,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 58
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6872,
                                        "end": 6876,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6877,
                                        "end": 6883,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 58
                                          },
                                          "identifierName": "_state"
                                        },
                                        "name": "_state"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6884,
                                      "end": 6892,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 67
                                        },
                                        "identifierName": "currency"
                                      },
                                      "name": "currency"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6913,
                    "end": 7008,
                    "loc": {
                      "start": {
                        "line": 225,
                        "column": 8
                      },
                      "end": {
                        "line": 225,
                        "column": 103
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6917,
                        "end": 7007,
                        "loc": {
                          "start": {
                            "line": 225,
                            "column": 12
                          },
                          "end": {
                            "line": 225,
                            "column": 102
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6917,
                          "end": 6921,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 12
                            },
                            "end": {
                              "line": 225,
                              "column": 16
                            },
                            "identifierName": "rate"
                          },
                          "name": "rate"
                        },
                        "init": {
                          "type": "AwaitExpression",
                          "start": 6924,
                          "end": 7007,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 19
                            },
                            "end": {
                              "line": 225,
                              "column": 102
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 6930,
                            "end": 7007,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 25
                              },
                              "end": {
                                "line": 225,
                                "column": 102
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6930,
                              "end": 6962,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 25
                                },
                                "end": {
                                  "line": 225,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6930,
                                "end": 6944,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6930,
                                  "end": 6934,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6935,
                                  "end": 6944,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 39
                                    },
                                    "identifierName": "_resolver"
                                  },
                                  "name": "_resolver"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6945,
                                "end": 6962,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 57
                                  },
                                  "identifierName": "getConversionRate"
                                },
                                "name": "getConversionRate"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 6963,
                                "end": 6978,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6963,
                                  "end": 6969,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 64
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6970,
                                  "end": 6978,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 73
                                    },
                                    "identifierName": "currency"
                                  },
                                  "name": "currency"
                                },
                                "computed": false
                              },
                              {
                                "type": "LogicalExpression",
                                "start": 6980,
                                "end": 7006,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 101
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6980,
                                  "end": 6982,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 77
                                    },
                                    "identifierName": "to"
                                  },
                                  "name": "to"
                                },
                                "operator": "||",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 6986,
                                  "end": 7006,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 101
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6986,
                                    "end": 6997,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 92
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6986,
                                      "end": 6990,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 85
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6991,
                                      "end": 6997,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 92
                                        },
                                        "identifierName": "_state"
                                      },
                                      "name": "_state"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6998,
                                    "end": 7006,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 101
                                      },
                                      "identifierName": "currency"
                                    },
                                    "name": "currency"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 7017,
                    "end": 7099,
                    "loc": {
                      "start": {
                        "line": 226,
                        "column": 8
                      },
                      "end": {
                        "line": 226,
                        "column": 90
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 7024,
                      "end": 7098,
                      "loc": {
                        "start": {
                          "line": 226,
                          "column": 15
                        },
                        "end": {
                          "line": 226,
                          "column": 89
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 7028,
                        "end": 7033,
                        "loc": {
                          "start": {
                            "line": 226,
                            "column": 19
                          },
                          "end": {
                            "line": 226,
                            "column": 24
                          },
                          "identifierName": "Money"
                        },
                        "name": "Money"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 7034,
                          "end": 7062,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 25
                            },
                            "end": {
                              "line": 226,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7034,
                            "end": 7055,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 25
                              },
                              "end": {
                                "line": 226,
                                "column": 46
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7034,
                              "end": 7049,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 25
                                },
                                "end": {
                                  "line": 226,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7034,
                                "end": 7040,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 31
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7041,
                                "end": 7049,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 40
                                  },
                                  "identifierName": "multiply"
                                },
                                "name": "multiply"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7050,
                                "end": 7054,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 45
                                  },
                                  "identifierName": "rate"
                                },
                                "name": "rate"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7056,
                            "end": 7062,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 47
                              },
                              "end": {
                                "line": 226,
                                "column": 53
                              },
                              "identifierName": "amount"
                            },
                            "name": "amount"
                          },
                          "computed": false
                        },
                        {
                          "type": "MemberExpression",
                          "start": 7064,
                          "end": 7097,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 55
                            },
                            "end": {
                              "line": 226,
                              "column": 88
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7064,
                            "end": 7069,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 55
                              },
                              "end": {
                                "line": 226,
                                "column": 60
                              },
                              "identifierName": "Money"
                            },
                            "name": "Money"
                          },
                          "property": {
                            "type": "LogicalExpression",
                            "start": 7070,
                            "end": 7096,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 61
                              },
                              "end": {
                                "line": 226,
                                "column": 87
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 7070,
                              "end": 7072,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 61
                                },
                                "end": {
                                  "line": 226,
                                  "column": 63
                                },
                                "identifierName": "to"
                              },
                              "name": "to"
                            },
                            "operator": "||",
                            "right": {
                              "type": "MemberExpression",
                              "start": 7076,
                              "end": 7096,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 67
                                },
                                "end": {
                                  "line": 226,
                                  "column": 87
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7076,
                                "end": 7087,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 78
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7076,
                                  "end": 7080,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 71
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7081,
                                  "end": 7087,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 78
                                    },
                                    "identifierName": "_state"
                                  },
                                  "name": "_state"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7088,
                                "end": 7096,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 87
                                  },
                                  "identifierName": "currency"
                                },
                                "name": "currency"
                              },
                              "computed": false
                            }
                          },
                          "computed": true
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Convert an amount to another currency.\n     * @param {js-money|Number} amount\n     * @param {String} [to] - If null, uses current currency\n     * @param {null|String} [from] Ignored if amount is a Money object.\n     * @return {Promise<js-money>}\n     ",
                  "start": 6481,
                  "end": 6745,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 4
                    },
                    "end": {
                      "line": 220,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Adds the current tax rate to the given amount\n     * @param {js-money|Number} amount\n     * @return {Promise<js-money>}\n     ",
                  "start": 7111,
                  "end": 7249,
                  "loc": {
                    "start": {
                      "line": 229,
                      "column": 4
                    },
                    "end": {
                      "line": 233,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 7254,
              "end": 7452,
              "loc": {
                "start": {
                  "line": 234,
                  "column": 4
                },
                "end": {
                  "line": 239,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7260,
                "end": 7266,
                "loc": {
                  "start": {
                    "line": 234,
                    "column": 10
                  },
                  "end": {
                    "line": 234,
                    "column": 16
                  },
                  "identifierName": "addTax"
                },
                "name": "addTax"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": true,
              "params": [
                {
                  "type": "Identifier",
                  "start": 7267,
                  "end": 7273,
                  "loc": {
                    "start": {
                      "line": 234,
                      "column": 17
                    },
                    "end": {
                      "line": 234,
                      "column": 23
                    },
                    "identifierName": "amount"
                  },
                  "name": "amount"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 7275,
                "end": 7452,
                "loc": {
                  "start": {
                    "line": 234,
                    "column": 25
                  },
                  "end": {
                    "line": 239,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 7285,
                    "end": 7389,
                    "loc": {
                      "start": {
                        "line": 235,
                        "column": 8
                      },
                      "end": {
                        "line": 237,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 7289,
                      "end": 7314,
                      "loc": {
                        "start": {
                          "line": 235,
                          "column": 12
                        },
                        "end": {
                          "line": 235,
                          "column": 37
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 7289,
                        "end": 7302,
                        "loc": {
                          "start": {
                            "line": 235,
                            "column": 12
                          },
                          "end": {
                            "line": 235,
                            "column": 25
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 7296,
                          "end": 7302,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 19
                            },
                            "end": {
                              "line": 235,
                              "column": 25
                            },
                            "identifierName": "amount"
                          },
                          "name": "amount"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "==",
                      "right": {
                        "type": "StringLiteral",
                        "start": 7306,
                        "end": 7314,
                        "loc": {
                          "start": {
                            "line": 235,
                            "column": 29
                          },
                          "end": {
                            "line": 235,
                            "column": 37
                          }
                        },
                        "extra": {
                          "rawValue": "number",
                          "raw": "'number'"
                        },
                        "value": "number"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 7316,
                      "end": 7389,
                      "loc": {
                        "start": {
                          "line": 235,
                          "column": 39
                        },
                        "end": {
                          "line": 237,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 7330,
                          "end": 7379,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 12
                            },
                            "end": {
                              "line": 236,
                              "column": 61
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 7330,
                            "end": 7378,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 12
                              },
                              "end": {
                                "line": 236,
                                "column": 60
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 7330,
                              "end": 7336,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 12
                                },
                                "end": {
                                  "line": 236,
                                  "column": 18
                                },
                                "identifierName": "amount"
                              },
                              "name": "amount"
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 7339,
                              "end": 7378,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 21
                                },
                                "end": {
                                  "line": 236,
                                  "column": 60
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 7343,
                                "end": 7348,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 30
                                  },
                                  "identifierName": "Money"
                                },
                                "name": "Money"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7349,
                                  "end": 7355,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 37
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 7357,
                                  "end": 7377,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7357,
                                    "end": 7368,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 50
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7357,
                                      "end": 7361,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7362,
                                      "end": 7368,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 50
                                        },
                                        "identifierName": "_state"
                                      },
                                      "name": "_state"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7369,
                                    "end": 7377,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 59
                                      },
                                      "identifierName": "currency"
                                    },
                                    "name": "currency"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 7398,
                    "end": 7446,
                    "loc": {
                      "start": {
                        "line": 238,
                        "column": 8
                      },
                      "end": {
                        "line": 238,
                        "column": 56
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 7405,
                      "end": 7445,
                      "loc": {
                        "start": {
                          "line": 238,
                          "column": 15
                        },
                        "end": {
                          "line": 238,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7405,
                        "end": 7420,
                        "loc": {
                          "start": {
                            "line": 238,
                            "column": 15
                          },
                          "end": {
                            "line": 238,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7405,
                          "end": 7411,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 15
                            },
                            "end": {
                              "line": 238,
                              "column": 21
                            },
                            "identifierName": "amount"
                          },
                          "name": "amount"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7412,
                          "end": 7420,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 22
                            },
                            "end": {
                              "line": 238,
                              "column": 30
                            },
                            "identifierName": "multiply"
                          },
                          "name": "multiply"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "BinaryExpression",
                          "start": 7421,
                          "end": 7444,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 31
                            },
                            "end": {
                              "line": 238,
                              "column": 54
                            }
                          },
                          "left": {
                            "type": "NumericLiteral",
                            "start": 7421,
                            "end": 7422,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 31
                              },
                              "end": {
                                "line": 238,
                                "column": 32
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          "operator": "+",
                          "right": {
                            "type": "MemberExpression",
                            "start": 7425,
                            "end": 7444,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 35
                              },
                              "end": {
                                "line": 238,
                                "column": 54
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 7425,
                              "end": 7436,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 35
                                },
                                "end": {
                                  "line": 238,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 7425,
                                "end": 7429,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 39
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7430,
                                "end": 7436,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 46
                                  },
                                  "identifierName": "_state"
                                },
                                "name": "_state"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7437,
                              "end": 7444,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 47
                                },
                                "end": {
                                  "line": 238,
                                  "column": 54
                                },
                                "identifierName": "taxRate"
                              },
                              "name": "taxRate"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Adds the current tax rate to the given amount\n     * @param {js-money|Number} amount\n     * @return {Promise<js-money>}\n     ",
                  "start": 7111,
                  "end": 7249,
                  "loc": {
                    "start": {
                      "line": 229,
                      "column": 4
                    },
                    "end": {
                      "line": 233,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Sets the current tax rate.\n     * @param {type}\ttaxRate - Tax rate as a decimal percentage (i.e. 20% = 0.2)\n     * @emits {null} beforeChangeTaxRate\n     * @emits {null} taxRateChanged\n     ",
                  "start": 7459,
                  "end": 7662,
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 4
                    },
                    "end": {
                      "line": 247,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 7667,
              "end": 7858,
              "loc": {
                "start": {
                  "line": 248,
                  "column": 4
                },
                "end": {
                  "line": 255,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7667,
                "end": 7677,
                "loc": {
                  "start": {
                    "line": 248,
                    "column": 4
                  },
                  "end": {
                    "line": 248,
                    "column": 14
                  },
                  "identifierName": "setTaxRate"
                },
                "name": "setTaxRate",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 7678,
                  "end": 7685,
                  "loc": {
                    "start": {
                      "line": 248,
                      "column": 15
                    },
                    "end": {
                      "line": 248,
                      "column": 22
                    },
                    "identifierName": "taxRate"
                  },
                  "name": "taxRate"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 7687,
                "end": 7858,
                "loc": {
                  "start": {
                    "line": 248,
                    "column": 24
                  },
                  "end": {
                    "line": 255,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 7697,
                    "end": 7730,
                    "loc": {
                      "start": {
                        "line": 249,
                        "column": 8
                      },
                      "end": {
                        "line": 249,
                        "column": 41
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 7697,
                      "end": 7729,
                      "loc": {
                        "start": {
                          "line": 249,
                          "column": 8
                        },
                        "end": {
                          "line": 249,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7697,
                        "end": 7706,
                        "loc": {
                          "start": {
                            "line": 249,
                            "column": 8
                          },
                          "end": {
                            "line": 249,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7697,
                          "end": 7701,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 8
                            },
                            "end": {
                              "line": 249,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7702,
                          "end": 7706,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 13
                            },
                            "end": {
                              "line": 249,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 7707,
                          "end": 7728,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 18
                            },
                            "end": {
                              "line": 249,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "beforeChangeTaxRate",
                            "raw": "'beforeChangeTaxRate'"
                          },
                          "value": "beforeChangeTaxRate"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 7739,
                    "end": 7769,
                    "loc": {
                      "start": {
                        "line": 250,
                        "column": 8
                      },
                      "end": {
                        "line": 250,
                        "column": 38
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 7739,
                      "end": 7768,
                      "loc": {
                        "start": {
                          "line": 250,
                          "column": 8
                        },
                        "end": {
                          "line": 250,
                          "column": 37
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 7739,
                        "end": 7758,
                        "loc": {
                          "start": {
                            "line": 250,
                            "column": 8
                          },
                          "end": {
                            "line": 250,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 7739,
                          "end": 7750,
                          "loc": {
                            "start": {
                              "line": 250,
                              "column": 8
                            },
                            "end": {
                              "line": 250,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7739,
                            "end": 7743,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 8
                              },
                              "end": {
                                "line": 250,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7744,
                            "end": 7750,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 13
                              },
                              "end": {
                                "line": 250,
                                "column": 19
                              },
                              "identifierName": "_state"
                            },
                            "name": "_state"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7751,
                          "end": 7758,
                          "loc": {
                            "start": {
                              "line": 250,
                              "column": 20
                            },
                            "end": {
                              "line": 250,
                              "column": 27
                            },
                            "identifierName": "taxRate"
                          },
                          "name": "taxRate"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 7761,
                        "end": 7768,
                        "loc": {
                          "start": {
                            "line": 250,
                            "column": 30
                          },
                          "end": {
                            "line": 250,
                            "column": 37
                          },
                          "identifierName": "taxRate"
                        },
                        "name": "taxRate"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 7779,
                    "end": 7792,
                    "loc": {
                      "start": {
                        "line": 252,
                        "column": 8
                      },
                      "end": {
                        "line": 252,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 7779,
                      "end": 7791,
                      "loc": {
                        "start": {
                          "line": 252,
                          "column": 8
                        },
                        "end": {
                          "line": 252,
                          "column": 20
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7779,
                        "end": 7789,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 8
                          },
                          "end": {
                            "line": 252,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7779,
                          "end": 7783,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 8
                            },
                            "end": {
                              "line": 252,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7784,
                          "end": 7789,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 13
                            },
                            "end": {
                              "line": 252,
                              "column": 18
                            },
                            "identifierName": "parse"
                          },
                          "name": "parse"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 7801,
                    "end": 7815,
                    "loc": {
                      "start": {
                        "line": 253,
                        "column": 8
                      },
                      "end": {
                        "line": 253,
                        "column": 22
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 7801,
                      "end": 7814,
                      "loc": {
                        "start": {
                          "line": 253,
                          "column": 8
                        },
                        "end": {
                          "line": 253,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7801,
                        "end": 7812,
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 8
                          },
                          "end": {
                            "line": 253,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7801,
                          "end": 7805,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 8
                            },
                            "end": {
                              "line": 253,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7806,
                          "end": 7812,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 13
                            },
                            "end": {
                              "line": 253,
                              "column": 19
                            },
                            "identifierName": "render"
                          },
                          "name": "render"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 7824,
                    "end": 7852,
                    "loc": {
                      "start": {
                        "line": 254,
                        "column": 8
                      },
                      "end": {
                        "line": 254,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 7824,
                      "end": 7851,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 8
                        },
                        "end": {
                          "line": 254,
                          "column": 35
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7824,
                        "end": 7833,
                        "loc": {
                          "start": {
                            "line": 254,
                            "column": 8
                          },
                          "end": {
                            "line": 254,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7824,
                          "end": 7828,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 8
                            },
                            "end": {
                              "line": 254,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7829,
                          "end": 7833,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 13
                            },
                            "end": {
                              "line": 254,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 7834,
                          "end": 7850,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 18
                            },
                            "end": {
                              "line": 254,
                              "column": 34
                            }
                          },
                          "extra": {
                            "rawValue": "taxRateChanged",
                            "raw": "'taxRateChanged'"
                          },
                          "value": "taxRateChanged"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Sets the current tax rate.\n     * @param {type}\ttaxRate - Tax rate as a decimal percentage (i.e. 20% = 0.2)\n     * @emits {null} beforeChangeTaxRate\n     * @emits {null} taxRateChanged\n     ",
                  "start": 7459,
                  "end": 7662,
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 4
                    },
                    "end": {
                      "line": 247,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Overrides the default currency resolver, which provides information\n     * about the available currencies.\n     * @param {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} resolver\n     * @emits {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} currencyResolverChanged(resolver)\n     ",
                  "start": 7867,
                  "end": 8211,
                  "loc": {
                    "start": {
                      "line": 260,
                      "column": 4
                    },
                    "end": {
                      "line": 265,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 8216,
              "end": 8344,
              "loc": {
                "start": {
                  "line": 266,
                  "column": 4
                },
                "end": {
                  "line": 269,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8216,
                "end": 8235,
                "loc": {
                  "start": {
                    "line": 266,
                    "column": 4
                  },
                  "end": {
                    "line": 266,
                    "column": 23
                  },
                  "identifierName": "setCurrencyResolver"
                },
                "name": "setCurrencyResolver",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 8236,
                  "end": 8244,
                  "loc": {
                    "start": {
                      "line": 266,
                      "column": 24
                    },
                    "end": {
                      "line": 266,
                      "column": 32
                    },
                    "identifierName": "resolver"
                  },
                  "name": "resolver"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 8246,
                "end": 8344,
                "loc": {
                  "start": {
                    "line": 266,
                    "column": 34
                  },
                  "end": {
                    "line": 269,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 8256,
                    "end": 8282,
                    "loc": {
                      "start": {
                        "line": 267,
                        "column": 8
                      },
                      "end": {
                        "line": 267,
                        "column": 34
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 8256,
                      "end": 8281,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 8
                        },
                        "end": {
                          "line": 267,
                          "column": 33
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 8256,
                        "end": 8270,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 8
                          },
                          "end": {
                            "line": 267,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 8256,
                          "end": 8260,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 8
                            },
                            "end": {
                              "line": 267,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8261,
                          "end": 8270,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 13
                            },
                            "end": {
                              "line": 267,
                              "column": 22
                            },
                            "identifierName": "_resolver"
                          },
                          "name": "_resolver"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 8273,
                        "end": 8281,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 25
                          },
                          "end": {
                            "line": 267,
                            "column": 33
                          },
                          "identifierName": "resolver"
                        },
                        "name": "resolver"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 8291,
                    "end": 8338,
                    "loc": {
                      "start": {
                        "line": 268,
                        "column": 8
                      },
                      "end": {
                        "line": 268,
                        "column": 55
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 8291,
                      "end": 8337,
                      "loc": {
                        "start": {
                          "line": 268,
                          "column": 8
                        },
                        "end": {
                          "line": 268,
                          "column": 54
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8291,
                        "end": 8300,
                        "loc": {
                          "start": {
                            "line": 268,
                            "column": 8
                          },
                          "end": {
                            "line": 268,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 8291,
                          "end": 8295,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 8
                            },
                            "end": {
                              "line": 268,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8296,
                          "end": 8300,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 13
                            },
                            "end": {
                              "line": 268,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 8301,
                          "end": 8326,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 18
                            },
                            "end": {
                              "line": 268,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": "currencyResolverChanged",
                            "raw": "'currencyResolverChanged'"
                          },
                          "value": "currencyResolverChanged"
                        },
                        {
                          "type": "Identifier",
                          "start": 8328,
                          "end": 8336,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 45
                            },
                            "end": {
                              "line": 268,
                              "column": 53
                            },
                            "identifierName": "resolver"
                          },
                          "name": "resolver"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Overrides the default currency resolver, which provides information\n     * about the available currencies.\n     * @param {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} resolver\n     * @emits {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} currencyResolverChanged(resolver)\n     ",
                  "start": 7867,
                  "end": 8211,
                  "loc": {
                    "start": {
                      "line": 260,
                      "column": 4
                    },
                    "end": {
                      "line": 265,
                      "column": 7
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Overrides the default formatter.\n     * @param {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatter\n     * @emits {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatterChanged(formatter)\n     ",
                  "start": 8351,
                  "end": 8590,
                  "loc": {
                    "start": {
                      "line": 272,
                      "column": 4
                    },
                    "end": {
                      "line": 276,
                      "column": 7
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 8595,
              "end": 8712,
              "loc": {
                "start": {
                  "line": 277,
                  "column": 4
                },
                "end": {
                  "line": 280,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8595,
                "end": 8607,
                "loc": {
                  "start": {
                    "line": 277,
                    "column": 4
                  },
                  "end": {
                    "line": 277,
                    "column": 16
                  },
                  "identifierName": "setFormatter"
                },
                "name": "setFormatter",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 8608,
                  "end": 8617,
                  "loc": {
                    "start": {
                      "line": 277,
                      "column": 17
                    },
                    "end": {
                      "line": 277,
                      "column": 26
                    },
                    "identifierName": "formatter"
                  },
                  "name": "formatter"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 8619,
                "end": 8712,
                "loc": {
                  "start": {
                    "line": 277,
                    "column": 28
                  },
                  "end": {
                    "line": 280,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 8629,
                    "end": 8657,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 8
                      },
                      "end": {
                        "line": 278,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 8629,
                      "end": 8656,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 8
                        },
                        "end": {
                          "line": 278,
                          "column": 35
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 8629,
                        "end": 8644,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 8
                          },
                          "end": {
                            "line": 278,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 8629,
                          "end": 8633,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 8
                            },
                            "end": {
                              "line": 278,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8634,
                          "end": 8644,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 13
                            },
                            "end": {
                              "line": 278,
                              "column": 23
                            },
                            "identifierName": "_formatter"
                          },
                          "name": "_formatter"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 8647,
                        "end": 8656,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 26
                          },
                          "end": {
                            "line": 278,
                            "column": 35
                          },
                          "identifierName": "formatter"
                        },
                        "name": "formatter"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 8666,
                    "end": 8706,
                    "loc": {
                      "start": {
                        "line": 279,
                        "column": 8
                      },
                      "end": {
                        "line": 279,
                        "column": 48
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 8666,
                      "end": 8705,
                      "loc": {
                        "start": {
                          "line": 279,
                          "column": 8
                        },
                        "end": {
                          "line": 279,
                          "column": 47
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8666,
                        "end": 8675,
                        "loc": {
                          "start": {
                            "line": 279,
                            "column": 8
                          },
                          "end": {
                            "line": 279,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 8666,
                          "end": 8670,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 8
                            },
                            "end": {
                              "line": 279,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8671,
                          "end": 8675,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 13
                            },
                            "end": {
                              "line": 279,
                              "column": 17
                            },
                            "identifierName": "emit"
                          },
                          "name": "emit"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 8676,
                          "end": 8694,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 18
                            },
                            "end": {
                              "line": 279,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": "formatterChanged",
                            "raw": "'formatterChanged'"
                          },
                          "value": "formatterChanged"
                        },
                        {
                          "type": "Identifier",
                          "start": 8696,
                          "end": 8704,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 38
                            },
                            "end": {
                              "line": 279,
                              "column": 46
                            },
                            "identifierName": "resolver"
                          },
                          "name": "resolver"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Overrides the default formatter.\n     * @param {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatter\n     * @emits {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatterChanged(formatter)\n     ",
                  "start": 8351,
                  "end": 8590,
                  "loc": {
                    "start": {
                      "line": 272,
                      "column": 4
                    },
                    "end": {
                      "line": 276,
                      "column": 7
                    }
                  }
                }
              ]
            }
          ]
        },
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "ExpressionStatement",
        "start": 8718,
        "end": 8784,
        "loc": {
          "start": {
            "line": 285,
            "column": 0
          },
          "end": {
            "line": 288,
            "column": 2
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 8718,
          "end": 8783,
          "loc": {
            "start": {
              "line": 285,
              "column": 0
            },
            "end": {
              "line": 288,
              "column": 1
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 8718,
            "end": 8741,
            "loc": {
              "start": {
                "line": 285,
                "column": 0
              },
              "end": {
                "line": 285,
                "column": 23
              }
            },
            "object": {
              "type": "Identifier",
              "start": 8718,
              "end": 8730,
              "loc": {
                "start": {
                  "line": 285,
                  "column": 0
                },
                "end": {
                  "line": 285,
                  "column": 12
                },
                "identifierName": "EasyCurrency"
              },
              "name": "EasyCurrency"
            },
            "property": {
              "type": "Identifier",
              "start": 8731,
              "end": 8741,
              "loc": {
                "start": {
                  "line": 285,
                  "column": 13
                },
                "end": {
                  "line": 285,
                  "column": 23
                },
                "identifierName": "formatters"
              },
              "name": "formatters"
            },
            "computed": false
          },
          "right": {
            "type": "ObjectExpression",
            "start": 8744,
            "end": 8783,
            "loc": {
              "start": {
                "line": 285,
                "column": 26
              },
              "end": {
                "line": 288,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "ObjectProperty",
                "start": 8750,
                "end": 8766,
                "loc": {
                  "start": {
                    "line": 286,
                    "column": 4
                  },
                  "end": {
                    "line": 286,
                    "column": 20
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8750,
                  "end": 8766,
                  "loc": {
                    "start": {
                      "line": 286,
                      "column": 4
                    },
                    "end": {
                      "line": 286,
                      "column": 20
                    },
                    "identifierName": "DefaultFormatter"
                  },
                  "name": "DefaultFormatter"
                },
                "value": {
                  "type": "Identifier",
                  "start": 8750,
                  "end": 8766,
                  "loc": {
                    "start": {
                      "line": 286,
                      "column": 4
                    },
                    "end": {
                      "line": 286,
                      "column": 20
                    },
                    "identifierName": "DefaultFormatter"
                  },
                  "name": "DefaultFormatter"
                },
                "extra": {
                  "shorthand": true
                }
              },
              {
                "type": "ObjectProperty",
                "start": 8772,
                "end": 8781,
                "loc": {
                  "start": {
                    "line": 287,
                    "column": 4
                  },
                  "end": {
                    "line": 287,
                    "column": 13
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8772,
                  "end": 8781,
                  "loc": {
                    "start": {
                      "line": 287,
                      "column": 4
                    },
                    "end": {
                      "line": 287,
                      "column": 13
                    },
                    "identifierName": "Formatter"
                  },
                  "name": "Formatter"
                },
                "value": {
                  "type": "Identifier",
                  "start": 8772,
                  "end": 8781,
                  "loc": {
                    "start": {
                      "line": 287,
                      "column": 4
                    },
                    "end": {
                      "line": 287,
                      "column": 13
                    },
                    "identifierName": "Formatter"
                  },
                  "name": "Formatter"
                },
                "extra": {
                  "shorthand": true
                }
              }
            ]
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 8786,
        "end": 8831,
        "loc": {
          "start": {
            "line": 290,
            "column": 0
          },
          "end": {
            "line": 292,
            "column": 2
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 8786,
          "end": 8830,
          "loc": {
            "start": {
              "line": 290,
              "column": 0
            },
            "end": {
              "line": 292,
              "column": 1
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 8786,
            "end": 8806,
            "loc": {
              "start": {
                "line": 290,
                "column": 0
              },
              "end": {
                "line": 290,
                "column": 20
              }
            },
            "object": {
              "type": "Identifier",
              "start": 8786,
              "end": 8798,
              "loc": {
                "start": {
                  "line": 290,
                  "column": 0
                },
                "end": {
                  "line": 290,
                  "column": 12
                },
                "identifierName": "EasyCurrency"
              },
              "name": "EasyCurrency"
            },
            "property": {
              "type": "Identifier",
              "start": 8799,
              "end": 8806,
              "loc": {
                "start": {
                  "line": 290,
                  "column": 13
                },
                "end": {
                  "line": 290,
                  "column": 20
                },
                "identifierName": "helpers"
              },
              "name": "helpers"
            },
            "computed": false
          },
          "right": {
            "type": "ObjectExpression",
            "start": 8809,
            "end": 8830,
            "loc": {
              "start": {
                "line": 290,
                "column": 23
              },
              "end": {
                "line": 292,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "ObjectProperty",
                "start": 8815,
                "end": 8827,
                "loc": {
                  "start": {
                    "line": 291,
                    "column": 4
                  },
                  "end": {
                    "line": 291,
                    "column": 16
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8815,
                  "end": 8827,
                  "loc": {
                    "start": {
                      "line": 291,
                      "column": 4
                    },
                    "end": {
                      "line": 291,
                      "column": 16
                    },
                    "identifierName": "SelectHelper"
                  },
                  "name": "SelectHelper"
                },
                "value": {
                  "type": "Identifier",
                  "start": 8815,
                  "end": 8827,
                  "loc": {
                    "start": {
                      "line": 291,
                      "column": 4
                    },
                    "end": {
                      "line": 291,
                      "column": 16
                    },
                    "identifierName": "SelectHelper"
                  },
                  "name": "SelectHelper"
                },
                "extra": {
                  "shorthand": true
                }
              }
            ]
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 8833,
        "end": 8907,
        "loc": {
          "start": {
            "line": 294,
            "column": 0
          },
          "end": {
            "line": 297,
            "column": 2
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 8833,
          "end": 8906,
          "loc": {
            "start": {
              "line": 294,
              "column": 0
            },
            "end": {
              "line": 297,
              "column": 1
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 8833,
            "end": 8855,
            "loc": {
              "start": {
                "line": 294,
                "column": 0
              },
              "end": {
                "line": 294,
                "column": 22
              }
            },
            "object": {
              "type": "Identifier",
              "start": 8833,
              "end": 8845,
              "loc": {
                "start": {
                  "line": 294,
                  "column": 0
                },
                "end": {
                  "line": 294,
                  "column": 12
                },
                "identifierName": "EasyCurrency"
              },
              "name": "EasyCurrency"
            },
            "property": {
              "type": "Identifier",
              "start": 8846,
              "end": 8855,
              "loc": {
                "start": {
                  "line": 294,
                  "column": 13
                },
                "end": {
                  "line": 294,
                  "column": 22
                },
                "identifierName": "resolvers"
              },
              "name": "resolvers"
            },
            "computed": false
          },
          "right": {
            "type": "ObjectExpression",
            "start": 8858,
            "end": 8906,
            "loc": {
              "start": {
                "line": 294,
                "column": 25
              },
              "end": {
                "line": 297,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "ObjectProperty",
                "start": 8864,
                "end": 8880,
                "loc": {
                  "start": {
                    "line": 295,
                    "column": 4
                  },
                  "end": {
                    "line": 295,
                    "column": 20
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8864,
                  "end": 8880,
                  "loc": {
                    "start": {
                      "line": 295,
                      "column": 4
                    },
                    "end": {
                      "line": 295,
                      "column": 20
                    },
                    "identifierName": "CurrencyResolver"
                  },
                  "name": "CurrencyResolver"
                },
                "value": {
                  "type": "Identifier",
                  "start": 8864,
                  "end": 8880,
                  "loc": {
                    "start": {
                      "line": 295,
                      "column": 4
                    },
                    "end": {
                      "line": 295,
                      "column": 20
                    },
                    "identifierName": "CurrencyResolver"
                  },
                  "name": "CurrencyResolver"
                },
                "extra": {
                  "shorthand": true
                }
              },
              {
                "type": "ObjectProperty",
                "start": 8886,
                "end": 8904,
                "loc": {
                  "start": {
                    "line": 296,
                    "column": 4
                  },
                  "end": {
                    "line": 296,
                    "column": 22
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8886,
                  "end": 8904,
                  "loc": {
                    "start": {
                      "line": 296,
                      "column": 4
                    },
                    "end": {
                      "line": 296,
                      "column": 22
                    },
                    "identifierName": "GeoserviceResolver"
                  },
                  "name": "GeoserviceResolver"
                },
                "value": {
                  "type": "Identifier",
                  "start": 8886,
                  "end": 8904,
                  "loc": {
                    "start": {
                      "line": 296,
                      "column": 4
                    },
                    "end": {
                      "line": 296,
                      "column": 22
                    },
                    "identifierName": "GeoserviceResolver"
                  },
                  "name": "GeoserviceResolver"
                },
                "extra": {
                  "shorthand": true
                }
              }
            ]
          }
        }
      },
      {
        "type": "Identifier",
        "start": 8909,
        "end": 8937,
        "loc": {
          "start": {
            "line": 299,
            "column": 0
          },
          "end": {
            "line": 299,
            "column": 28
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 8924,
          "end": 8936,
          "loc": {
            "start": {
              "line": 299,
              "column": 15
            },
            "end": {
              "line": 299,
              "column": 27
            },
            "identifierName": "EasyCurrency"
          },
          "name": "EasyCurrency"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 8909,
        "end": 8937,
        "loc": {
          "start": {
            "line": 299,
            "column": 0
          },
          "end": {
            "line": 299,
            "column": 28
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 783,
          "end": 8715,
          "loc": {
            "start": {
              "line": 27,
              "column": 0
            },
            "end": {
              "line": 282,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 789,
            "end": 801,
            "loc": {
              "start": {
                "line": 27,
                "column": 6
              },
              "end": {
                "line": 27,
                "column": 18
              },
              "identifierName": "EasyCurrency"
            },
            "name": "EasyCurrency",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 810,
            "end": 814,
            "loc": {
              "start": {
                "line": 27,
                "column": 27
              },
              "end": {
                "line": 27,
                "column": 31
              },
              "identifierName": "Evee"
            },
            "name": "Evee"
          },
          "body": {
            "type": "ClassBody",
            "start": 815,
            "end": 8715,
            "loc": {
              "start": {
                "line": 27,
                "column": 32
              },
              "end": {
                "line": 282,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 1013,
                "end": 2083,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 4
                  },
                  "end": {
                    "line": 58,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1013,
                  "end": 1024,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 4
                    },
                    "end": {
                      "line": 34,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1027,
                  "end": 2083,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 18
                    },
                    "end": {
                      "line": 58,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1037,
                      "end": 1045,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1037,
                        "end": 1044,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 1037,
                          "end": 1042,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1055,
                      "end": 1071,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "UpdateExpression",
                        "start": 1055,
                        "end": 1070,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 23
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 1055,
                          "end": 1068,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 21
                            },
                            "identifierName": "instanceCount"
                          },
                          "name": "instanceCount"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1084,
                      "end": 1100,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 12
                        },
                        "end": {
                          "line": 38,
                          "column": 28
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1088,
                          "end": 1099,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 16
                            },
                            "end": {
                              "line": 38,
                              "column": 27
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1088,
                            "end": 1094,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 16
                              },
                              "end": {
                                "line": 38,
                                "column": 22
                              },
                              "identifierName": "styles"
                            },
                            "name": "styles"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 1097,
                            "end": 1099,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 25
                              },
                              "end": {
                                "line": 38,
                                "column": 27
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1109,
                      "end": 1266,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 41,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1113,
                        "end": 1130,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 12
                          },
                          "end": {
                            "line": 39,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1113,
                          "end": 1126,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 12
                            },
                            "end": {
                              "line": 39,
                              "column": 25
                            },
                            "identifierName": "instanceCount"
                          },
                          "name": "instanceCount"
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1129,
                          "end": 1130,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 28
                            },
                            "end": {
                              "line": 39,
                              "column": 29
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1132,
                        "end": 1266,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 31
                          },
                          "end": {
                            "line": 41,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1146,
                            "end": 1256,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 12
                              },
                              "end": {
                                "line": 40,
                                "column": 122
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1146,
                              "end": 1255,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 12
                                },
                                "end": {
                                  "line": 40,
                                  "column": 121
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1146,
                                "end": 1154,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1146,
                                  "end": 1149,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 15
                                    },
                                    "identifierName": "log"
                                  },
                                  "name": "log"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1150,
                                  "end": 1154,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 20
                                    },
                                    "identifierName": "warn"
                                  },
                                  "name": "warn"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1155,
                                  "end": 1158,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 24
                                    },
                                    "identifierName": "TAG"
                                  },
                                  "name": "TAG"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 1160,
                                  "end": 1254,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 120
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "More than one instance of EasyCurrency has been created. This may cause unexpected behavior.",
                                    "raw": "'More than one instance of EasyCurrency has been created. This may cause unexpected behavior.'"
                                  },
                                  "value": "More than one instance of EasyCurrency has been created. This may cause unexpected behavior."
                                }
                              ]
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/config.js~Config} ",
                          "start": 1276,
                          "end": 1332,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 64
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1341,
                      "end": 1363,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1341,
                        "end": 1362,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1341,
                          "end": 1353,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1341,
                            "end": 1345,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1346,
                            "end": 1353,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 13
                              },
                              "end": {
                                "line": 44,
                                "column": 20
                              },
                              "identifierName": "_config"
                            },
                            "name": "_config"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1356,
                          "end": 1362,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 23
                            },
                            "end": {
                              "line": 44,
                              "column": 29
                            },
                            "identifierName": "config"
                          },
                          "name": "config"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/config.js~Config} ",
                          "start": 1276,
                          "end": 1332,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 64
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} ",
                          "start": 1372,
                          "end": 1458,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 94
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1467,
                      "end": 1489,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1467,
                        "end": 1488,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1467,
                          "end": 1481,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1467,
                            "end": 1471,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1472,
                            "end": 1481,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 13
                              },
                              "end": {
                                "line": 46,
                                "column": 22
                              },
                              "identifierName": "_resolver"
                            },
                            "name": "_resolver"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NullLiteral",
                          "start": 1484,
                          "end": 1488,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 25
                            },
                            "end": {
                              "line": 46,
                              "column": 29
                            }
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} ",
                          "start": 1372,
                          "end": 1458,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 94
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/state.js~State} ",
                          "start": 1498,
                          "end": 1552,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 62
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1561,
                      "end": 1581,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1561,
                        "end": 1580,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 8
                          },
                          "end": {
                            "line": 48,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1561,
                          "end": 1572,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1561,
                            "end": 1565,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1566,
                            "end": 1572,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 13
                              },
                              "end": {
                                "line": 48,
                                "column": 19
                              },
                              "identifierName": "_state"
                            },
                            "name": "_state"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1575,
                          "end": 1580,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 22
                            },
                            "end": {
                              "line": 48,
                              "column": 27
                            },
                            "identifierName": "state"
                          },
                          "name": "state"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/state.js~State} ",
                          "start": 1498,
                          "end": 1552,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 62
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/MoneySpanSet.js~MoneySpanSet} ",
                          "start": 1590,
                          "end": 1658,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 76
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1667,
                      "end": 1705,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1667,
                        "end": 1704,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1667,
                          "end": 1685,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1667,
                            "end": 1671,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1672,
                            "end": 1685,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 13
                              },
                              "end": {
                                "line": 50,
                                "column": 26
                              },
                              "identifierName": "_moneySpanSet"
                            },
                            "name": "_moneySpanSet"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1688,
                          "end": 1704,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 29
                            },
                            "end": {
                              "line": 50,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1692,
                            "end": 1704,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 33
                              },
                              "end": {
                                "line": 50,
                                "column": 45
                              },
                              "identifierName": "MoneySpanSet"
                            },
                            "name": "MoneySpanSet"
                          },
                          "arguments": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/MoneySpanSet.js~MoneySpanSet} ",
                          "start": 1590,
                          "end": 1658,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 76
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/formatters/Formatter.js~Formatter} ",
                          "start": 1714,
                          "end": 1787,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 81
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1796,
                      "end": 1835,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1796,
                        "end": 1834,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 46
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1796,
                          "end": 1811,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1796,
                            "end": 1800,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1801,
                            "end": 1811,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 13
                              },
                              "end": {
                                "line": 52,
                                "column": 23
                              },
                              "identifierName": "_formatter"
                            },
                            "name": "_formatter"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1814,
                          "end": 1834,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 26
                            },
                            "end": {
                              "line": 52,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1818,
                            "end": 1834,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 30
                              },
                              "end": {
                                "line": 52,
                                "column": 46
                              },
                              "identifierName": "DefaultFormatter"
                            },
                            "name": "DefaultFormatter"
                          },
                          "arguments": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/formatters/Formatter.js~Formatter} ",
                          "start": 1714,
                          "end": 1787,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 81
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/Session.js~Session} ",
                          "start": 1844,
                          "end": 1902,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 66
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1911,
                      "end": 1939,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1911,
                        "end": 1938,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 8
                          },
                          "end": {
                            "line": 54,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1911,
                          "end": 1924,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1911,
                            "end": 1915,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1916,
                            "end": 1924,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 13
                              },
                              "end": {
                                "line": 54,
                                "column": 21
                              },
                              "identifierName": "_session"
                            },
                            "name": "_session"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1927,
                          "end": 1938,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 24
                            },
                            "end": {
                              "line": 54,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1931,
                            "end": 1938,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 28
                              },
                              "end": {
                                "line": 54,
                                "column": 35
                              },
                              "identifierName": "Session"
                            },
                            "name": "Session"
                          },
                          "arguments": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/Session.js~Session} ",
                          "start": 1844,
                          "end": 1902,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 66
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/helpers/SelectHelper.js~SelectHelper} ",
                          "start": 1949,
                          "end": 2025,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 84
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2034,
                      "end": 2077,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2034,
                        "end": 2076,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 8
                          },
                          "end": {
                            "line": 57,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2034,
                          "end": 2051,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 8
                            },
                            "end": {
                              "line": 57,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2034,
                            "end": 2038,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 8
                              },
                              "end": {
                                "line": 57,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2039,
                            "end": 2051,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 13
                              },
                              "end": {
                                "line": 57,
                                "column": 25
                              },
                              "identifierName": "selectHelper"
                            },
                            "name": "selectHelper"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 2054,
                          "end": 2076,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 28
                            },
                            "end": {
                              "line": 57,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2058,
                            "end": 2070,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 32
                              },
                              "end": {
                                "line": 57,
                                "column": 44
                              },
                              "identifierName": "SelectHelper"
                            },
                            "name": "SelectHelper"
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 2071,
                              "end": 2075,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 45
                                },
                                "end": {
                                  "line": 57,
                                  "column": 49
                                }
                              }
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {src/plugins/easycurrency/helpers/SelectHelper.js~SelectHelper} ",
                          "start": 1949,
                          "end": 2025,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 84
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Creates a new instance of EasyCurrency.\n     * This class is intended to be used as a singleton, and has global\n     * side-effects - do not create multiple instances.\n     ",
                    "start": 822,
                    "end": 1008,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Uses a default {@link GeoserviceResolver} as the currency resolver.\n     ",
                    "start": 2090,
                    "end": 2176,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2181,
                "end": 2270,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 66,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2181,
                  "end": 2202,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 4
                    },
                    "end": {
                      "line": 64,
                      "column": 25
                    },
                    "identifierName": "useGeoserviceResolver"
                  },
                  "name": "useGeoserviceResolver",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2205,
                  "end": 2270,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 28
                    },
                    "end": {
                      "line": 66,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2215,
                      "end": 2264,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 65,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2215,
                        "end": 2263,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 8
                          },
                          "end": {
                            "line": 65,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2215,
                          "end": 2239,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2215,
                            "end": 2219,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 8
                              },
                              "end": {
                                "line": 65,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2220,
                            "end": 2239,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 13
                              },
                              "end": {
                                "line": 65,
                                "column": 32
                              },
                              "identifierName": "setCurrencyResolver"
                            },
                            "name": "setCurrencyResolver"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 2240,
                            "end": 2262,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 33
                              },
                              "end": {
                                "line": 65,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2244,
                              "end": 2262,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 37
                                },
                                "end": {
                                  "line": 65,
                                  "column": 55
                                },
                                "identifierName": "GeoserviceResolver"
                              },
                              "name": "GeoserviceResolver"
                            },
                            "arguments": []
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Uses a default {@link GeoserviceResolver} as the currency resolver.\n     ",
                    "start": 2090,
                    "end": 2176,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Start running EasyCurrency on the current page.\n     * @param {Object|src/plugins/easycurrency/config.js~Config} config\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} beforeInitialize(config)\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} initialize(config)\n     ",
                    "start": 2277,
                    "end": 2589,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 4
                      },
                      "end": {
                        "line": 74,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2594,
                "end": 3431,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 4
                  },
                  "end": {
                    "line": 96,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2594,
                  "end": 2604,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 4
                    },
                    "end": {
                      "line": 75,
                      "column": 14
                    },
                    "identifierName": "initialize"
                  },
                  "name": "initialize",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2605,
                    "end": 2611,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 15
                      },
                      "end": {
                        "line": 75,
                        "column": 21
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2613,
                  "end": 3431,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 23
                    },
                    "end": {
                      "line": 96,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2623,
                      "end": 2661,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2623,
                        "end": 2660,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2623,
                          "end": 2632,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2623,
                            "end": 2627,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 8
                              },
                              "end": {
                                "line": 76,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2628,
                            "end": 2632,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 13
                              },
                              "end": {
                                "line": 76,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 2633,
                            "end": 2651,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 18
                              },
                              "end": {
                                "line": 76,
                                "column": 36
                              }
                            },
                            "extra": {
                              "rawValue": "beforeInitialize",
                              "raw": "'beforeInitialize'"
                            },
                            "value": "beforeInitialize"
                          },
                          {
                            "type": "Identifier",
                            "start": 2653,
                            "end": 2659,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 38
                              },
                              "end": {
                                "line": 76,
                                "column": 44
                              },
                              "identifierName": "config"
                            },
                            "name": "config"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2670,
                      "end": 2720,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 58
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2670,
                        "end": 2719,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 8
                          },
                          "end": {
                            "line": 77,
                            "column": 57
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2670,
                          "end": 2679,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 8
                            },
                            "end": {
                              "line": 77,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2670,
                            "end": 2673,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 8
                              },
                              "end": {
                                "line": 77,
                                "column": 11
                              },
                              "identifierName": "log"
                            },
                            "name": "log"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2674,
                            "end": 2679,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 17
                              },
                              "identifierName": "debug"
                            },
                            "name": "debug"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2680,
                            "end": 2683,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 18
                              },
                              "end": {
                                "line": 77,
                                "column": 21
                              },
                              "identifierName": "TAG"
                            },
                            "name": "TAG"
                          },
                          {
                            "type": "StringLiteral",
                            "start": 2685,
                            "end": 2710,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 23
                              },
                              "end": {
                                "line": 77,
                                "column": 48
                              }
                            },
                            "extra": {
                              "rawValue": "Initialized with config",
                              "raw": "'Initialized with config'"
                            },
                            "value": "Initialized with config"
                          },
                          {
                            "type": "Identifier",
                            "start": 2712,
                            "end": 2718,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 50
                              },
                              "end": {
                                "line": 77,
                                "column": 56
                              },
                              "identifierName": "config"
                            },
                            "name": "config"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 2729,
                      "end": 2820,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 80,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 2733,
                        "end": 2739,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 12
                          },
                          "end": {
                            "line": 78,
                            "column": 18
                          },
                          "identifierName": "config"
                        },
                        "name": "config"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2741,
                        "end": 2820,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 20
                          },
                          "end": {
                            "line": 80,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2755,
                            "end": 2810,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 79,
                                "column": 67
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2755,
                              "end": 2809,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 12
                                },
                                "end": {
                                  "line": 79,
                                  "column": 66
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2755,
                                "end": 2767,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2755,
                                  "end": 2759,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2760,
                                  "end": 2767,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 24
                                    },
                                    "identifierName": "_config"
                                  },
                                  "name": "_config"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 2770,
                                "end": 2809,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 66
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2770,
                                  "end": 2783,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2770,
                                    "end": 2776,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 33
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2777,
                                    "end": 2783,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 40
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 2784,
                                    "end": 2786,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 43
                                      }
                                    },
                                    "properties": []
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 2788,
                                    "end": 2800,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2788,
                                      "end": 2792,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2793,
                                      "end": 2800,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 57
                                        },
                                        "identifierName": "_config"
                                      },
                                      "name": "_config"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 2802,
                                    "end": 2808,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 65
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2830,
                      "end": 2873,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2834,
                          "end": 2872,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 12
                            },
                            "end": {
                              "line": 82,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2834,
                            "end": 2842,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 12
                              },
                              "end": {
                                "line": 82,
                                "column": 20
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2845,
                            "end": 2872,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 23
                              },
                              "end": {
                                "line": 82,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2845,
                              "end": 2870,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 23
                                },
                                "end": {
                                  "line": 82,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2845,
                                "end": 2858,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2845,
                                  "end": 2849,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 27
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2850,
                                  "end": 2858,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 36
                                    },
                                    "identifierName": "_session"
                                  },
                                  "name": "_session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2859,
                                "end": 2870,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 48
                                  },
                                  "identifierName": "getCurrency"
                                },
                                "name": "getCurrency"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2882,
                      "end": 2909,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 35
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2886,
                          "end": 2908,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 12
                            },
                            "end": {
                              "line": 83,
                              "column": 34
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2886,
                            "end": 2897,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 12
                              },
                              "end": {
                                "line": 83,
                                "column": 23
                              },
                              "identifierName": "fromSession"
                            },
                            "name": "fromSession"
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 2900,
                            "end": 2908,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 26
                              },
                              "end": {
                                "line": 83,
                                "column": 34
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2918,
                      "end": 2970,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2918,
                        "end": 2969,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 8
                          },
                          "end": {
                            "line": 84,
                            "column": 59
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 2918,
                          "end": 2926,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 8
                            },
                            "end": {
                              "line": 84,
                              "column": 16
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 2929,
                          "end": 2969,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 19
                            },
                            "end": {
                              "line": 84,
                              "column": 59
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2929,
                            "end": 2937,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 19
                              },
                              "end": {
                                "line": 84,
                                "column": 27
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 2941,
                            "end": 2969,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 31
                              },
                              "end": {
                                "line": 84,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2941,
                              "end": 2953,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 31
                                },
                                "end": {
                                  "line": 84,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2941,
                                "end": 2945,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2946,
                                "end": 2953,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 43
                                  },
                                  "identifierName": "_config"
                                },
                                "name": "_config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2954,
                              "end": 2969,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 44
                                },
                                "end": {
                                  "line": 84,
                                  "column": 59
                                },
                                "identifierName": "defaultCurrency"
                              },
                              "name": "defaultCurrency"
                            },
                            "computed": false
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2980,
                      "end": 3064,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 92
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2980,
                        "end": 3063,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 91
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2980,
                          "end": 3002,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2980,
                            "end": 2984,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 8
                              },
                              "end": {
                                "line": 86,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2985,
                            "end": 3002,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 13
                              },
                              "end": {
                                "line": 86,
                                "column": 30
                              },
                              "identifierName": "setActiveCurrency"
                            },
                            "name": "setActiveCurrency"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "LogicalExpression",
                            "start": 3003,
                            "end": 3062,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 31
                              },
                              "end": {
                                "line": 86,
                                "column": 90
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 3003,
                              "end": 3030,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 31
                                },
                                "end": {
                                  "line": 86,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3003,
                                "end": 3028,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 56
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3003,
                                  "end": 3016,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3003,
                                    "end": 3007,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3008,
                                    "end": 3016,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 44
                                      },
                                      "identifierName": "_session"
                                    },
                                    "name": "_session"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3017,
                                  "end": 3028,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 56
                                    },
                                    "identifierName": "getCurrency"
                                  },
                                  "name": "getCurrency"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "operator": "||",
                            "right": {
                              "type": "MemberExpression",
                              "start": 3034,
                              "end": 3062,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 62
                                },
                                "end": {
                                  "line": 86,
                                  "column": 90
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3034,
                                "end": 3046,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 74
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3034,
                                  "end": 3038,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 66
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3039,
                                  "end": 3046,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 74
                                    },
                                    "identifierName": "_config"
                                  },
                                  "name": "_config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3047,
                                "end": 3062,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 90
                                  },
                                  "identifierName": "defaultCurrency"
                                },
                                "name": "defaultCurrency"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3073,
                      "end": 3105,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3073,
                        "end": 3104,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3073,
                          "end": 3082,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 8
                            },
                            "end": {
                              "line": 87,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3073,
                            "end": 3077,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 8
                              },
                              "end": {
                                "line": 87,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3078,
                            "end": 3082,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 13
                              },
                              "end": {
                                "line": 87,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 3083,
                            "end": 3095,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 18
                              },
                              "end": {
                                "line": 87,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": "initialize",
                              "raw": "'initialize'"
                            },
                            "value": "initialize"
                          },
                          {
                            "type": "Identifier",
                            "start": 3097,
                            "end": 3103,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 32
                              },
                              "end": {
                                "line": 87,
                                "column": 38
                              },
                              "identifierName": "config"
                            },
                            "name": "config"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3115,
                      "end": 3425,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 3119,
                        "end": 3165,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 12
                          },
                          "end": {
                            "line": 89,
                            "column": 58
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 3119,
                          "end": 3131,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 12
                            },
                            "end": {
                              "line": 89,
                              "column": 24
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 3120,
                            "end": 3131,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 13
                              },
                              "end": {
                                "line": 89,
                                "column": 24
                              },
                              "identifierName": "fromSession"
                            },
                            "name": "fromSession"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "MemberExpression",
                          "start": 3135,
                          "end": 3165,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 28
                            },
                            "end": {
                              "line": 89,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3135,
                            "end": 3147,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 28
                              },
                              "end": {
                                "line": 89,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3135,
                              "end": 3139,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 28
                                },
                                "end": {
                                  "line": 89,
                                  "column": 32
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3140,
                              "end": 3147,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 33
                                },
                                "end": {
                                  "line": 89,
                                  "column": 40
                                },
                                "identifierName": "_config"
                              },
                              "name": "_config"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3148,
                            "end": 3165,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 41
                              },
                              "end": {
                                "line": 89,
                                "column": 58
                              },
                              "identifierName": "useGeoForCurrency"
                            },
                            "name": "useGeoForCurrency"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3167,
                        "end": 3425,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 60
                          },
                          "end": {
                            "line": 95,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3172,
                            "end": 3204,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 3
                              },
                              "end": {
                                "line": 90,
                                "column": 35
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3176,
                                "end": 3203,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 34
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3176,
                                  "end": 3186,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 17
                                    },
                                    "identifierName": "geoService"
                                  },
                                  "name": "geoService"
                                },
                                "init": {
                                  "type": "NewExpression",
                                  "start": 3189,
                                  "end": 3203,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 3193,
                                    "end": 3203,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 34
                                      },
                                      "identifierName": "GeoService"
                                    },
                                    "name": "GeoService"
                                  },
                                  "arguments": []
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3217,
                            "end": 3415,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 12
                              },
                              "end": {
                                "line": 94,
                                "column": 15
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3217,
                              "end": 3414,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 12
                                },
                                "end": {
                                  "line": 94,
                                  "column": 14
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3217,
                                "end": 3244,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 3217,
                                  "end": 3239,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3217,
                                    "end": 3237,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3217,
                                      "end": 3227,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 22
                                        },
                                        "identifierName": "geoService"
                                      },
                                      "name": "geoService"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3228,
                                      "end": 3237,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 32
                                        },
                                        "identifierName": "lookupGeo"
                                      },
                                      "name": "lookupGeo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3240,
                                  "end": 3244,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 39
                                    },
                                    "identifierName": "then"
                                  },
                                  "name": "then"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 3245,
                                  "end": 3413,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 3246,
                                      "end": 3252,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 47
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 3257,
                                    "end": 3413,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3275,
                                        "end": 3342,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 83
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3275,
                                          "end": 3341,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 82
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3275,
                                            "end": 3284,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3275,
                                              "end": 3278,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 19
                                                },
                                                "identifierName": "log"
                                              },
                                              "name": "log"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3279,
                                              "end": 3284,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 25
                                                },
                                                "identifierName": "debug"
                                              },
                                              "name": "debug"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3285,
                                              "end": 3288,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 29
                                                },
                                                "identifierName": "TAG"
                                              },
                                              "name": "TAG"
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 3290,
                                              "end": 3340,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 81
                                                }
                                              },
                                              "left": {
                                                "type": "StringLiteral",
                                                "start": 3290,
                                                "end": 3322,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 63
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "Got currency from geoservice: ",
                                                  "raw": "'Got currency from geoservice: '"
                                                },
                                                "value": "Got currency from geoservice: "
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3325,
                                                "end": 3340,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 81
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3325,
                                                  "end": 3331,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 72
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3332,
                                                  "end": 3340,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 81
                                                    },
                                                    "identifierName": "currency"
                                                  },
                                                  "name": "currency"
                                                },
                                                "computed": false
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3359,
                                        "end": 3399,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 56
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3359,
                                          "end": 3398,
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 55
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3359,
                                            "end": 3381,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3359,
                                              "end": 3363,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3364,
                                              "end": 3381,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 38
                                                },
                                                "identifierName": "setActiveCurrency"
                                              },
                                              "name": "setActiveCurrency"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 3382,
                                              "end": 3397,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3382,
                                                "end": 3388,
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 45
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3389,
                                                "end": 3397,
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 54
                                                  },
                                                  "identifierName": "currency"
                                                },
                                                "name": "currency"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Start running EasyCurrency on the current page.\n     * @param {Object|src/plugins/easycurrency/config.js~Config} config\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} beforeInitialize(config)\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} initialize(config)\n     ",
                    "start": 2277,
                    "end": 2589,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 4
                      },
                      "end": {
                        "line": 74,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Sets the active currency, and refreshs any money spans.\n     * @param {String} currency Currency code\n     * @emits {String} beforeCurrencyChanged(currency)\n     * @emits {String} currencyChanged(currency)\n     ",
                    "start": 3437,
                    "end": 3661,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 4
                      },
                      "end": {
                        "line": 103,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3666,
                "end": 4253,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 4
                  },
                  "end": {
                    "line": 122,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3666,
                  "end": 3683,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 4
                    },
                    "end": {
                      "line": 104,
                      "column": 21
                    },
                    "identifierName": "setActiveCurrency"
                  },
                  "name": "setActiveCurrency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3684,
                    "end": 3692,
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 22
                      },
                      "end": {
                        "line": 104,
                        "column": 30
                      },
                      "identifierName": "currency"
                    },
                    "name": "currency"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3694,
                  "end": 4253,
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 32
                    },
                    "end": {
                      "line": 122,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3704,
                      "end": 3749,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 53
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3704,
                        "end": 3748,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 8
                          },
                          "end": {
                            "line": 105,
                            "column": 52
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3704,
                          "end": 3713,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 8
                            },
                            "end": {
                              "line": 105,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3704,
                            "end": 3708,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 8
                              },
                              "end": {
                                "line": 105,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3709,
                            "end": 3713,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 13
                              },
                              "end": {
                                "line": 105,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 3714,
                            "end": 3737,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 18
                              },
                              "end": {
                                "line": 105,
                                "column": 41
                              }
                            },
                            "extra": {
                              "rawValue": "beforeCurrencyChanged",
                              "raw": "'beforeCurrencyChanged'"
                            },
                            "value": "beforeCurrencyChanged"
                          },
                          {
                            "type": "Identifier",
                            "start": 3739,
                            "end": 3747,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 43
                              },
                              "end": {
                                "line": 105,
                                "column": 51
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3758,
                      "end": 3806,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 56
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3758,
                        "end": 3805,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 8
                          },
                          "end": {
                            "line": 106,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3758,
                          "end": 3767,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 8
                            },
                            "end": {
                              "line": 106,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3758,
                            "end": 3761,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 8
                              },
                              "end": {
                                "line": 106,
                                "column": 11
                              },
                              "identifierName": "log"
                            },
                            "name": "log"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3762,
                            "end": 3767,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 12
                              },
                              "end": {
                                "line": 106,
                                "column": 17
                              },
                              "identifierName": "debug"
                            },
                            "name": "debug"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3768,
                            "end": 3771,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 18
                              },
                              "end": {
                                "line": 106,
                                "column": 21
                              },
                              "identifierName": "TAG"
                            },
                            "name": "TAG"
                          },
                          {
                            "type": "StringLiteral",
                            "start": 3773,
                            "end": 3794,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 23
                              },
                              "end": {
                                "line": 106,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "Set active currency",
                              "raw": "'Set active currency'"
                            },
                            "value": "Set active currency"
                          },
                          {
                            "type": "Identifier",
                            "start": 3796,
                            "end": 3804,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 46
                              },
                              "end": {
                                "line": 106,
                                "column": 54
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3810,
                      "end": 4064,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 2
                        },
                        "end": {
                          "line": 113,
                          "column": 3
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 3814,
                        "end": 3936,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 6
                          },
                          "end": {
                            "line": 110,
                            "column": 63
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 3814,
                          "end": 3823,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 6
                            },
                            "end": {
                              "line": 108,
                              "column": 15
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 3815,
                            "end": 3823,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 7
                              },
                              "end": {
                                "line": 108,
                                "column": 15
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "LogicalExpression",
                          "start": 3833,
                          "end": 3935,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 5
                            },
                            "end": {
                              "line": 110,
                              "column": 62
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 3833,
                            "end": 3872,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 5
                              },
                              "end": {
                                "line": 109,
                                "column": 44
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 3833,
                              "end": 3863,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 5
                                },
                                "end": {
                                  "line": 109,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3833,
                                "end": 3845,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 5
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3833,
                                  "end": 3837,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 5
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 9
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3838,
                                  "end": 3845,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 17
                                    },
                                    "identifierName": "_config"
                                  },
                                  "name": "_config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3846,
                                "end": 3863,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 35
                                  },
                                  "identifierName": "allowedCurrencies"
                                },
                                "name": "allowedCurrencies"
                              },
                              "computed": false
                            },
                            "operator": "!=",
                            "right": {
                              "type": "StringLiteral",
                              "start": 3867,
                              "end": 3872,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 39
                                },
                                "end": {
                                  "line": 109,
                                  "column": 44
                                }
                              },
                              "extra": {
                                "rawValue": "any",
                                "raw": "'any'"
                              },
                              "value": "any"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 3881,
                            "end": 3935,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 8
                              },
                              "end": {
                                "line": 110,
                                "column": 62
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 3881,
                              "end": 3929,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 8
                                },
                                "end": {
                                  "line": 110,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3881,
                                "end": 3919,
                                "loc": {
                                  "start": {
                                    "line": 110,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3881,
                                  "end": 3911,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3881,
                                    "end": 3893,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3881,
                                      "end": 3885,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3886,
                                      "end": 3893,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 20
                                        },
                                        "identifierName": "_config"
                                      },
                                      "name": "_config"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3894,
                                    "end": 3911,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 38
                                      },
                                      "identifierName": "allowedCurrencies"
                                    },
                                    "name": "allowedCurrencies"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3912,
                                  "end": 3919,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 46
                                    },
                                    "identifierName": "indexOf"
                                  },
                                  "name": "indexOf"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3920,
                                  "end": 3928,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 55
                                    },
                                    "identifierName": "currency"
                                  },
                                  "name": "currency"
                                }
                              ]
                            },
                            "operator": "==",
                            "right": {
                              "type": "UnaryExpression",
                              "start": 3933,
                              "end": 3935,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 60
                                },
                                "end": {
                                  "line": 110,
                                  "column": 62
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "NumericLiteral",
                                "start": 3934,
                                "end": 3935,
                                "loc": {
                                  "start": {
                                    "line": 110,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 62
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 3832
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3938,
                        "end": 4064,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 65
                          },
                          "end": {
                            "line": 113,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3943,
                            "end": 4016,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 3
                              },
                              "end": {
                                "line": 111,
                                "column": 76
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3943,
                              "end": 4015,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 3
                                },
                                "end": {
                                  "line": 111,
                                  "column": 75
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3943,
                                "end": 3952,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3943,
                                  "end": 3946,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 6
                                    },
                                    "identifierName": "log"
                                  },
                                  "name": "log"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3947,
                                  "end": 3952,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 12
                                    },
                                    "identifierName": "debug"
                                  },
                                  "name": "debug"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3953,
                                  "end": 3956,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 16
                                    },
                                    "identifierName": "TAG"
                                  },
                                  "name": "TAG"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 3958,
                                  "end": 4014,
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 74
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "Currency not in whitelist, switching to base currency.",
                                    "raw": "'Currency not in whitelist, switching to base currency.'"
                                  },
                                  "value": "Currency not in whitelist, switching to base currency."
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4020,
                            "end": 4060,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 3
                              },
                              "end": {
                                "line": 112,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4020,
                              "end": 4059,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 3
                                },
                                "end": {
                                  "line": 112,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 4020,
                                "end": 4028,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 11
                                  },
                                  "identifierName": "currency"
                                },
                                "name": "currency"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 4031,
                                "end": 4059,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4031,
                                  "end": 4043,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4031,
                                    "end": 4035,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4036,
                                    "end": 4043,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 26
                                      },
                                      "identifierName": "_config"
                                    },
                                    "name": "_config"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4044,
                                  "end": 4059,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 42
                                    },
                                    "identifierName": "defaultCurrency"
                                  },
                                  "name": "defaultCurrency"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4074,
                      "end": 4106,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4074,
                        "end": 4105,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4074,
                          "end": 4094,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4074,
                            "end": 4085,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4074,
                              "end": 4078,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 8
                                },
                                "end": {
                                  "line": 115,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4079,
                              "end": 4085,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 13
                                },
                                "end": {
                                  "line": 115,
                                  "column": 19
                                },
                                "identifierName": "_state"
                              },
                              "name": "_state"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4086,
                            "end": 4094,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 20
                              },
                              "end": {
                                "line": 115,
                                "column": 28
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4097,
                          "end": 4105,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 31
                            },
                            "end": {
                              "line": 115,
                              "column": 39
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4116,
                      "end": 4153,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4116,
                        "end": 4152,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 8
                          },
                          "end": {
                            "line": 117,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4116,
                          "end": 4142,
                          "loc": {
                            "start": {
                              "line": 117,
                              "column": 8
                            },
                            "end": {
                              "line": 117,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4116,
                            "end": 4129,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 8
                              },
                              "end": {
                                "line": 117,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4116,
                              "end": 4120,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 8
                                },
                                "end": {
                                  "line": 117,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4121,
                              "end": 4129,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 13
                                },
                                "end": {
                                  "line": 117,
                                  "column": 21
                                },
                                "identifierName": "_session"
                              },
                              "name": "_session"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4130,
                            "end": 4142,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 22
                              },
                              "end": {
                                "line": 117,
                                "column": 34
                              },
                              "identifierName": "saveCurrency"
                            },
                            "name": "saveCurrency"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4143,
                            "end": 4151,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 35
                              },
                              "end": {
                                "line": 117,
                                "column": 43
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4163,
                      "end": 4176,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4163,
                        "end": 4175,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 8
                          },
                          "end": {
                            "line": 119,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4163,
                          "end": 4173,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4163,
                            "end": 4167,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4168,
                            "end": 4173,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 13
                              },
                              "end": {
                                "line": 119,
                                "column": 18
                              },
                              "identifierName": "parse"
                            },
                            "name": "parse"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4185,
                      "end": 4199,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4185,
                        "end": 4198,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4185,
                          "end": 4196,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 120,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4185,
                            "end": 4189,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 8
                              },
                              "end": {
                                "line": 120,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4190,
                            "end": 4196,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 13
                              },
                              "end": {
                                "line": 120,
                                "column": 19
                              },
                              "identifierName": "render"
                            },
                            "name": "render"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4208,
                      "end": 4247,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4208,
                        "end": 4246,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 8
                          },
                          "end": {
                            "line": 121,
                            "column": 46
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4208,
                          "end": 4217,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 8
                            },
                            "end": {
                              "line": 121,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4208,
                            "end": 4212,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 8
                              },
                              "end": {
                                "line": 121,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4213,
                            "end": 4217,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 13
                              },
                              "end": {
                                "line": 121,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 4218,
                            "end": 4235,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 18
                              },
                              "end": {
                                "line": 121,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": "currencyChanged",
                              "raw": "'currencyChanged'"
                            },
                            "value": "currencyChanged"
                          },
                          {
                            "type": "Identifier",
                            "start": 4237,
                            "end": 4245,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 37
                              },
                              "end": {
                                "line": 121,
                                "column": 45
                              },
                              "identifierName": "currency"
                            },
                            "name": "currency"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Sets the active currency, and refreshs any money spans.\n     * @param {String} currency Currency code\n     * @emits {String} beforeCurrencyChanged(currency)\n     * @emits {String} currencyChanged(currency)\n     ",
                    "start": 3437,
                    "end": 3661,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 4
                      },
                      "end": {
                        "line": 103,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Returns the active currency.\n     * @return {String}\n     ",
                    "start": 4260,
                    "end": 4331,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 4
                      },
                      "end": {
                        "line": 128,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4336,
                "end": 4400,
                "loc": {
                  "start": {
                    "line": 129,
                    "column": 4
                  },
                  "end": {
                    "line": 131,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4336,
                  "end": 4353,
                  "loc": {
                    "start": {
                      "line": 129,
                      "column": 4
                    },
                    "end": {
                      "line": 129,
                      "column": 21
                    },
                    "identifierName": "getActiveCurrency"
                  },
                  "name": "getActiveCurrency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4356,
                  "end": 4400,
                  "loc": {
                    "start": {
                      "line": 129,
                      "column": 24
                    },
                    "end": {
                      "line": 131,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4366,
                      "end": 4394,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 4373,
                        "end": 4393,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 15
                          },
                          "end": {
                            "line": 130,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4373,
                          "end": 4384,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 15
                            },
                            "end": {
                              "line": 130,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4373,
                            "end": 4377,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 15
                              },
                              "end": {
                                "line": 130,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4378,
                            "end": 4384,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 20
                              },
                              "end": {
                                "line": 130,
                                "column": 26
                              },
                              "identifierName": "_state"
                            },
                            "name": "_state"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4385,
                          "end": 4393,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 27
                            },
                            "end": {
                              "line": 130,
                              "column": 35
                            },
                            "identifierName": "currency"
                          },
                          "name": "currency"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Returns the active currency.\n     * @return {String}\n     ",
                    "start": 4260,
                    "end": 4331,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 4
                      },
                      "end": {
                        "line": 128,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Returns the available currency codes.\n     * @return {String[]}\n     ",
                    "start": 4406,
                    "end": 4488,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 4
                      },
                      "end": {
                        "line": 136,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4493,
                "end": 4582,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 4
                  },
                  "end": {
                    "line": 139,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4499,
                  "end": 4521,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 10
                    },
                    "end": {
                      "line": 137,
                      "column": 32
                    },
                    "identifierName": "getAvailableCurrencies"
                  },
                  "name": "getAvailableCurrencies"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4524,
                  "end": 4582,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 35
                    },
                    "end": {
                      "line": 139,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 4534,
                      "end": 4576,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 4541,
                        "end": 4575,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 15
                          },
                          "end": {
                            "line": 138,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4541,
                          "end": 4573,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 15
                            },
                            "end": {
                              "line": 138,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4541,
                            "end": 4555,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 15
                              },
                              "end": {
                                "line": 138,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4541,
                              "end": 4545,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 15
                                },
                                "end": {
                                  "line": 138,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4546,
                              "end": 4555,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 20
                                },
                                "end": {
                                  "line": 138,
                                  "column": 29
                                },
                                "identifierName": "_resolver"
                              },
                              "name": "_resolver"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4556,
                            "end": 4573,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 30
                              },
                              "end": {
                                "line": 138,
                                "column": 47
                              },
                              "identifierName": "listCurrencyCodes"
                            },
                            "name": "listCurrencyCodes"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Returns the available currency codes.\n     * @return {String[]}\n     ",
                    "start": 4406,
                    "end": 4488,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 4
                      },
                      "end": {
                        "line": 136,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Attempts to find new money spans on the page.\n     * Change moneySpanSelectors / moneySpanParser config options to modify\n     * how money spans are parsed.\n     * @emits {null} beforeParse\n     * @emits {null} parse\n     ",
                    "start": 4589,
                    "end": 4824,
                    "loc": {
                      "start": {
                        "line": 142,
                        "column": 4
                      },
                      "end": {
                        "line": 148,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4829,
                "end": 5237,
                "loc": {
                  "start": {
                    "line": 149,
                    "column": 4
                  },
                  "end": {
                    "line": 162,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4829,
                  "end": 4834,
                  "loc": {
                    "start": {
                      "line": 149,
                      "column": 4
                    },
                    "end": {
                      "line": 149,
                      "column": 9
                    },
                    "identifierName": "parse"
                  },
                  "name": "parse",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4837,
                  "end": 5237,
                  "loc": {
                    "start": {
                      "line": 149,
                      "column": 12
                    },
                    "end": {
                      "line": 162,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4847,
                      "end": 4872,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 150,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4847,
                        "end": 4871,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 8
                          },
                          "end": {
                            "line": 150,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4847,
                          "end": 4856,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 8
                            },
                            "end": {
                              "line": 150,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4847,
                            "end": 4851,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 8
                              },
                              "end": {
                                "line": 150,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4852,
                            "end": 4856,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 13
                              },
                              "end": {
                                "line": 150,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 4857,
                            "end": 4870,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 18
                              },
                              "end": {
                                "line": 150,
                                "column": 31
                              }
                            },
                            "extra": {
                              "rawValue": "beforeParse",
                              "raw": "'beforeParse'"
                            },
                            "value": "beforeParse"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4881,
                      "end": 4907,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 8
                        },
                        "end": {
                          "line": 151,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4881,
                        "end": 4906,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 8
                          },
                          "end": {
                            "line": 151,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4881,
                          "end": 4890,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 8
                            },
                            "end": {
                              "line": 151,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4881,
                            "end": 4884,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 8
                              },
                              "end": {
                                "line": 151,
                                "column": 11
                              },
                              "identifierName": "log"
                            },
                            "name": "log"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4885,
                            "end": 4890,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 12
                              },
                              "end": {
                                "line": 151,
                                "column": 17
                              },
                              "identifierName": "debug"
                            },
                            "name": "debug"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4891,
                            "end": 4894,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 18
                              },
                              "end": {
                                "line": 151,
                                "column": 21
                              },
                              "identifierName": "TAG"
                            },
                            "name": "TAG"
                          },
                          {
                            "type": "StringLiteral",
                            "start": 4896,
                            "end": 4905,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 23
                              },
                              "end": {
                                "line": 151,
                                "column": 32
                              }
                            },
                            "extra": {
                              "rawValue": "Parsing",
                              "raw": "'Parsing'"
                            },
                            "value": "Parsing"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4916,
                      "end": 4929,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 8
                        },
                        "end": {
                          "line": 152,
                          "column": 21
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4920,
                          "end": 4928,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 12
                            },
                            "end": {
                              "line": 152,
                              "column": 20
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4920,
                            "end": 4923,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 12
                              },
                              "end": {
                                "line": 152,
                                "column": 15
                              },
                              "identifierName": "els"
                            },
                            "name": "els"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 4926,
                            "end": 4928,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 18
                              },
                              "end": {
                                "line": 152,
                                "column": 20
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 4938,
                      "end": 5203,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 8
                        },
                        "end": {
                          "line": 160,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4943,
                        "end": 4955,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 13
                          },
                          "end": {
                            "line": 153,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4947,
                            "end": 4955,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 17
                              },
                              "end": {
                                "line": 153,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4947,
                              "end": 4955,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 17
                                },
                                "end": {
                                  "line": 153,
                                  "column": 25
                                },
                                "identifierName": "selector"
                              },
                              "name": "selector"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4959,
                        "end": 4990,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 29
                          },
                          "end": {
                            "line": 153,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4959,
                          "end": 4971,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 29
                            },
                            "end": {
                              "line": 153,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4959,
                            "end": 4963,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 29
                              },
                              "end": {
                                "line": 153,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4964,
                            "end": 4971,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 34
                              },
                              "end": {
                                "line": 153,
                                "column": 41
                              },
                              "identifierName": "_config"
                            },
                            "name": "_config"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4972,
                          "end": 4990,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 42
                            },
                            "end": {
                              "line": 153,
                              "column": 60
                            },
                            "identifierName": "moneySpanSelectors"
                          },
                          "name": "moneySpanSelectors"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 4992,
                        "end": 5203,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 62
                          },
                          "end": {
                            "line": 160,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 5007,
                            "end": 5053,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 12
                              },
                              "end": {
                                "line": 155,
                                "column": 58
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 5011,
                                "end": 5052,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 57
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 5011,
                                  "end": 5014,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 19
                                    },
                                    "identifierName": "els"
                                  },
                                  "name": "els"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 5017,
                                  "end": 5052,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 57
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5017,
                                    "end": 5042,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 47
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5017,
                                      "end": 5025,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 30
                                        },
                                        "identifierName": "document"
                                      },
                                      "name": "document"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5026,
                                      "end": 5042,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 47
                                        },
                                        "identifierName": "querySelectorAll"
                                      },
                                      "name": "querySelectorAll"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5043,
                                      "end": 5051,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 56
                                        },
                                        "identifierName": "selector"
                                      },
                                      "name": "selector"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ForStatement",
                            "start": 5066,
                            "end": 5193,
                            "loc": {
                              "start": {
                                "line": 156,
                                "column": 12
                              },
                              "end": {
                                "line": 159,
                                "column": 13
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 5071,
                              "end": 5080,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 17
                                },
                                "end": {
                                  "line": 156,
                                  "column": 26
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5075,
                                  "end": 5080,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 26
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5075,
                                    "end": 5076,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 22
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 5079,
                                    "end": 5080,
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 5082,
                              "end": 5096,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 28
                                },
                                "end": {
                                  "line": 156,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 5082,
                                "end": 5083,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 29
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "MemberExpression",
                                "start": 5086,
                                "end": 5096,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5086,
                                  "end": 5089,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 35
                                    },
                                    "identifierName": "els"
                                  },
                                  "name": "els"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5090,
                                  "end": 5096,
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 42
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 5098,
                              "end": 5101,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 44
                                },
                                "end": {
                                  "line": 156,
                                  "column": 47
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 5098,
                                "end": 5099,
                                "loc": {
                                  "start": {
                                    "line": 156,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 156,
                                    "column": 45
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 5103,
                              "end": 5193,
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 49
                                },
                                "end": {
                                  "line": 159,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5121,
                                  "end": 5137,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 32
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5125,
                                      "end": 5136,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 31
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5125,
                                        "end": 5127,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 22
                                          },
                                          "identifierName": "el"
                                        },
                                        "name": "el"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 5130,
                                        "end": 5136,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5130,
                                          "end": 5133,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 28
                                            },
                                            "identifierName": "els"
                                          },
                                          "name": "els"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5134,
                                          "end": 5135,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 30
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5154,
                                  "end": 5179,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5154,
                                    "end": 5178,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5154,
                                      "end": 5174,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5154,
                                        "end": 5158,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5159,
                                        "end": 5174,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 36
                                          },
                                          "identifierName": "_processElement"
                                        },
                                        "name": "_processElement"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5175,
                                        "end": 5177,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 39
                                          },
                                          "identifierName": "el"
                                        },
                                        "name": "el"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5212,
                      "end": 5231,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5212,
                        "end": 5230,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 8
                          },
                          "end": {
                            "line": 161,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5212,
                          "end": 5221,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5212,
                            "end": 5216,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 8
                              },
                              "end": {
                                "line": 161,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5217,
                            "end": 5221,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 13
                              },
                              "end": {
                                "line": 161,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 5222,
                            "end": 5229,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 18
                              },
                              "end": {
                                "line": 161,
                                "column": 25
                              }
                            },
                            "extra": {
                              "rawValue": "parse",
                              "raw": "'parse'"
                            },
                            "value": "parse"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Attempts to find new money spans on the page.\n     * Change moneySpanSelectors / moneySpanParser config options to modify\n     * how money spans are parsed.\n     * @emits {null} beforeParse\n     * @emits {null} parse\n     ",
                    "start": 4589,
                    "end": 4824,
                    "loc": {
                      "start": {
                        "line": 142,
                        "column": 4
                      },
                      "end": {
                        "line": 148,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * @param {DOMNode}\tel - Element to process\n     ",
                    "start": 5243,
                    "end": 5302,
                    "loc": {
                      "start": {
                        "line": 164,
                        "column": 4
                      },
                      "end": {
                        "line": 166,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5307,
                "end": 5523,
                "loc": {
                  "start": {
                    "line": 167,
                    "column": 4
                  },
                  "end": {
                    "line": 172,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5307,
                  "end": 5322,
                  "loc": {
                    "start": {
                      "line": 167,
                      "column": 4
                    },
                    "end": {
                      "line": 167,
                      "column": 19
                    },
                    "identifierName": "_processElement"
                  },
                  "name": "_processElement",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5323,
                    "end": 5325,
                    "loc": {
                      "start": {
                        "line": 167,
                        "column": 20
                      },
                      "end": {
                        "line": 167,
                        "column": 22
                      },
                      "identifierName": "el"
                    },
                    "name": "el"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5327,
                  "end": 5523,
                  "loc": {
                    "start": {
                      "line": 167,
                      "column": 24
                    },
                    "end": {
                      "line": 172,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5337,
                      "end": 5388,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5341,
                          "end": 5387,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 12
                            },
                            "end": {
                              "line": 168,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5341,
                            "end": 5346,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 12
                              },
                              "end": {
                                "line": 168,
                                "column": 17
                              },
                              "identifierName": "money"
                            },
                            "name": "money"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5349,
                            "end": 5387,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 20
                              },
                              "end": {
                                "line": 168,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5349,
                              "end": 5377,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 20
                                },
                                "end": {
                                  "line": 168,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5349,
                                "end": 5361,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5349,
                                  "end": 5353,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5354,
                                  "end": 5361,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 32
                                    },
                                    "identifierName": "_config"
                                  },
                                  "name": "_config"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5362,
                                "end": 5377,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 48
                                  },
                                  "identifierName": "moneySpanParser"
                                },
                                "name": "moneySpanParser"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5378,
                                "end": 5380,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 51
                                  },
                                  "identifierName": "el"
                                },
                                "name": "el"
                              },
                              {
                                "type": "ThisExpression",
                                "start": 5382,
                                "end": 5386,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 57
                                  }
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5397,
                      "end": 5440,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 8
                        },
                        "end": {
                          "line": 169,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5401,
                          "end": 5439,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 12
                            },
                            "end": {
                              "line": 169,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5401,
                            "end": 5410,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 12
                              },
                              "end": {
                                "line": 169,
                                "column": 21
                              },
                              "identifierName": "moneySpan"
                            },
                            "name": "moneySpan"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 5413,
                            "end": 5439,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 24
                              },
                              "end": {
                                "line": 169,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 5417,
                              "end": 5426,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 28
                                },
                                "end": {
                                  "line": 169,
                                  "column": 37
                                },
                                "identifierName": "MoneySpan"
                              },
                              "name": "MoneySpan"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5427,
                                "end": 5432,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 43
                                  },
                                  "identifierName": "money"
                                },
                                "name": "money"
                              },
                              {
                                "type": "ThisExpression",
                                "start": 5434,
                                "end": 5438,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 49
                                  }
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5449,
                      "end": 5474,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5449,
                        "end": 5473,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 8
                          },
                          "end": {
                            "line": 170,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5449,
                          "end": 5469,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5449,
                            "end": 5458,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 8
                              },
                              "end": {
                                "line": 170,
                                "column": 17
                              },
                              "identifierName": "moneySpan"
                            },
                            "name": "moneySpan"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5459,
                            "end": 5469,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 18
                              },
                              "end": {
                                "line": 170,
                                "column": 28
                              },
                              "identifierName": "setElement"
                            },
                            "name": "setElement"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5470,
                            "end": 5472,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 29
                              },
                              "end": {
                                "line": 170,
                                "column": 31
                              },
                              "identifierName": "el"
                            },
                            "name": "el"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5483,
                      "end": 5517,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5483,
                        "end": 5516,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 41
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5483,
                          "end": 5505,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 8
                            },
                            "end": {
                              "line": 171,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5483,
                            "end": 5501,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 8
                              },
                              "end": {
                                "line": 171,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5483,
                              "end": 5487,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 8
                                },
                                "end": {
                                  "line": 171,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5488,
                              "end": 5501,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 13
                                },
                                "end": {
                                  "line": 171,
                                  "column": 26
                                },
                                "identifierName": "_moneySpanSet"
                              },
                              "name": "_moneySpanSet"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5502,
                            "end": 5505,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 27
                              },
                              "end": {
                                "line": 171,
                                "column": 30
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5506,
                            "end": 5515,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 31
                              },
                              "end": {
                                "line": 171,
                                "column": 40
                              },
                              "identifierName": "moneySpan"
                            },
                            "name": "moneySpan"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * @param {DOMNode}\tel - Element to process\n     ",
                    "start": 5243,
                    "end": 5302,
                    "loc": {
                      "start": {
                        "line": 164,
                        "column": 4
                      },
                      "end": {
                        "line": 166,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Forces all money spans to re-render.\n     * @emits {null} beforeRender\n     * @emits {null} render\n     ",
                    "start": 5530,
                    "end": 5647,
                    "loc": {
                      "start": {
                        "line": 175,
                        "column": 4
                      },
                      "end": {
                        "line": 179,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5652,
                "end": 5870,
                "loc": {
                  "start": {
                    "line": 180,
                    "column": 4
                  },
                  "end": {
                    "line": 187,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5652,
                  "end": 5658,
                  "loc": {
                    "start": {
                      "line": 180,
                      "column": 4
                    },
                    "end": {
                      "line": 180,
                      "column": 10
                    },
                    "identifierName": "render"
                  },
                  "name": "render",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5661,
                  "end": 5870,
                  "loc": {
                    "start": {
                      "line": 180,
                      "column": 13
                    },
                    "end": {
                      "line": 187,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5671,
                      "end": 5697,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 181,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5671,
                        "end": 5696,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 8
                          },
                          "end": {
                            "line": 181,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5671,
                          "end": 5680,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 8
                            },
                            "end": {
                              "line": 181,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5671,
                            "end": 5675,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 8
                              },
                              "end": {
                                "line": 181,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5676,
                            "end": 5680,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 13
                              },
                              "end": {
                                "line": 181,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 5681,
                            "end": 5695,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 18
                              },
                              "end": {
                                "line": 181,
                                "column": 32
                              }
                            },
                            "extra": {
                              "rawValue": "beforeRender",
                              "raw": "'beforeRender'"
                            },
                            "value": "beforeRender"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5706,
                      "end": 5734,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 8
                        },
                        "end": {
                          "line": 182,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5706,
                        "end": 5733,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 8
                          },
                          "end": {
                            "line": 182,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5706,
                          "end": 5715,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 8
                            },
                            "end": {
                              "line": 182,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5706,
                            "end": 5709,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 8
                              },
                              "end": {
                                "line": 182,
                                "column": 11
                              },
                              "identifierName": "log"
                            },
                            "name": "log"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5710,
                            "end": 5715,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 12
                              },
                              "end": {
                                "line": 182,
                                "column": 17
                              },
                              "identifierName": "debug"
                            },
                            "name": "debug"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5716,
                            "end": 5719,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 18
                              },
                              "end": {
                                "line": 182,
                                "column": 21
                              },
                              "identifierName": "TAG"
                            },
                            "name": "TAG"
                          },
                          {
                            "type": "StringLiteral",
                            "start": 5721,
                            "end": 5732,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 23
                              },
                              "end": {
                                "line": 182,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "Rendering",
                              "raw": "'Rendering'"
                            },
                            "value": "Rendering"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 5743,
                      "end": 5835,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 8
                        },
                        "end": {
                          "line": 185,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 5748,
                        "end": 5761,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 13
                          },
                          "end": {
                            "line": 183,
                            "column": 26
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5752,
                            "end": 5761,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 17
                              },
                              "end": {
                                "line": 183,
                                "column": 26
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5752,
                              "end": 5761,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 17
                                },
                                "end": {
                                  "line": 183,
                                  "column": 26
                                },
                                "identifierName": "moneySpan"
                              },
                              "name": "moneySpan"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 5765,
                        "end": 5790,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 30
                          },
                          "end": {
                            "line": 183,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5765,
                          "end": 5788,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 30
                            },
                            "end": {
                              "line": 183,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5765,
                            "end": 5783,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 30
                              },
                              "end": {
                                "line": 183,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5765,
                              "end": 5769,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 30
                                },
                                "end": {
                                  "line": 183,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5770,
                              "end": 5783,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 35
                                },
                                "end": {
                                  "line": 183,
                                  "column": 48
                                },
                                "identifierName": "_moneySpanSet"
                              },
                              "name": "_moneySpanSet"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5784,
                            "end": 5788,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 49
                              },
                              "end": {
                                "line": 183,
                                "column": 53
                              },
                              "identifierName": "list"
                            },
                            "name": "list"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5792,
                        "end": 5835,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 57
                          },
                          "end": {
                            "line": 185,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5806,
                            "end": 5825,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 12
                              },
                              "end": {
                                "line": 184,
                                "column": 31
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5806,
                              "end": 5824,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 12
                                },
                                "end": {
                                  "line": 184,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5806,
                                "end": 5822,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5806,
                                  "end": 5815,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 21
                                    },
                                    "identifierName": "moneySpan"
                                  },
                                  "name": "moneySpan"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5816,
                                  "end": 5822,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 28
                                    },
                                    "identifierName": "render"
                                  },
                                  "name": "render"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5844,
                      "end": 5864,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 8
                        },
                        "end": {
                          "line": 186,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5844,
                        "end": 5863,
                        "loc": {
                          "start": {
                            "line": 186,
                            "column": 8
                          },
                          "end": {
                            "line": 186,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5844,
                          "end": 5853,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 8
                            },
                            "end": {
                              "line": 186,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5844,
                            "end": 5848,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 8
                              },
                              "end": {
                                "line": 186,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5849,
                            "end": 5853,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 13
                              },
                              "end": {
                                "line": 186,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 5854,
                            "end": 5862,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 18
                              },
                              "end": {
                                "line": 186,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "render",
                              "raw": "'render'"
                            },
                            "value": "render"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Forces all money spans to re-render.\n     * @emits {null} beforeRender\n     * @emits {null} render\n     ",
                    "start": 5530,
                    "end": 5647,
                    "loc": {
                      "start": {
                        "line": 175,
                        "column": 4
                      },
                      "end": {
                        "line": 179,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Returns the current state.\n     * @return {src/plugins/easycurrency/state.js~State}\n     ",
                    "start": 5878,
                    "end": 5980,
                    "loc": {
                      "start": {
                        "line": 191,
                        "column": 4
                      },
                      "end": {
                        "line": 194,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5985,
                "end": 6031,
                "loc": {
                  "start": {
                    "line": 195,
                    "column": 4
                  },
                  "end": {
                    "line": 197,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5985,
                  "end": 5993,
                  "loc": {
                    "start": {
                      "line": 195,
                      "column": 4
                    },
                    "end": {
                      "line": 195,
                      "column": 12
                    },
                    "identifierName": "getState"
                  },
                  "name": "getState",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5996,
                  "end": 6031,
                  "loc": {
                    "start": {
                      "line": 195,
                      "column": 15
                    },
                    "end": {
                      "line": 197,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 6006,
                      "end": 6025,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 6013,
                        "end": 6024,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 15
                          },
                          "end": {
                            "line": 196,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6013,
                          "end": 6017,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 15
                            },
                            "end": {
                              "line": 196,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6018,
                          "end": 6024,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 20
                            },
                            "end": {
                              "line": 196,
                              "column": 26
                            },
                            "identifierName": "_state"
                          },
                          "name": "_state"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Returns the current state.\n     * @return {src/plugins/easycurrency/state.js~State}\n     ",
                    "start": 5878,
                    "end": 5980,
                    "loc": {
                      "start": {
                        "line": 191,
                        "column": 4
                      },
                      "end": {
                        "line": 194,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Format a value as a currency\n     * @param {js-money|Number} amount\n     * @param {String|null} [currency] If null, uses current currency.\n     * @return {String}\n     ",
                    "start": 6038,
                    "end": 6219,
                    "loc": {
                      "start": {
                        "line": 200,
                        "column": 4
                      },
                      "end": {
                        "line": 205,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 6224,
                "end": 6475,
                "loc": {
                  "start": {
                    "line": 206,
                    "column": 4
                  },
                  "end": {
                    "line": 212,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6224,
                  "end": 6230,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 4
                    },
                    "end": {
                      "line": 206,
                      "column": 10
                    },
                    "identifierName": "format"
                  },
                  "name": "format",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6231,
                    "end": 6237,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 11
                      },
                      "end": {
                        "line": 206,
                        "column": 17
                      },
                      "identifierName": "amount"
                    },
                    "name": "amount"
                  },
                  {
                    "type": "Identifier",
                    "start": 6239,
                    "end": 6247,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 19
                      },
                      "end": {
                        "line": 206,
                        "column": 27
                      },
                      "identifierName": "currency"
                    },
                    "name": "currency"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6249,
                  "end": 6475,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 29
                    },
                    "end": {
                      "line": 212,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6259,
                      "end": 6375,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 8
                        },
                        "end": {
                          "line": 209,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6263,
                        "end": 6288,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 12
                          },
                          "end": {
                            "line": 207,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 6263,
                          "end": 6276,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 12
                            },
                            "end": {
                              "line": 207,
                              "column": 25
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 6270,
                            "end": 6276,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 19
                              },
                              "end": {
                                "line": 207,
                                "column": 25
                              },
                              "identifierName": "amount"
                            },
                            "name": "amount"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 6280,
                          "end": 6288,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 29
                            },
                            "end": {
                              "line": 207,
                              "column": 37
                            }
                          },
                          "extra": {
                            "rawValue": "number",
                            "raw": "'number'"
                          },
                          "value": "number"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6290,
                        "end": 6375,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 39
                          },
                          "end": {
                            "line": 209,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 6304,
                            "end": 6365,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 12
                              },
                              "end": {
                                "line": 208,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 6304,
                              "end": 6364,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 12
                                },
                                "end": {
                                  "line": 208,
                                  "column": 72
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 6304,
                                "end": 6310,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 18
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 6313,
                                "end": 6364,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 72
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6317,
                                  "end": 6322,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 30
                                    },
                                    "identifierName": "Money"
                                  },
                                  "name": "Money"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6323,
                                    "end": 6329,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 37
                                      },
                                      "identifierName": "amount"
                                    },
                                    "name": "amount"
                                  },
                                  {
                                    "type": "LogicalExpression",
                                    "start": 6331,
                                    "end": 6363,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 71
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 6331,
                                      "end": 6339,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 47
                                        },
                                        "identifierName": "currency"
                                      },
                                      "name": "currency"
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6343,
                                      "end": 6363,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 71
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6343,
                                        "end": 6354,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 62
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6343,
                                          "end": 6347,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6348,
                                          "end": 6354,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 62
                                            },
                                            "identifierName": "_state"
                                          },
                                          "name": "_state"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6355,
                                        "end": 6363,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 71
                                          },
                                          "identifierName": "currency"
                                        },
                                        "name": "currency"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6384,
                      "end": 6449,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 8
                        },
                        "end": {
                          "line": 210,
                          "column": 73
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6388,
                          "end": 6448,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 12
                            },
                            "end": {
                              "line": 210,
                              "column": 72
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6388,
                            "end": 6391,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 12
                              },
                              "end": {
                                "line": 210,
                                "column": 15
                              },
                              "identifierName": "str"
                            },
                            "name": "str"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6394,
                            "end": 6448,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 18
                              },
                              "end": {
                                "line": 210,
                                "column": 72
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6394,
                              "end": 6416,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 18
                                },
                                "end": {
                                  "line": 210,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6394,
                                "end": 6409,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6394,
                                  "end": 6398,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 22
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6399,
                                  "end": 6409,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 33
                                    },
                                    "identifierName": "_formatter"
                                  },
                                  "name": "_formatter"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6410,
                                "end": 6416,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 40
                                  },
                                  "identifierName": "format"
                                },
                                "name": "format"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 6417,
                                "end": 6430,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6417,
                                  "end": 6423,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 47
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6424,
                                  "end": 6430,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 54
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 6432,
                                "end": 6447,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6432,
                                  "end": 6438,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 62
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6439,
                                  "end": 6447,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 71
                                    },
                                    "identifierName": "currency"
                                  },
                                  "name": "currency"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6458,
                      "end": 6469,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 8
                        },
                        "end": {
                          "line": 211,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 6465,
                        "end": 6468,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 15
                          },
                          "end": {
                            "line": 211,
                            "column": 18
                          },
                          "identifierName": "str"
                        },
                        "name": "str"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Format a value as a currency\n     * @param {js-money|Number} amount\n     * @param {String|null} [currency] If null, uses current currency.\n     * @return {String}\n     ",
                    "start": 6038,
                    "end": 6219,
                    "loc": {
                      "start": {
                        "line": 200,
                        "column": 4
                      },
                      "end": {
                        "line": 205,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Convert an amount to another currency.\n     * @param {js-money|Number} amount\n     * @param {String} [to] - If null, uses current currency\n     * @param {null|String} [from] Ignored if amount is a Money object.\n     * @return {Promise<js-money>}\n     ",
                    "start": 6481,
                    "end": 6745,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 4
                      },
                      "end": {
                        "line": 220,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 6750,
                "end": 7105,
                "loc": {
                  "start": {
                    "line": 221,
                    "column": 4
                  },
                  "end": {
                    "line": 227,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6756,
                  "end": 6763,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 10
                    },
                    "end": {
                      "line": 221,
                      "column": 17
                    },
                    "identifierName": "convert"
                  },
                  "name": "convert"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6764,
                    "end": 6770,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 18
                      },
                      "end": {
                        "line": 221,
                        "column": 24
                      },
                      "identifierName": "amount"
                    },
                    "name": "amount"
                  },
                  {
                    "type": "Identifier",
                    "start": 6772,
                    "end": 6774,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 26
                      },
                      "end": {
                        "line": 221,
                        "column": 28
                      },
                      "identifierName": "to"
                    },
                    "name": "to"
                  },
                  {
                    "type": "Identifier",
                    "start": 6776,
                    "end": 6780,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 30
                      },
                      "end": {
                        "line": 221,
                        "column": 34
                      },
                      "identifierName": "from"
                    },
                    "name": "from"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6782,
                  "end": 7105,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 36
                    },
                    "end": {
                      "line": 227,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6792,
                      "end": 6904,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 8
                        },
                        "end": {
                          "line": 224,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6796,
                        "end": 6821,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 12
                          },
                          "end": {
                            "line": 222,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 6796,
                          "end": 6809,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 12
                            },
                            "end": {
                              "line": 222,
                              "column": 25
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 6803,
                            "end": 6809,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 19
                              },
                              "end": {
                                "line": 222,
                                "column": 25
                              },
                              "identifierName": "amount"
                            },
                            "name": "amount"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 6813,
                          "end": 6821,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 29
                            },
                            "end": {
                              "line": 222,
                              "column": 37
                            }
                          },
                          "extra": {
                            "rawValue": "number",
                            "raw": "'number'"
                          },
                          "value": "number"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6823,
                        "end": 6904,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 39
                          },
                          "end": {
                            "line": 224,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 6837,
                            "end": 6894,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 12
                              },
                              "end": {
                                "line": 223,
                                "column": 69
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 6837,
                              "end": 6893,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 12
                                },
                                "end": {
                                  "line": 223,
                                  "column": 68
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 6837,
                                "end": 6843,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 18
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 6846,
                                "end": 6893,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 68
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6850,
                                  "end": 6855,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 30
                                    },
                                    "identifierName": "Money"
                                  },
                                  "name": "Money"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6856,
                                    "end": 6862,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 37
                                      },
                                      "identifierName": "amount"
                                    },
                                    "name": "amount"
                                  },
                                  {
                                    "type": "LogicalExpression",
                                    "start": 6864,
                                    "end": 6892,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 67
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 6864,
                                      "end": 6868,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 43
                                        },
                                        "identifierName": "from"
                                      },
                                      "name": "from"
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6872,
                                      "end": 6892,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 67
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6872,
                                        "end": 6883,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 58
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6872,
                                          "end": 6876,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6877,
                                          "end": 6883,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 58
                                            },
                                            "identifierName": "_state"
                                          },
                                          "name": "_state"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6884,
                                        "end": 6892,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 67
                                          },
                                          "identifierName": "currency"
                                        },
                                        "name": "currency"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6913,
                      "end": 7008,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 8
                        },
                        "end": {
                          "line": 225,
                          "column": 103
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6917,
                          "end": 7007,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 12
                            },
                            "end": {
                              "line": 225,
                              "column": 102
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6917,
                            "end": 6921,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 12
                              },
                              "end": {
                                "line": 225,
                                "column": 16
                              },
                              "identifierName": "rate"
                            },
                            "name": "rate"
                          },
                          "init": {
                            "type": "AwaitExpression",
                            "start": 6924,
                            "end": 7007,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 19
                              },
                              "end": {
                                "line": 225,
                                "column": 102
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 6930,
                              "end": 7007,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 25
                                },
                                "end": {
                                  "line": 225,
                                  "column": 102
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6930,
                                "end": 6962,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6930,
                                  "end": 6944,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6930,
                                    "end": 6934,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6935,
                                    "end": 6944,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 39
                                      },
                                      "identifierName": "_resolver"
                                    },
                                    "name": "_resolver"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6945,
                                  "end": 6962,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 57
                                    },
                                    "identifierName": "getConversionRate"
                                  },
                                  "name": "getConversionRate"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 6963,
                                  "end": 6978,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6963,
                                    "end": 6969,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 64
                                      },
                                      "identifierName": "amount"
                                    },
                                    "name": "amount"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6970,
                                    "end": 6978,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 73
                                      },
                                      "identifierName": "currency"
                                    },
                                    "name": "currency"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "LogicalExpression",
                                  "start": 6980,
                                  "end": 7006,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 101
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 6980,
                                    "end": 6982,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 77
                                      },
                                      "identifierName": "to"
                                    },
                                    "name": "to"
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 6986,
                                    "end": 7006,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 101
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6986,
                                      "end": 6997,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 92
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6986,
                                        "end": 6990,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 85
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6991,
                                        "end": 6997,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 92
                                          },
                                          "identifierName": "_state"
                                        },
                                        "name": "_state"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6998,
                                      "end": 7006,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 101
                                        },
                                        "identifierName": "currency"
                                      },
                                      "name": "currency"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 7017,
                      "end": 7099,
                      "loc": {
                        "start": {
                          "line": 226,
                          "column": 8
                        },
                        "end": {
                          "line": 226,
                          "column": 90
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 7024,
                        "end": 7098,
                        "loc": {
                          "start": {
                            "line": 226,
                            "column": 15
                          },
                          "end": {
                            "line": 226,
                            "column": 89
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 7028,
                          "end": 7033,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 19
                            },
                            "end": {
                              "line": 226,
                              "column": 24
                            },
                            "identifierName": "Money"
                          },
                          "name": "Money"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 7034,
                            "end": 7062,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 25
                              },
                              "end": {
                                "line": 226,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 7034,
                              "end": 7055,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 25
                                },
                                "end": {
                                  "line": 226,
                                  "column": 46
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7034,
                                "end": 7049,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7034,
                                  "end": 7040,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 31
                                    },
                                    "identifierName": "amount"
                                  },
                                  "name": "amount"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7041,
                                  "end": 7049,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 40
                                    },
                                    "identifierName": "multiply"
                                  },
                                  "name": "multiply"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7050,
                                  "end": 7054,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 45
                                    },
                                    "identifierName": "rate"
                                  },
                                  "name": "rate"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7056,
                              "end": 7062,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 47
                                },
                                "end": {
                                  "line": 226,
                                  "column": 53
                                },
                                "identifierName": "amount"
                              },
                              "name": "amount"
                            },
                            "computed": false
                          },
                          {
                            "type": "MemberExpression",
                            "start": 7064,
                            "end": 7097,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 55
                              },
                              "end": {
                                "line": 226,
                                "column": 88
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7064,
                              "end": 7069,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 55
                                },
                                "end": {
                                  "line": 226,
                                  "column": 60
                                },
                                "identifierName": "Money"
                              },
                              "name": "Money"
                            },
                            "property": {
                              "type": "LogicalExpression",
                              "start": 7070,
                              "end": 7096,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 61
                                },
                                "end": {
                                  "line": 226,
                                  "column": 87
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 7070,
                                "end": 7072,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 63
                                  },
                                  "identifierName": "to"
                                },
                                "name": "to"
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 7076,
                                "end": 7096,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 87
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7076,
                                  "end": 7087,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 78
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7076,
                                    "end": 7080,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 71
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7081,
                                    "end": 7087,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 78
                                      },
                                      "identifierName": "_state"
                                    },
                                    "name": "_state"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7088,
                                  "end": 7096,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 87
                                    },
                                    "identifierName": "currency"
                                  },
                                  "name": "currency"
                                },
                                "computed": false
                              }
                            },
                            "computed": true
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Convert an amount to another currency.\n     * @param {js-money|Number} amount\n     * @param {String} [to] - If null, uses current currency\n     * @param {null|String} [from] Ignored if amount is a Money object.\n     * @return {Promise<js-money>}\n     ",
                    "start": 6481,
                    "end": 6745,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 4
                      },
                      "end": {
                        "line": 220,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Adds the current tax rate to the given amount\n     * @param {js-money|Number} amount\n     * @return {Promise<js-money>}\n     ",
                    "start": 7111,
                    "end": 7249,
                    "loc": {
                      "start": {
                        "line": 229,
                        "column": 4
                      },
                      "end": {
                        "line": 233,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7254,
                "end": 7452,
                "loc": {
                  "start": {
                    "line": 234,
                    "column": 4
                  },
                  "end": {
                    "line": 239,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7260,
                  "end": 7266,
                  "loc": {
                    "start": {
                      "line": 234,
                      "column": 10
                    },
                    "end": {
                      "line": 234,
                      "column": 16
                    },
                    "identifierName": "addTax"
                  },
                  "name": "addTax"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7267,
                    "end": 7273,
                    "loc": {
                      "start": {
                        "line": 234,
                        "column": 17
                      },
                      "end": {
                        "line": 234,
                        "column": 23
                      },
                      "identifierName": "amount"
                    },
                    "name": "amount"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7275,
                  "end": 7452,
                  "loc": {
                    "start": {
                      "line": 234,
                      "column": 25
                    },
                    "end": {
                      "line": 239,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 7285,
                      "end": 7389,
                      "loc": {
                        "start": {
                          "line": 235,
                          "column": 8
                        },
                        "end": {
                          "line": 237,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 7289,
                        "end": 7314,
                        "loc": {
                          "start": {
                            "line": 235,
                            "column": 12
                          },
                          "end": {
                            "line": 235,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 7289,
                          "end": 7302,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 12
                            },
                            "end": {
                              "line": 235,
                              "column": 25
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 7296,
                            "end": 7302,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 19
                              },
                              "end": {
                                "line": 235,
                                "column": 25
                              },
                              "identifierName": "amount"
                            },
                            "name": "amount"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "==",
                        "right": {
                          "type": "StringLiteral",
                          "start": 7306,
                          "end": 7314,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 29
                            },
                            "end": {
                              "line": 235,
                              "column": 37
                            }
                          },
                          "extra": {
                            "rawValue": "number",
                            "raw": "'number'"
                          },
                          "value": "number"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7316,
                        "end": 7389,
                        "loc": {
                          "start": {
                            "line": 235,
                            "column": 39
                          },
                          "end": {
                            "line": 237,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 7330,
                            "end": 7379,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 12
                              },
                              "end": {
                                "line": 236,
                                "column": 61
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7330,
                              "end": 7378,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 12
                                },
                                "end": {
                                  "line": 236,
                                  "column": 60
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 7330,
                                "end": 7336,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 18
                                  },
                                  "identifierName": "amount"
                                },
                                "name": "amount"
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 7339,
                                "end": 7378,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 60
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 7343,
                                  "end": 7348,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 30
                                    },
                                    "identifierName": "Money"
                                  },
                                  "name": "Money"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7349,
                                    "end": 7355,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 37
                                      },
                                      "identifierName": "amount"
                                    },
                                    "name": "amount"
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 7357,
                                    "end": 7377,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7357,
                                      "end": 7368,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7357,
                                        "end": 7361,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7362,
                                        "end": 7368,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 50
                                          },
                                          "identifierName": "_state"
                                        },
                                        "name": "_state"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7369,
                                      "end": 7377,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 59
                                        },
                                        "identifierName": "currency"
                                      },
                                      "name": "currency"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 7398,
                      "end": 7446,
                      "loc": {
                        "start": {
                          "line": 238,
                          "column": 8
                        },
                        "end": {
                          "line": 238,
                          "column": 56
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 7405,
                        "end": 7445,
                        "loc": {
                          "start": {
                            "line": 238,
                            "column": 15
                          },
                          "end": {
                            "line": 238,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7405,
                          "end": 7420,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 15
                            },
                            "end": {
                              "line": 238,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7405,
                            "end": 7411,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 15
                              },
                              "end": {
                                "line": 238,
                                "column": 21
                              },
                              "identifierName": "amount"
                            },
                            "name": "amount"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7412,
                            "end": 7420,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 22
                              },
                              "end": {
                                "line": 238,
                                "column": 30
                              },
                              "identifierName": "multiply"
                            },
                            "name": "multiply"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 7421,
                            "end": 7444,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 31
                              },
                              "end": {
                                "line": 238,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 7421,
                              "end": 7422,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 31
                                },
                                "end": {
                                  "line": 238,
                                  "column": 32
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            },
                            "operator": "+",
                            "right": {
                              "type": "MemberExpression",
                              "start": 7425,
                              "end": 7444,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 35
                                },
                                "end": {
                                  "line": 238,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7425,
                                "end": 7436,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7425,
                                  "end": 7429,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 39
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7430,
                                  "end": 7436,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 46
                                    },
                                    "identifierName": "_state"
                                  },
                                  "name": "_state"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7437,
                                "end": 7444,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 54
                                  },
                                  "identifierName": "taxRate"
                                },
                                "name": "taxRate"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Adds the current tax rate to the given amount\n     * @param {js-money|Number} amount\n     * @return {Promise<js-money>}\n     ",
                    "start": 7111,
                    "end": 7249,
                    "loc": {
                      "start": {
                        "line": 229,
                        "column": 4
                      },
                      "end": {
                        "line": 233,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Sets the current tax rate.\n     * @param {type}\ttaxRate - Tax rate as a decimal percentage (i.e. 20% = 0.2)\n     * @emits {null} beforeChangeTaxRate\n     * @emits {null} taxRateChanged\n     ",
                    "start": 7459,
                    "end": 7662,
                    "loc": {
                      "start": {
                        "line": 242,
                        "column": 4
                      },
                      "end": {
                        "line": 247,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7667,
                "end": 7858,
                "loc": {
                  "start": {
                    "line": 248,
                    "column": 4
                  },
                  "end": {
                    "line": 255,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7667,
                  "end": 7677,
                  "loc": {
                    "start": {
                      "line": 248,
                      "column": 4
                    },
                    "end": {
                      "line": 248,
                      "column": 14
                    },
                    "identifierName": "setTaxRate"
                  },
                  "name": "setTaxRate",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7678,
                    "end": 7685,
                    "loc": {
                      "start": {
                        "line": 248,
                        "column": 15
                      },
                      "end": {
                        "line": 248,
                        "column": 22
                      },
                      "identifierName": "taxRate"
                    },
                    "name": "taxRate"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7687,
                  "end": 7858,
                  "loc": {
                    "start": {
                      "line": 248,
                      "column": 24
                    },
                    "end": {
                      "line": 255,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7697,
                      "end": 7730,
                      "loc": {
                        "start": {
                          "line": 249,
                          "column": 8
                        },
                        "end": {
                          "line": 249,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7697,
                        "end": 7729,
                        "loc": {
                          "start": {
                            "line": 249,
                            "column": 8
                          },
                          "end": {
                            "line": 249,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7697,
                          "end": 7706,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 8
                            },
                            "end": {
                              "line": 249,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7697,
                            "end": 7701,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 8
                              },
                              "end": {
                                "line": 249,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7702,
                            "end": 7706,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 13
                              },
                              "end": {
                                "line": 249,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 7707,
                            "end": 7728,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 18
                              },
                              "end": {
                                "line": 249,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "beforeChangeTaxRate",
                              "raw": "'beforeChangeTaxRate'"
                            },
                            "value": "beforeChangeTaxRate"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7739,
                      "end": 7769,
                      "loc": {
                        "start": {
                          "line": 250,
                          "column": 8
                        },
                        "end": {
                          "line": 250,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 7739,
                        "end": 7768,
                        "loc": {
                          "start": {
                            "line": 250,
                            "column": 8
                          },
                          "end": {
                            "line": 250,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 7739,
                          "end": 7758,
                          "loc": {
                            "start": {
                              "line": 250,
                              "column": 8
                            },
                            "end": {
                              "line": 250,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7739,
                            "end": 7750,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 8
                              },
                              "end": {
                                "line": 250,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7739,
                              "end": 7743,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 8
                                },
                                "end": {
                                  "line": 250,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7744,
                              "end": 7750,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 13
                                },
                                "end": {
                                  "line": 250,
                                  "column": 19
                                },
                                "identifierName": "_state"
                              },
                              "name": "_state"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7751,
                            "end": 7758,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 20
                              },
                              "end": {
                                "line": 250,
                                "column": 27
                              },
                              "identifierName": "taxRate"
                            },
                            "name": "taxRate"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 7761,
                          "end": 7768,
                          "loc": {
                            "start": {
                              "line": 250,
                              "column": 30
                            },
                            "end": {
                              "line": 250,
                              "column": 37
                            },
                            "identifierName": "taxRate"
                          },
                          "name": "taxRate"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7779,
                      "end": 7792,
                      "loc": {
                        "start": {
                          "line": 252,
                          "column": 8
                        },
                        "end": {
                          "line": 252,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7779,
                        "end": 7791,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 8
                          },
                          "end": {
                            "line": 252,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7779,
                          "end": 7789,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 8
                            },
                            "end": {
                              "line": 252,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7779,
                            "end": 7783,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 8
                              },
                              "end": {
                                "line": 252,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7784,
                            "end": 7789,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 13
                              },
                              "end": {
                                "line": 252,
                                "column": 18
                              },
                              "identifierName": "parse"
                            },
                            "name": "parse"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7801,
                      "end": 7815,
                      "loc": {
                        "start": {
                          "line": 253,
                          "column": 8
                        },
                        "end": {
                          "line": 253,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7801,
                        "end": 7814,
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 8
                          },
                          "end": {
                            "line": 253,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7801,
                          "end": 7812,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 8
                            },
                            "end": {
                              "line": 253,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7801,
                            "end": 7805,
                            "loc": {
                              "start": {
                                "line": 253,
                                "column": 8
                              },
                              "end": {
                                "line": 253,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7806,
                            "end": 7812,
                            "loc": {
                              "start": {
                                "line": 253,
                                "column": 13
                              },
                              "end": {
                                "line": 253,
                                "column": 19
                              },
                              "identifierName": "render"
                            },
                            "name": "render"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7824,
                      "end": 7852,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 8
                        },
                        "end": {
                          "line": 254,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7824,
                        "end": 7851,
                        "loc": {
                          "start": {
                            "line": 254,
                            "column": 8
                          },
                          "end": {
                            "line": 254,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7824,
                          "end": 7833,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 8
                            },
                            "end": {
                              "line": 254,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7824,
                            "end": 7828,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 8
                              },
                              "end": {
                                "line": 254,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7829,
                            "end": 7833,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 13
                              },
                              "end": {
                                "line": 254,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 7834,
                            "end": 7850,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 18
                              },
                              "end": {
                                "line": 254,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "taxRateChanged",
                              "raw": "'taxRateChanged'"
                            },
                            "value": "taxRateChanged"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Sets the current tax rate.\n     * @param {type}\ttaxRate - Tax rate as a decimal percentage (i.e. 20% = 0.2)\n     * @emits {null} beforeChangeTaxRate\n     * @emits {null} taxRateChanged\n     ",
                    "start": 7459,
                    "end": 7662,
                    "loc": {
                      "start": {
                        "line": 242,
                        "column": 4
                      },
                      "end": {
                        "line": 247,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Overrides the default currency resolver, which provides information\n     * about the available currencies.\n     * @param {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} resolver\n     * @emits {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} currencyResolverChanged(resolver)\n     ",
                    "start": 7867,
                    "end": 8211,
                    "loc": {
                      "start": {
                        "line": 260,
                        "column": 4
                      },
                      "end": {
                        "line": 265,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 8216,
                "end": 8344,
                "loc": {
                  "start": {
                    "line": 266,
                    "column": 4
                  },
                  "end": {
                    "line": 269,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8216,
                  "end": 8235,
                  "loc": {
                    "start": {
                      "line": 266,
                      "column": 4
                    },
                    "end": {
                      "line": 266,
                      "column": 23
                    },
                    "identifierName": "setCurrencyResolver"
                  },
                  "name": "setCurrencyResolver",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8236,
                    "end": 8244,
                    "loc": {
                      "start": {
                        "line": 266,
                        "column": 24
                      },
                      "end": {
                        "line": 266,
                        "column": 32
                      },
                      "identifierName": "resolver"
                    },
                    "name": "resolver"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8246,
                  "end": 8344,
                  "loc": {
                    "start": {
                      "line": 266,
                      "column": 34
                    },
                    "end": {
                      "line": 269,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8256,
                      "end": 8282,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 8
                        },
                        "end": {
                          "line": 267,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8256,
                        "end": 8281,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 8
                          },
                          "end": {
                            "line": 267,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 8256,
                          "end": 8270,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 8
                            },
                            "end": {
                              "line": 267,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 8256,
                            "end": 8260,
                            "loc": {
                              "start": {
                                "line": 267,
                                "column": 8
                              },
                              "end": {
                                "line": 267,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8261,
                            "end": 8270,
                            "loc": {
                              "start": {
                                "line": 267,
                                "column": 13
                              },
                              "end": {
                                "line": 267,
                                "column": 22
                              },
                              "identifierName": "_resolver"
                            },
                            "name": "_resolver"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 8273,
                          "end": 8281,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 25
                            },
                            "end": {
                              "line": 267,
                              "column": 33
                            },
                            "identifierName": "resolver"
                          },
                          "name": "resolver"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 8291,
                      "end": 8338,
                      "loc": {
                        "start": {
                          "line": 268,
                          "column": 8
                        },
                        "end": {
                          "line": 268,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8291,
                        "end": 8337,
                        "loc": {
                          "start": {
                            "line": 268,
                            "column": 8
                          },
                          "end": {
                            "line": 268,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8291,
                          "end": 8300,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 8
                            },
                            "end": {
                              "line": 268,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 8291,
                            "end": 8295,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 8
                              },
                              "end": {
                                "line": 268,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8296,
                            "end": 8300,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 13
                              },
                              "end": {
                                "line": 268,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 8301,
                            "end": 8326,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 18
                              },
                              "end": {
                                "line": 268,
                                "column": 43
                              }
                            },
                            "extra": {
                              "rawValue": "currencyResolverChanged",
                              "raw": "'currencyResolverChanged'"
                            },
                            "value": "currencyResolverChanged"
                          },
                          {
                            "type": "Identifier",
                            "start": 8328,
                            "end": 8336,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 45
                              },
                              "end": {
                                "line": 268,
                                "column": 53
                              },
                              "identifierName": "resolver"
                            },
                            "name": "resolver"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Overrides the default currency resolver, which provides information\n     * about the available currencies.\n     * @param {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} resolver\n     * @emits {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} currencyResolverChanged(resolver)\n     ",
                    "start": 7867,
                    "end": 8211,
                    "loc": {
                      "start": {
                        "line": 260,
                        "column": 4
                      },
                      "end": {
                        "line": 265,
                        "column": 7
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Overrides the default formatter.\n     * @param {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatter\n     * @emits {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatterChanged(formatter)\n     ",
                    "start": 8351,
                    "end": 8590,
                    "loc": {
                      "start": {
                        "line": 272,
                        "column": 4
                      },
                      "end": {
                        "line": 276,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 8595,
                "end": 8712,
                "loc": {
                  "start": {
                    "line": 277,
                    "column": 4
                  },
                  "end": {
                    "line": 280,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8595,
                  "end": 8607,
                  "loc": {
                    "start": {
                      "line": 277,
                      "column": 4
                    },
                    "end": {
                      "line": 277,
                      "column": 16
                    },
                    "identifierName": "setFormatter"
                  },
                  "name": "setFormatter",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8608,
                    "end": 8617,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 17
                      },
                      "end": {
                        "line": 277,
                        "column": 26
                      },
                      "identifierName": "formatter"
                    },
                    "name": "formatter"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8619,
                  "end": 8712,
                  "loc": {
                    "start": {
                      "line": 277,
                      "column": 28
                    },
                    "end": {
                      "line": 280,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8629,
                      "end": 8657,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 8
                        },
                        "end": {
                          "line": 278,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8629,
                        "end": 8656,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 8
                          },
                          "end": {
                            "line": 278,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 8629,
                          "end": 8644,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 8
                            },
                            "end": {
                              "line": 278,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 8629,
                            "end": 8633,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 8
                              },
                              "end": {
                                "line": 278,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8634,
                            "end": 8644,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 13
                              },
                              "end": {
                                "line": 278,
                                "column": 23
                              },
                              "identifierName": "_formatter"
                            },
                            "name": "_formatter"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 8647,
                          "end": 8656,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 26
                            },
                            "end": {
                              "line": 278,
                              "column": 35
                            },
                            "identifierName": "formatter"
                          },
                          "name": "formatter"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 8666,
                      "end": 8706,
                      "loc": {
                        "start": {
                          "line": 279,
                          "column": 8
                        },
                        "end": {
                          "line": 279,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8666,
                        "end": 8705,
                        "loc": {
                          "start": {
                            "line": 279,
                            "column": 8
                          },
                          "end": {
                            "line": 279,
                            "column": 47
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8666,
                          "end": 8675,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 8
                            },
                            "end": {
                              "line": 279,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 8666,
                            "end": 8670,
                            "loc": {
                              "start": {
                                "line": 279,
                                "column": 8
                              },
                              "end": {
                                "line": 279,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8671,
                            "end": 8675,
                            "loc": {
                              "start": {
                                "line": 279,
                                "column": 13
                              },
                              "end": {
                                "line": 279,
                                "column": 17
                              },
                              "identifierName": "emit"
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 8676,
                            "end": 8694,
                            "loc": {
                              "start": {
                                "line": 279,
                                "column": 18
                              },
                              "end": {
                                "line": 279,
                                "column": 36
                              }
                            },
                            "extra": {
                              "rawValue": "formatterChanged",
                              "raw": "'formatterChanged'"
                            },
                            "value": "formatterChanged"
                          },
                          {
                            "type": "Identifier",
                            "start": 8696,
                            "end": 8704,
                            "loc": {
                              "start": {
                                "line": 279,
                                "column": 38
                              },
                              "end": {
                                "line": 279,
                                "column": 46
                              },
                              "identifierName": "resolver"
                            },
                            "name": "resolver"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Overrides the default formatter.\n     * @param {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatter\n     * @emits {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatterChanged(formatter)\n     ",
                    "start": 8351,
                    "end": 8590,
                    "loc": {
                      "start": {
                        "line": 272,
                        "column": 4
                      },
                      "end": {
                        "line": 276,
                        "column": 7
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Plugin for automatic currency conversion, tax handling, etc.\n * @extends {evee}\n * @private\n ",
              "start": 680,
              "end": 782,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 0
                },
                "end": {
                  "line": 26,
                  "column": 3
                }
              }
            }
          ],
          "__PseudoExport__": false,
          "trailingComments": []
        },
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "* @ignore ",
      "start": 597,
      "end": 611,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @ignore ",
      "start": 641,
      "end": 655,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Plugin for automatic currency conversion, tax handling, etc.\n * @extends {evee}\n * @private\n ",
      "start": 680,
      "end": 782,
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Creates a new instance of EasyCurrency.\n     * This class is intended to be used as a singleton, and has global\n     * side-effects - do not create multiple instances.\n     ",
      "start": 822,
      "end": 1008,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/config.js~Config} ",
      "start": 1276,
      "end": 1332,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 64
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} ",
      "start": 1372,
      "end": 1458,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 94
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/state.js~State} ",
      "start": 1498,
      "end": 1552,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 62
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/MoneySpanSet.js~MoneySpanSet} ",
      "start": 1590,
      "end": 1658,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 76
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/formatters/Formatter.js~Formatter} ",
      "start": 1714,
      "end": 1787,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 81
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/Session.js~Session} ",
      "start": 1844,
      "end": 1902,
      "loc": {
        "start": {
          "line": 53,
          "column": 8
        },
        "end": {
          "line": 53,
          "column": 66
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/helpers/SelectHelper.js~SelectHelper} ",
      "start": 1949,
      "end": 2025,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 84
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Uses a default {@link GeoserviceResolver} as the currency resolver.\n     ",
      "start": 2090,
      "end": 2176,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Start running EasyCurrency on the current page.\n     * @param {Object|src/plugins/easycurrency/config.js~Config} config\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} beforeInitialize(config)\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} initialize(config)\n     ",
      "start": 2277,
      "end": 2589,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Sets the active currency, and refreshs any money spans.\n     * @param {String} currency Currency code\n     * @emits {String} beforeCurrencyChanged(currency)\n     * @emits {String} currencyChanged(currency)\n     ",
      "start": 3437,
      "end": 3661,
      "loc": {
        "start": {
          "line": 98,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Returns the active currency.\n     * @return {String}\n     ",
      "start": 4260,
      "end": 4331,
      "loc": {
        "start": {
          "line": 125,
          "column": 4
        },
        "end": {
          "line": 128,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Returns the available currency codes.\n     * @return {String[]}\n     ",
      "start": 4406,
      "end": 4488,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 136,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Attempts to find new money spans on the page.\n     * Change moneySpanSelectors / moneySpanParser config options to modify\n     * how money spans are parsed.\n     * @emits {null} beforeParse\n     * @emits {null} parse\n     ",
      "start": 4589,
      "end": 4824,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @param {DOMNode}\tel - Element to process\n     ",
      "start": 5243,
      "end": 5302,
      "loc": {
        "start": {
          "line": 164,
          "column": 4
        },
        "end": {
          "line": 166,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Forces all money spans to re-render.\n     * @emits {null} beforeRender\n     * @emits {null} render\n     ",
      "start": 5530,
      "end": 5647,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Returns the current state.\n     * @return {src/plugins/easycurrency/state.js~State}\n     ",
      "start": 5878,
      "end": 5980,
      "loc": {
        "start": {
          "line": 191,
          "column": 4
        },
        "end": {
          "line": 194,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Format a value as a currency\n     * @param {js-money|Number} amount\n     * @param {String|null} [currency] If null, uses current currency.\n     * @return {String}\n     ",
      "start": 6038,
      "end": 6219,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Convert an amount to another currency.\n     * @param {js-money|Number} amount\n     * @param {String} [to] - If null, uses current currency\n     * @param {null|String} [from] Ignored if amount is a Money object.\n     * @return {Promise<js-money>}\n     ",
      "start": 6481,
      "end": 6745,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 220,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Adds the current tax rate to the given amount\n     * @param {js-money|Number} amount\n     * @return {Promise<js-money>}\n     ",
      "start": 7111,
      "end": 7249,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 233,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Sets the current tax rate.\n     * @param {type}\ttaxRate - Tax rate as a decimal percentage (i.e. 20% = 0.2)\n     * @emits {null} beforeChangeTaxRate\n     * @emits {null} taxRateChanged\n     ",
      "start": 7459,
      "end": 7662,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Overrides the default currency resolver, which provides information\n     * about the available currencies.\n     * @param {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} resolver\n     * @emits {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} currencyResolverChanged(resolver)\n     ",
      "start": 7867,
      "end": 8211,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 265,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Overrides the default formatter.\n     * @param {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatter\n     * @emits {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatterChanged(formatter)\n     ",
      "start": 8351,
      "end": 8590,
      "loc": {
        "start": {
          "line": 272,
          "column": 4
        },
        "end": {
          "line": 276,
          "column": 7
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Evee",
      "start": 7,
      "end": 11,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 12,
      "end": 16,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "evee",
      "start": 17,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 17
        },
        "end": {
          "line": 1,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 23,
      "end": 24,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 25,
      "end": 31,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 32,
      "end": 37,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 38,
      "end": 42,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "js-money",
      "start": 43,
      "end": 53,
      "loc": {
        "start": {
          "line": 2,
          "column": 18
        },
        "end": {
          "line": 2,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 53,
      "end": 54,
      "loc": {
        "start": {
          "line": 2,
          "column": 28
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 55,
      "end": 61,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 62,
      "end": 68,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 69,
      "end": 73,
      "loc": {
        "start": {
          "line": 3,
          "column": 14
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./config",
      "start": 74,
      "end": 84,
      "loc": {
        "start": {
          "line": 3,
          "column": 19
        },
        "end": {
          "line": 3,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 84,
      "end": 85,
      "loc": {
        "start": {
          "line": 3,
          "column": 29
        },
        "end": {
          "line": 3,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 86,
      "end": 92,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 93,
      "end": 98,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 99,
      "end": 103,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./state",
      "start": 104,
      "end": 113,
      "loc": {
        "start": {
          "line": 4,
          "column": 18
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 113,
      "end": 114,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 115,
      "end": 121,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 122,
      "end": 125,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 126,
      "end": 130,
      "loc": {
        "start": {
          "line": 5,
          "column": 11
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "log",
      "start": 131,
      "end": 136,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 136,
      "end": 137,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 138,
      "end": 144,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MoneySpanSet",
      "start": 145,
      "end": 157,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 158,
      "end": 162,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./MoneySpanSet",
      "start": 163,
      "end": 179,
      "loc": {
        "start": {
          "line": 6,
          "column": 25
        },
        "end": {
          "line": 6,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 179,
      "end": 180,
      "loc": {
        "start": {
          "line": 6,
          "column": 41
        },
        "end": {
          "line": 6,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 181,
      "end": 187,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MoneySpan",
      "start": 188,
      "end": 197,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 198,
      "end": 202,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./MoneySpan",
      "start": 203,
      "end": 216,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 216,
      "end": 217,
      "loc": {
        "start": {
          "line": 7,
          "column": 35
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 218,
      "end": 224,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GeoserviceResolver",
      "start": 225,
      "end": 243,
      "loc": {
        "start": {
          "line": 8,
          "column": 7
        },
        "end": {
          "line": 8,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 244,
      "end": 248,
      "loc": {
        "start": {
          "line": 8,
          "column": 26
        },
        "end": {
          "line": 8,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./resolvers/GeoserviceResolver",
      "start": 249,
      "end": 281,
      "loc": {
        "start": {
          "line": 8,
          "column": 31
        },
        "end": {
          "line": 8,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 8,
          "column": 63
        },
        "end": {
          "line": 8,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 283,
      "end": 289,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DefaultFormatter",
      "start": 290,
      "end": 306,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 307,
      "end": 311,
      "loc": {
        "start": {
          "line": 9,
          "column": 24
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./formatters/DefaultFormatter",
      "start": 312,
      "end": 343,
      "loc": {
        "start": {
          "line": 9,
          "column": 29
        },
        "end": {
          "line": 9,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 343,
      "end": 344,
      "loc": {
        "start": {
          "line": 9,
          "column": 60
        },
        "end": {
          "line": 9,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 345,
      "end": 351,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Formatter",
      "start": 352,
      "end": 361,
      "loc": {
        "start": {
          "line": 10,
          "column": 7
        },
        "end": {
          "line": 10,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 362,
      "end": 366,
      "loc": {
        "start": {
          "line": 10,
          "column": 17
        },
        "end": {
          "line": 10,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./formatters/Formatter",
      "start": 367,
      "end": 391,
      "loc": {
        "start": {
          "line": 10,
          "column": 22
        },
        "end": {
          "line": 10,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 391,
      "end": 392,
      "loc": {
        "start": {
          "line": 10,
          "column": 46
        },
        "end": {
          "line": 10,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 393,
      "end": 399,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CurrencyResolver",
      "start": 400,
      "end": 416,
      "loc": {
        "start": {
          "line": 11,
          "column": 7
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 417,
      "end": 421,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./resolvers/CurrencyResolver",
      "start": 422,
      "end": 452,
      "loc": {
        "start": {
          "line": 11,
          "column": 29
        },
        "end": {
          "line": 11,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 452,
      "end": 453,
      "loc": {
        "start": {
          "line": 11,
          "column": 59
        },
        "end": {
          "line": 11,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 454,
      "end": 460,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SelectHelper",
      "start": 461,
      "end": 473,
      "loc": {
        "start": {
          "line": 12,
          "column": 7
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 474,
      "end": 478,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./helpers/SelectHelper",
      "start": 479,
      "end": 503,
      "loc": {
        "start": {
          "line": 12,
          "column": 25
        },
        "end": {
          "line": 12,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 503,
      "end": 504,
      "loc": {
        "start": {
          "line": 12,
          "column": 49
        },
        "end": {
          "line": 12,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 505,
      "end": 511,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Session",
      "start": 512,
      "end": 519,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 520,
      "end": 524,
      "loc": {
        "start": {
          "line": 13,
          "column": 15
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./Session",
      "start": 525,
      "end": 536,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 536,
      "end": 537,
      "loc": {
        "start": {
          "line": 13,
          "column": 31
        },
        "end": {
          "line": 13,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 538,
      "end": 544,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GeoService",
      "start": 545,
      "end": 555,
      "loc": {
        "start": {
          "line": 14,
          "column": 7
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 556,
      "end": 560,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "~/plugins/geoservice/GeoService",
      "start": 561,
      "end": 594,
      "loc": {
        "start": {
          "line": 14,
          "column": 23
        },
        "end": {
          "line": 14,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 14,
          "column": 56
        },
        "end": {
          "line": 14,
          "column": 57
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @ignore ",
      "start": 597,
      "end": 611,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "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": 612,
      "end": 617,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 618,
      "end": 621,
      "loc": {
        "start": {
          "line": 17,
          "column": 6
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 622,
      "end": 623,
      "loc": {
        "start": {
          "line": 17,
          "column": 10
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "EasyCurrency",
      "start": 624,
      "end": 638,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 638,
      "end": 639,
      "loc": {
        "start": {
          "line": 17,
          "column": 26
        },
        "end": {
          "line": 17,
          "column": 27
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @ignore ",
      "start": 641,
      "end": 655,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 656,
      "end": 659,
      "loc": {
        "start": {
          "line": 20,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceCount",
      "start": 660,
      "end": 673,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 20,
          "column": 21
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Plugin for automatic currency conversion, tax handling, etc.\n * @extends {evee}\n * @private\n ",
      "start": 680,
      "end": 782,
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 3
        }
      }
    },
    {
      "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": 783,
      "end": 788,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EasyCurrency",
      "start": 789,
      "end": 801,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 802,
      "end": 809,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Evee",
      "start": 810,
      "end": 814,
      "loc": {
        "start": {
          "line": 27,
          "column": 27
        },
        "end": {
          "line": 27,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 815,
      "end": 816,
      "loc": {
        "start": {
          "line": 27,
          "column": 32
        },
        "end": {
          "line": 27,
          "column": 33
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Creates a new instance of EasyCurrency.\n     * This class is intended to be used as a singleton, and has global\n     * side-effects - do not create multiple instances.\n     ",
      "start": 822,
      "end": 1008,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 1013,
      "end": 1024,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1024,
      "end": 1025,
      "loc": {
        "start": {
          "line": 34,
          "column": 15
        },
        "end": {
          "line": 34,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1025,
      "end": 1026,
      "loc": {
        "start": {
          "line": 34,
          "column": 16
        },
        "end": {
          "line": 34,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1027,
      "end": 1028,
      "loc": {
        "start": {
          "line": 34,
          "column": 18
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 1037,
      "end": 1042,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1042,
      "end": 1043,
      "loc": {
        "start": {
          "line": 35,
          "column": 13
        },
        "end": {
          "line": 35,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1043,
      "end": 1044,
      "loc": {
        "start": {
          "line": 35,
          "column": 14
        },
        "end": {
          "line": 35,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 35,
          "column": 15
        },
        "end": {
          "line": 35,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceCount",
      "start": 1055,
      "end": 1068,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 1068,
      "end": 1070,
      "loc": {
        "start": {
          "line": 37,
          "column": 21
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1070,
      "end": 1071,
      "loc": {
        "start": {
          "line": 37,
          "column": 23
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1084,
      "end": 1087,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "styles",
      "start": 1088,
      "end": 1094,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1095,
      "end": 1096,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 38,
          "column": 25
        },
        "end": {
          "line": 38,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1098,
      "end": 1099,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1099,
      "end": 1100,
      "loc": {
        "start": {
          "line": 38,
          "column": 27
        },
        "end": {
          "line": 38,
          "column": 28
        }
      }
    },
    {
      "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": 1109,
      "end": 1111,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1112,
      "end": 1113,
      "loc": {
        "start": {
          "line": 39,
          "column": 11
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instanceCount",
      "start": 1113,
      "end": 1126,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1129,
      "end": 1130,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1130,
      "end": 1131,
      "loc": {
        "start": {
          "line": 39,
          "column": 29
        },
        "end": {
          "line": 39,
          "column": 30
        }
      }
    },
    {
      "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": 39,
          "column": 31
        },
        "end": {
          "line": 39,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 1146,
      "end": 1149,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1149,
      "end": 1150,
      "loc": {
        "start": {
          "line": 40,
          "column": 15
        },
        "end": {
          "line": 40,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 1150,
      "end": 1154,
      "loc": {
        "start": {
          "line": 40,
          "column": 16
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1154,
      "end": 1155,
      "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": "TAG",
      "start": 1155,
      "end": 1158,
      "loc": {
        "start": {
          "line": 40,
          "column": 21
        },
        "end": {
          "line": 40,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1158,
      "end": 1159,
      "loc": {
        "start": {
          "line": 40,
          "column": 24
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "More than one instance of EasyCurrency has been created. This may cause unexpected behavior.",
      "start": 1160,
      "end": 1254,
      "loc": {
        "start": {
          "line": 40,
          "column": 26
        },
        "end": {
          "line": 40,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1254,
      "end": 1255,
      "loc": {
        "start": {
          "line": 40,
          "column": 120
        },
        "end": {
          "line": 40,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 40,
          "column": 121
        },
        "end": {
          "line": 40,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1265,
      "end": 1266,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 9
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/config.js~Config} ",
      "start": 1276,
      "end": 1332,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 64
        }
      }
    },
    {
      "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": 1341,
      "end": 1345,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 44,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 1346,
      "end": 1353,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1354,
      "end": 1355,
      "loc": {
        "start": {
          "line": 44,
          "column": 21
        },
        "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": "config",
      "start": 1356,
      "end": 1362,
      "loc": {
        "start": {
          "line": 44,
          "column": 23
        },
        "end": {
          "line": 44,
          "column": 29
        }
      }
    },
    {
      "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": 44,
          "column": 29
        },
        "end": {
          "line": 44,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} ",
      "start": 1372,
      "end": 1458,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 94
        }
      }
    },
    {
      "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": 1467,
      "end": 1471,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1471,
      "end": 1472,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "end": {
          "line": 46,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_resolver",
      "start": 1472,
      "end": 1481,
      "loc": {
        "start": {
          "line": 46,
          "column": 13
        },
        "end": {
          "line": 46,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1482,
      "end": 1483,
      "loc": {
        "start": {
          "line": 46,
          "column": 23
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1484,
      "end": 1488,
      "loc": {
        "start": {
          "line": 46,
          "column": 25
        },
        "end": {
          "line": 46,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1488,
      "end": 1489,
      "loc": {
        "start": {
          "line": 46,
          "column": 29
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/state.js~State} ",
      "start": 1498,
      "end": 1552,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "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": 1561,
      "end": 1565,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1565,
      "end": 1566,
      "loc": {
        "start": {
          "line": 48,
          "column": 12
        },
        "end": {
          "line": 48,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 1566,
      "end": 1572,
      "loc": {
        "start": {
          "line": 48,
          "column": 13
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1573,
      "end": 1574,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1575,
      "end": 1580,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1580,
      "end": 1581,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/MoneySpanSet.js~MoneySpanSet} ",
      "start": 1590,
      "end": 1658,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 76
        }
      }
    },
    {
      "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": 1667,
      "end": 1671,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_moneySpanSet",
      "start": 1672,
      "end": 1685,
      "loc": {
        "start": {
          "line": 50,
          "column": 13
        },
        "end": {
          "line": 50,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1686,
      "end": 1687,
      "loc": {
        "start": {
          "line": 50,
          "column": 27
        },
        "end": {
          "line": 50,
          "column": 28
        }
      }
    },
    {
      "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": 1688,
      "end": 1691,
      "loc": {
        "start": {
          "line": 50,
          "column": 29
        },
        "end": {
          "line": 50,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MoneySpanSet",
      "start": 1692,
      "end": 1704,
      "loc": {
        "start": {
          "line": 50,
          "column": 33
        },
        "end": {
          "line": 50,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1704,
      "end": 1705,
      "loc": {
        "start": {
          "line": 50,
          "column": 45
        },
        "end": {
          "line": 50,
          "column": 46
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/formatters/Formatter.js~Formatter} ",
      "start": 1714,
      "end": 1787,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 81
        }
      }
    },
    {
      "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": 1796,
      "end": 1800,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1800,
      "end": 1801,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_formatter",
      "start": 1801,
      "end": 1811,
      "loc": {
        "start": {
          "line": 52,
          "column": 13
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1812,
      "end": 1813,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "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": 1814,
      "end": 1817,
      "loc": {
        "start": {
          "line": 52,
          "column": 26
        },
        "end": {
          "line": 52,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DefaultFormatter",
      "start": 1818,
      "end": 1834,
      "loc": {
        "start": {
          "line": 52,
          "column": 30
        },
        "end": {
          "line": 52,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1834,
      "end": 1835,
      "loc": {
        "start": {
          "line": 52,
          "column": 46
        },
        "end": {
          "line": 52,
          "column": 47
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/Session.js~Session} ",
      "start": 1844,
      "end": 1902,
      "loc": {
        "start": {
          "line": 53,
          "column": 8
        },
        "end": {
          "line": 53,
          "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": 1911,
      "end": 1915,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1915,
      "end": 1916,
      "loc": {
        "start": {
          "line": 54,
          "column": 12
        },
        "end": {
          "line": 54,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_session",
      "start": 1916,
      "end": 1924,
      "loc": {
        "start": {
          "line": 54,
          "column": 13
        },
        "end": {
          "line": 54,
          "column": 21
        }
      }
    },
    {
      "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": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "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": 1927,
      "end": 1930,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Session",
      "start": 1931,
      "end": 1938,
      "loc": {
        "start": {
          "line": 54,
          "column": 28
        },
        "end": {
          "line": 54,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1938,
      "end": 1939,
      "loc": {
        "start": {
          "line": 54,
          "column": 35
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {src/plugins/easycurrency/helpers/SelectHelper.js~SelectHelper} ",
      "start": 1949,
      "end": 2025,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 84
        }
      }
    },
    {
      "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": 2034,
      "end": 2038,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2038,
      "end": 2039,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selectHelper",
      "start": 2039,
      "end": 2051,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2052,
      "end": 2053,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "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": 2054,
      "end": 2057,
      "loc": {
        "start": {
          "line": 57,
          "column": 28
        },
        "end": {
          "line": 57,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SelectHelper",
      "start": 2058,
      "end": 2070,
      "loc": {
        "start": {
          "line": 57,
          "column": 32
        },
        "end": {
          "line": 57,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2070,
      "end": 2071,
      "loc": {
        "start": {
          "line": 57,
          "column": 44
        },
        "end": {
          "line": 57,
          "column": 45
        }
      }
    },
    {
      "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": 2071,
      "end": 2075,
      "loc": {
        "start": {
          "line": 57,
          "column": 45
        },
        "end": {
          "line": 57,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2075,
      "end": 2076,
      "loc": {
        "start": {
          "line": 57,
          "column": 49
        },
        "end": {
          "line": 57,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2076,
      "end": 2077,
      "loc": {
        "start": {
          "line": 57,
          "column": 50
        },
        "end": {
          "line": 57,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2082,
      "end": 2083,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Uses a default {@link GeoserviceResolver} as the currency resolver.\n     ",
      "start": 2090,
      "end": 2176,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useGeoserviceResolver",
      "start": 2181,
      "end": 2202,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2202,
      "end": 2203,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2203,
      "end": 2204,
      "loc": {
        "start": {
          "line": 64,
          "column": 26
        },
        "end": {
          "line": 64,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2205,
      "end": 2206,
      "loc": {
        "start": {
          "line": 64,
          "column": 28
        },
        "end": {
          "line": 64,
          "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": 2215,
      "end": 2219,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2219,
      "end": 2220,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCurrencyResolver",
      "start": 2220,
      "end": 2239,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2239,
      "end": 2240,
      "loc": {
        "start": {
          "line": 65,
          "column": 32
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "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": 2240,
      "end": 2243,
      "loc": {
        "start": {
          "line": 65,
          "column": 33
        },
        "end": {
          "line": 65,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GeoserviceResolver",
      "start": 2244,
      "end": 2262,
      "loc": {
        "start": {
          "line": 65,
          "column": 37
        },
        "end": {
          "line": 65,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 65,
          "column": 55
        },
        "end": {
          "line": 65,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2263,
      "end": 2264,
      "loc": {
        "start": {
          "line": 65,
          "column": 56
        },
        "end": {
          "line": 65,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Start running EasyCurrency on the current page.\n     * @param {Object|src/plugins/easycurrency/config.js~Config} config\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} beforeInitialize(config)\n     * @emits {Object|src/plugins/easycurrency/config.js~Config} initialize(config)\n     ",
      "start": 2277,
      "end": 2589,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "initialize",
      "start": 2594,
      "end": 2604,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2604,
      "end": 2605,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2605,
      "end": 2611,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2611,
      "end": 2612,
      "loc": {
        "start": {
          "line": 75,
          "column": 21
        },
        "end": {
          "line": 75,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2613,
      "end": 2614,
      "loc": {
        "start": {
          "line": 75,
          "column": 23
        },
        "end": {
          "line": 75,
          "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": 2623,
      "end": 2627,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 2628,
      "end": 2632,
      "loc": {
        "start": {
          "line": 76,
          "column": 13
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2632,
      "end": 2633,
      "loc": {
        "start": {
          "line": 76,
          "column": 17
        },
        "end": {
          "line": 76,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "beforeInitialize",
      "start": 2633,
      "end": 2651,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 76,
          "column": 36
        },
        "end": {
          "line": 76,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2653,
      "end": 2659,
      "loc": {
        "start": {
          "line": 76,
          "column": 38
        },
        "end": {
          "line": 76,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2659,
      "end": 2660,
      "loc": {
        "start": {
          "line": 76,
          "column": 44
        },
        "end": {
          "line": 76,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2660,
      "end": 2661,
      "loc": {
        "start": {
          "line": 76,
          "column": 45
        },
        "end": {
          "line": 76,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 2670,
      "end": 2673,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2673,
      "end": 2674,
      "loc": {
        "start": {
          "line": 77,
          "column": 11
        },
        "end": {
          "line": 77,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 2674,
      "end": 2679,
      "loc": {
        "start": {
          "line": 77,
          "column": 12
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2679,
      "end": 2680,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 2680,
      "end": 2683,
      "loc": {
        "start": {
          "line": 77,
          "column": 18
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2683,
      "end": 2684,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Initialized with config",
      "start": 2685,
      "end": 2710,
      "loc": {
        "start": {
          "line": 77,
          "column": 23
        },
        "end": {
          "line": 77,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2710,
      "end": 2711,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2712,
      "end": 2718,
      "loc": {
        "start": {
          "line": 77,
          "column": 50
        },
        "end": {
          "line": 77,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2718,
      "end": 2719,
      "loc": {
        "start": {
          "line": 77,
          "column": 56
        },
        "end": {
          "line": 77,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2719,
      "end": 2720,
      "loc": {
        "start": {
          "line": 77,
          "column": 57
        },
        "end": {
          "line": 77,
          "column": 58
        }
      }
    },
    {
      "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": 2729,
      "end": 2731,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2732,
      "end": 2733,
      "loc": {
        "start": {
          "line": 78,
          "column": 11
        },
        "end": {
          "line": 78,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2733,
      "end": 2739,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2739,
      "end": 2740,
      "loc": {
        "start": {
          "line": 78,
          "column": 18
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2741,
      "end": 2742,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 21
        }
      }
    },
    {
      "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": 2755,
      "end": 2759,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2759,
      "end": 2760,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 2760,
      "end": 2767,
      "loc": {
        "start": {
          "line": 79,
          "column": 17
        },
        "end": {
          "line": 79,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 79,
          "column": 25
        },
        "end": {
          "line": 79,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2770,
      "end": 2776,
      "loc": {
        "start": {
          "line": 79,
          "column": 27
        },
        "end": {
          "line": 79,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2776,
      "end": 2777,
      "loc": {
        "start": {
          "line": 79,
          "column": 33
        },
        "end": {
          "line": 79,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 2777,
      "end": 2783,
      "loc": {
        "start": {
          "line": 79,
          "column": 34
        },
        "end": {
          "line": 79,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2783,
      "end": 2784,
      "loc": {
        "start": {
          "line": 79,
          "column": 40
        },
        "end": {
          "line": 79,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2784,
      "end": 2785,
      "loc": {
        "start": {
          "line": 79,
          "column": 41
        },
        "end": {
          "line": 79,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2785,
      "end": 2786,
      "loc": {
        "start": {
          "line": 79,
          "column": 42
        },
        "end": {
          "line": 79,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2786,
      "end": 2787,
      "loc": {
        "start": {
          "line": 79,
          "column": 43
        },
        "end": {
          "line": 79,
          "column": 44
        }
      }
    },
    {
      "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": 2788,
      "end": 2792,
      "loc": {
        "start": {
          "line": 79,
          "column": 45
        },
        "end": {
          "line": 79,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2792,
      "end": 2793,
      "loc": {
        "start": {
          "line": 79,
          "column": 49
        },
        "end": {
          "line": 79,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 2793,
      "end": 2800,
      "loc": {
        "start": {
          "line": 79,
          "column": 50
        },
        "end": {
          "line": 79,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2800,
      "end": 2801,
      "loc": {
        "start": {
          "line": 79,
          "column": 57
        },
        "end": {
          "line": 79,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2802,
      "end": 2808,
      "loc": {
        "start": {
          "line": 79,
          "column": 59
        },
        "end": {
          "line": 79,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2808,
      "end": 2809,
      "loc": {
        "start": {
          "line": 79,
          "column": 65
        },
        "end": {
          "line": 79,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2809,
      "end": 2810,
      "loc": {
        "start": {
          "line": 79,
          "column": 66
        },
        "end": {
          "line": 79,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2819,
      "end": 2820,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2830,
      "end": 2833,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 2834,
      "end": 2842,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2843,
      "end": 2844,
      "loc": {
        "start": {
          "line": 82,
          "column": 21
        },
        "end": {
          "line": 82,
          "column": 22
        }
      }
    },
    {
      "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": 2845,
      "end": 2849,
      "loc": {
        "start": {
          "line": 82,
          "column": 23
        },
        "end": {
          "line": 82,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2849,
      "end": 2850,
      "loc": {
        "start": {
          "line": 82,
          "column": 27
        },
        "end": {
          "line": 82,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_session",
      "start": 2850,
      "end": 2858,
      "loc": {
        "start": {
          "line": 82,
          "column": 28
        },
        "end": {
          "line": 82,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2858,
      "end": 2859,
      "loc": {
        "start": {
          "line": 82,
          "column": 36
        },
        "end": {
          "line": 82,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCurrency",
      "start": 2859,
      "end": 2870,
      "loc": {
        "start": {
          "line": 82,
          "column": 37
        },
        "end": {
          "line": 82,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2870,
      "end": 2871,
      "loc": {
        "start": {
          "line": 82,
          "column": 48
        },
        "end": {
          "line": 82,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2871,
      "end": 2872,
      "loc": {
        "start": {
          "line": 82,
          "column": 49
        },
        "end": {
          "line": 82,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2872,
      "end": 2873,
      "loc": {
        "start": {
          "line": 82,
          "column": 50
        },
        "end": {
          "line": 82,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2882,
      "end": 2885,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromSession",
      "start": 2886,
      "end": 2897,
      "loc": {
        "start": {
          "line": 83,
          "column": 12
        },
        "end": {
          "line": 83,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2898,
      "end": 2899,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 2900,
      "end": 2908,
      "loc": {
        "start": {
          "line": 83,
          "column": 26
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "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": 83,
          "column": 34
        },
        "end": {
          "line": 83,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 2918,
      "end": 2926,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 84,
          "column": 17
        },
        "end": {
          "line": 84,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 2929,
      "end": 2937,
      "loc": {
        "start": {
          "line": 84,
          "column": 19
        },
        "end": {
          "line": 84,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2938,
      "end": 2940,
      "loc": {
        "start": {
          "line": 84,
          "column": 28
        },
        "end": {
          "line": 84,
          "column": 30
        }
      }
    },
    {
      "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": 2941,
      "end": 2945,
      "loc": {
        "start": {
          "line": 84,
          "column": 31
        },
        "end": {
          "line": 84,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2945,
      "end": 2946,
      "loc": {
        "start": {
          "line": 84,
          "column": 35
        },
        "end": {
          "line": 84,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 2946,
      "end": 2953,
      "loc": {
        "start": {
          "line": 84,
          "column": 36
        },
        "end": {
          "line": 84,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2953,
      "end": 2954,
      "loc": {
        "start": {
          "line": 84,
          "column": 43
        },
        "end": {
          "line": 84,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 2954,
      "end": 2969,
      "loc": {
        "start": {
          "line": 84,
          "column": 44
        },
        "end": {
          "line": 84,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2969,
      "end": 2970,
      "loc": {
        "start": {
          "line": 84,
          "column": 59
        },
        "end": {
          "line": 84,
          "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": 2980,
      "end": 2984,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setActiveCurrency",
      "start": 2985,
      "end": 3002,
      "loc": {
        "start": {
          "line": 86,
          "column": 13
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3002,
      "end": 3003,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 31
        }
      }
    },
    {
      "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": 3003,
      "end": 3007,
      "loc": {
        "start": {
          "line": 86,
          "column": 31
        },
        "end": {
          "line": 86,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3007,
      "end": 3008,
      "loc": {
        "start": {
          "line": 86,
          "column": 35
        },
        "end": {
          "line": 86,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_session",
      "start": 3008,
      "end": 3016,
      "loc": {
        "start": {
          "line": 86,
          "column": 36
        },
        "end": {
          "line": 86,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3016,
      "end": 3017,
      "loc": {
        "start": {
          "line": 86,
          "column": 44
        },
        "end": {
          "line": 86,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCurrency",
      "start": 3017,
      "end": 3028,
      "loc": {
        "start": {
          "line": 86,
          "column": 45
        },
        "end": {
          "line": 86,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3028,
      "end": 3029,
      "loc": {
        "start": {
          "line": 86,
          "column": 56
        },
        "end": {
          "line": 86,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3029,
      "end": 3030,
      "loc": {
        "start": {
          "line": 86,
          "column": 57
        },
        "end": {
          "line": 86,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3031,
      "end": 3033,
      "loc": {
        "start": {
          "line": 86,
          "column": 59
        },
        "end": {
          "line": 86,
          "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": 3034,
      "end": 3038,
      "loc": {
        "start": {
          "line": 86,
          "column": 62
        },
        "end": {
          "line": 86,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3038,
      "end": 3039,
      "loc": {
        "start": {
          "line": 86,
          "column": 66
        },
        "end": {
          "line": 86,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 3039,
      "end": 3046,
      "loc": {
        "start": {
          "line": 86,
          "column": 67
        },
        "end": {
          "line": 86,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3046,
      "end": 3047,
      "loc": {
        "start": {
          "line": 86,
          "column": 74
        },
        "end": {
          "line": 86,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 3047,
      "end": 3062,
      "loc": {
        "start": {
          "line": 86,
          "column": 75
        },
        "end": {
          "line": 86,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3062,
      "end": 3063,
      "loc": {
        "start": {
          "line": 86,
          "column": 90
        },
        "end": {
          "line": 86,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3063,
      "end": 3064,
      "loc": {
        "start": {
          "line": 86,
          "column": 91
        },
        "end": {
          "line": 86,
          "column": 92
        }
      }
    },
    {
      "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": 3073,
      "end": 3077,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3077,
      "end": 3078,
      "loc": {
        "start": {
          "line": 87,
          "column": 12
        },
        "end": {
          "line": 87,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 3078,
      "end": 3082,
      "loc": {
        "start": {
          "line": 87,
          "column": 13
        },
        "end": {
          "line": 87,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3082,
      "end": 3083,
      "loc": {
        "start": {
          "line": 87,
          "column": 17
        },
        "end": {
          "line": 87,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "initialize",
      "start": 3083,
      "end": 3095,
      "loc": {
        "start": {
          "line": 87,
          "column": 18
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3095,
      "end": 3096,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 3097,
      "end": 3103,
      "loc": {
        "start": {
          "line": 87,
          "column": 32
        },
        "end": {
          "line": 87,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 87,
          "column": 38
        },
        "end": {
          "line": 87,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 87,
          "column": 39
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3115,
      "end": 3117,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 89,
          "column": 11
        },
        "end": {
          "line": 89,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3119,
      "end": 3120,
      "loc": {
        "start": {
          "line": 89,
          "column": 12
        },
        "end": {
          "line": 89,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromSession",
      "start": 3120,
      "end": 3131,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3132,
      "end": 3134,
      "loc": {
        "start": {
          "line": 89,
          "column": 25
        },
        "end": {
          "line": 89,
          "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": 3135,
      "end": 3139,
      "loc": {
        "start": {
          "line": 89,
          "column": 28
        },
        "end": {
          "line": 89,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3139,
      "end": 3140,
      "loc": {
        "start": {
          "line": 89,
          "column": 32
        },
        "end": {
          "line": 89,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 3140,
      "end": 3147,
      "loc": {
        "start": {
          "line": 89,
          "column": 33
        },
        "end": {
          "line": 89,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3147,
      "end": 3148,
      "loc": {
        "start": {
          "line": 89,
          "column": 40
        },
        "end": {
          "line": 89,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useGeoForCurrency",
      "start": 3148,
      "end": 3165,
      "loc": {
        "start": {
          "line": 89,
          "column": 41
        },
        "end": {
          "line": 89,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3165,
      "end": 3166,
      "loc": {
        "start": {
          "line": 89,
          "column": 58
        },
        "end": {
          "line": 89,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3167,
      "end": 3168,
      "loc": {
        "start": {
          "line": 89,
          "column": 60
        },
        "end": {
          "line": 89,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3172,
      "end": 3175,
      "loc": {
        "start": {
          "line": 90,
          "column": 3
        },
        "end": {
          "line": 90,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geoService",
      "start": 3176,
      "end": 3186,
      "loc": {
        "start": {
          "line": 90,
          "column": 7
        },
        "end": {
          "line": 90,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3187,
      "end": 3188,
      "loc": {
        "start": {
          "line": 90,
          "column": 18
        },
        "end": {
          "line": 90,
          "column": 19
        }
      }
    },
    {
      "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": 3189,
      "end": 3192,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GeoService",
      "start": 3193,
      "end": 3203,
      "loc": {
        "start": {
          "line": 90,
          "column": 24
        },
        "end": {
          "line": 90,
          "column": 34
        }
      }
    },
    {
      "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": 90,
          "column": 34
        },
        "end": {
          "line": 90,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geoService",
      "start": 3217,
      "end": 3227,
      "loc": {
        "start": {
          "line": 91,
          "column": 12
        },
        "end": {
          "line": 91,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3227,
      "end": 3228,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lookupGeo",
      "start": 3228,
      "end": 3237,
      "loc": {
        "start": {
          "line": 91,
          "column": 23
        },
        "end": {
          "line": 91,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3237,
      "end": 3238,
      "loc": {
        "start": {
          "line": 91,
          "column": 32
        },
        "end": {
          "line": 91,
          "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": 91,
          "column": 33
        },
        "end": {
          "line": 91,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3239,
      "end": 3240,
      "loc": {
        "start": {
          "line": 91,
          "column": 34
        },
        "end": {
          "line": 91,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3240,
      "end": 3244,
      "loc": {
        "start": {
          "line": 91,
          "column": 35
        },
        "end": {
          "line": 91,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3244,
      "end": 3245,
      "loc": {
        "start": {
          "line": 91,
          "column": 39
        },
        "end": {
          "line": 91,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3245,
      "end": 3246,
      "loc": {
        "start": {
          "line": 91,
          "column": 40
        },
        "end": {
          "line": 91,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3246,
      "end": 3252,
      "loc": {
        "start": {
          "line": 91,
          "column": 41
        },
        "end": {
          "line": 91,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3252,
      "end": 3253,
      "loc": {
        "start": {
          "line": 91,
          "column": 47
        },
        "end": {
          "line": 91,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3254,
      "end": 3256,
      "loc": {
        "start": {
          "line": 91,
          "column": 49
        },
        "end": {
          "line": 91,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3257,
      "end": 3258,
      "loc": {
        "start": {
          "line": 91,
          "column": 52
        },
        "end": {
          "line": 91,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 3275,
      "end": 3278,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3278,
      "end": 3279,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 3279,
      "end": 3284,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3284,
      "end": 3285,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 3285,
      "end": 3288,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3288,
      "end": 3289,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Got currency from geoservice: ",
      "start": 3290,
      "end": 3322,
      "loc": {
        "start": {
          "line": 92,
          "column": 31
        },
        "end": {
          "line": 92,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3323,
      "end": 3324,
      "loc": {
        "start": {
          "line": 92,
          "column": 64
        },
        "end": {
          "line": 92,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3325,
      "end": 3331,
      "loc": {
        "start": {
          "line": 92,
          "column": 66
        },
        "end": {
          "line": 92,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3331,
      "end": 3332,
      "loc": {
        "start": {
          "line": 92,
          "column": 72
        },
        "end": {
          "line": 92,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 3332,
      "end": 3340,
      "loc": {
        "start": {
          "line": 92,
          "column": 73
        },
        "end": {
          "line": 92,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3340,
      "end": 3341,
      "loc": {
        "start": {
          "line": 92,
          "column": 81
        },
        "end": {
          "line": 92,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3341,
      "end": 3342,
      "loc": {
        "start": {
          "line": 92,
          "column": 82
        },
        "end": {
          "line": 92,
          "column": 83
        }
      }
    },
    {
      "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": 3359,
      "end": 3363,
      "loc": {
        "start": {
          "line": 93,
          "column": 16
        },
        "end": {
          "line": 93,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3363,
      "end": 3364,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setActiveCurrency",
      "start": 3364,
      "end": 3381,
      "loc": {
        "start": {
          "line": 93,
          "column": 21
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3381,
      "end": 3382,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3382,
      "end": 3388,
      "loc": {
        "start": {
          "line": 93,
          "column": 39
        },
        "end": {
          "line": 93,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3388,
      "end": 3389,
      "loc": {
        "start": {
          "line": 93,
          "column": 45
        },
        "end": {
          "line": 93,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 3389,
      "end": 3397,
      "loc": {
        "start": {
          "line": 93,
          "column": 46
        },
        "end": {
          "line": 93,
          "column": 54
        }
      }
    },
    {
      "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": 93,
          "column": 54
        },
        "end": {
          "line": 93,
          "column": 55
        }
      }
    },
    {
      "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": 93,
          "column": 55
        },
        "end": {
          "line": 93,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3412,
      "end": 3413,
      "loc": {
        "start": {
          "line": 94,
          "column": 12
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3413,
      "end": 3414,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3414,
      "end": 3415,
      "loc": {
        "start": {
          "line": 94,
          "column": 14
        },
        "end": {
          "line": 94,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3424,
      "end": 3425,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3430,
      "end": 3431,
      "loc": {
        "start": {
          "line": 96,
          "column": 4
        },
        "end": {
          "line": 96,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Sets the active currency, and refreshs any money spans.\n     * @param {String} currency Currency code\n     * @emits {String} beforeCurrencyChanged(currency)\n     * @emits {String} currencyChanged(currency)\n     ",
      "start": 3437,
      "end": 3661,
      "loc": {
        "start": {
          "line": 98,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setActiveCurrency",
      "start": 3666,
      "end": 3683,
      "loc": {
        "start": {
          "line": 104,
          "column": 4
        },
        "end": {
          "line": 104,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3683,
      "end": 3684,
      "loc": {
        "start": {
          "line": 104,
          "column": 21
        },
        "end": {
          "line": 104,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 3684,
      "end": 3692,
      "loc": {
        "start": {
          "line": 104,
          "column": 22
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 104,
          "column": 30
        },
        "end": {
          "line": 104,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3694,
      "end": 3695,
      "loc": {
        "start": {
          "line": 104,
          "column": 32
        },
        "end": {
          "line": 104,
          "column": 33
        }
      }
    },
    {
      "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": 3704,
      "end": 3708,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3708,
      "end": 3709,
      "loc": {
        "start": {
          "line": 105,
          "column": 12
        },
        "end": {
          "line": 105,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 3709,
      "end": 3713,
      "loc": {
        "start": {
          "line": 105,
          "column": 13
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 105,
          "column": 17
        },
        "end": {
          "line": 105,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "beforeCurrencyChanged",
      "start": 3714,
      "end": 3737,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3737,
      "end": 3738,
      "loc": {
        "start": {
          "line": 105,
          "column": 41
        },
        "end": {
          "line": 105,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 3739,
      "end": 3747,
      "loc": {
        "start": {
          "line": 105,
          "column": 43
        },
        "end": {
          "line": 105,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3747,
      "end": 3748,
      "loc": {
        "start": {
          "line": 105,
          "column": 51
        },
        "end": {
          "line": 105,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 105,
          "column": 52
        },
        "end": {
          "line": 105,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 3758,
      "end": 3761,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3761,
      "end": 3762,
      "loc": {
        "start": {
          "line": 106,
          "column": 11
        },
        "end": {
          "line": 106,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 3762,
      "end": 3767,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 106,
          "column": 17
        },
        "end": {
          "line": 106,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 3768,
      "end": 3771,
      "loc": {
        "start": {
          "line": 106,
          "column": 18
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 106,
          "column": 21
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Set active currency",
      "start": 3773,
      "end": 3794,
      "loc": {
        "start": {
          "line": 106,
          "column": 23
        },
        "end": {
          "line": 106,
          "column": 44
        }
      }
    },
    {
      "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": 106,
          "column": 44
        },
        "end": {
          "line": 106,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 3796,
      "end": 3804,
      "loc": {
        "start": {
          "line": 106,
          "column": 46
        },
        "end": {
          "line": 106,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3804,
      "end": 3805,
      "loc": {
        "start": {
          "line": 106,
          "column": 54
        },
        "end": {
          "line": 106,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 106,
          "column": 55
        },
        "end": {
          "line": 106,
          "column": 56
        }
      }
    },
    {
      "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": 3810,
      "end": 3812,
      "loc": {
        "start": {
          "line": 108,
          "column": 2
        },
        "end": {
          "line": 108,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3813,
      "end": 3814,
      "loc": {
        "start": {
          "line": 108,
          "column": 5
        },
        "end": {
          "line": 108,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3814,
      "end": 3815,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 3815,
      "end": 3823,
      "loc": {
        "start": {
          "line": 108,
          "column": 7
        },
        "end": {
          "line": 108,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3824,
      "end": 3826,
      "loc": {
        "start": {
          "line": 108,
          "column": 16
        },
        "end": {
          "line": 108,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 5
        }
      }
    },
    {
      "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": 3833,
      "end": 3837,
      "loc": {
        "start": {
          "line": 109,
          "column": 5
        },
        "end": {
          "line": 109,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3837,
      "end": 3838,
      "loc": {
        "start": {
          "line": 109,
          "column": 9
        },
        "end": {
          "line": 109,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 3838,
      "end": 3845,
      "loc": {
        "start": {
          "line": 109,
          "column": 10
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3845,
      "end": 3846,
      "loc": {
        "start": {
          "line": 109,
          "column": 17
        },
        "end": {
          "line": 109,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowedCurrencies",
      "start": 3846,
      "end": 3863,
      "loc": {
        "start": {
          "line": 109,
          "column": 18
        },
        "end": {
          "line": 109,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 3864,
      "end": 3866,
      "loc": {
        "start": {
          "line": 109,
          "column": 36
        },
        "end": {
          "line": 109,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "any",
      "start": 3867,
      "end": 3872,
      "loc": {
        "start": {
          "line": 109,
          "column": 39
        },
        "end": {
          "line": 109,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3878,
      "end": 3880,
      "loc": {
        "start": {
          "line": 110,
          "column": 5
        },
        "end": {
          "line": 110,
          "column": 7
        }
      }
    },
    {
      "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": 3881,
      "end": 3885,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3885,
      "end": 3886,
      "loc": {
        "start": {
          "line": 110,
          "column": 12
        },
        "end": {
          "line": 110,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 3886,
      "end": 3893,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3893,
      "end": 3894,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowedCurrencies",
      "start": 3894,
      "end": 3911,
      "loc": {
        "start": {
          "line": 110,
          "column": 21
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3911,
      "end": 3912,
      "loc": {
        "start": {
          "line": 110,
          "column": 38
        },
        "end": {
          "line": 110,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 3912,
      "end": 3919,
      "loc": {
        "start": {
          "line": 110,
          "column": 39
        },
        "end": {
          "line": 110,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3919,
      "end": 3920,
      "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": "currency",
      "start": 3920,
      "end": 3928,
      "loc": {
        "start": {
          "line": 110,
          "column": 47
        },
        "end": {
          "line": 110,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 110,
          "column": 55
        },
        "end": {
          "line": 110,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 3930,
      "end": 3932,
      "loc": {
        "start": {
          "line": 110,
          "column": 57
        },
        "end": {
          "line": 110,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3933,
      "end": 3934,
      "loc": {
        "start": {
          "line": 110,
          "column": 60
        },
        "end": {
          "line": 110,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3934,
      "end": 3935,
      "loc": {
        "start": {
          "line": 110,
          "column": 61
        },
        "end": {
          "line": 110,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3935,
      "end": 3936,
      "loc": {
        "start": {
          "line": 110,
          "column": 62
        },
        "end": {
          "line": 110,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3936,
      "end": 3937,
      "loc": {
        "start": {
          "line": 110,
          "column": 63
        },
        "end": {
          "line": 110,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3938,
      "end": 3939,
      "loc": {
        "start": {
          "line": 110,
          "column": 65
        },
        "end": {
          "line": 110,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 3943,
      "end": 3946,
      "loc": {
        "start": {
          "line": 111,
          "column": 3
        },
        "end": {
          "line": 111,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3946,
      "end": 3947,
      "loc": {
        "start": {
          "line": 111,
          "column": 6
        },
        "end": {
          "line": 111,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 3947,
      "end": 3952,
      "loc": {
        "start": {
          "line": 111,
          "column": 7
        },
        "end": {
          "line": 111,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3952,
      "end": 3953,
      "loc": {
        "start": {
          "line": 111,
          "column": 12
        },
        "end": {
          "line": 111,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 3953,
      "end": 3956,
      "loc": {
        "start": {
          "line": 111,
          "column": 13
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3956,
      "end": 3957,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Currency not in whitelist, switching to base currency.",
      "start": 3958,
      "end": 4014,
      "loc": {
        "start": {
          "line": 111,
          "column": 18
        },
        "end": {
          "line": 111,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4014,
      "end": 4015,
      "loc": {
        "start": {
          "line": 111,
          "column": 74
        },
        "end": {
          "line": 111,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4015,
      "end": 4016,
      "loc": {
        "start": {
          "line": 111,
          "column": 75
        },
        "end": {
          "line": 111,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 4020,
      "end": 4028,
      "loc": {
        "start": {
          "line": 112,
          "column": 3
        },
        "end": {
          "line": 112,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4029,
      "end": 4030,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 13
        }
      }
    },
    {
      "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": 4031,
      "end": 4035,
      "loc": {
        "start": {
          "line": 112,
          "column": 14
        },
        "end": {
          "line": 112,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4035,
      "end": 4036,
      "loc": {
        "start": {
          "line": 112,
          "column": 18
        },
        "end": {
          "line": 112,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 4036,
      "end": 4043,
      "loc": {
        "start": {
          "line": 112,
          "column": 19
        },
        "end": {
          "line": 112,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4043,
      "end": 4044,
      "loc": {
        "start": {
          "line": 112,
          "column": 26
        },
        "end": {
          "line": 112,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 4044,
      "end": 4059,
      "loc": {
        "start": {
          "line": 112,
          "column": 27
        },
        "end": {
          "line": 112,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4059,
      "end": 4060,
      "loc": {
        "start": {
          "line": 112,
          "column": 42
        },
        "end": {
          "line": 112,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4063,
      "end": 4064,
      "loc": {
        "start": {
          "line": 113,
          "column": 2
        },
        "end": {
          "line": 113,
          "column": 3
        }
      }
    },
    {
      "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": 4074,
      "end": 4078,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4078,
      "end": 4079,
      "loc": {
        "start": {
          "line": 115,
          "column": 12
        },
        "end": {
          "line": 115,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 4079,
      "end": 4085,
      "loc": {
        "start": {
          "line": 115,
          "column": 13
        },
        "end": {
          "line": 115,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4085,
      "end": 4086,
      "loc": {
        "start": {
          "line": 115,
          "column": 19
        },
        "end": {
          "line": 115,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 4086,
      "end": 4094,
      "loc": {
        "start": {
          "line": 115,
          "column": 20
        },
        "end": {
          "line": 115,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4095,
      "end": 4096,
      "loc": {
        "start": {
          "line": 115,
          "column": 29
        },
        "end": {
          "line": 115,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 4097,
      "end": 4105,
      "loc": {
        "start": {
          "line": 115,
          "column": 31
        },
        "end": {
          "line": 115,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4105,
      "end": 4106,
      "loc": {
        "start": {
          "line": 115,
          "column": 39
        },
        "end": {
          "line": 115,
          "column": 40
        }
      }
    },
    {
      "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": 4116,
      "end": 4120,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4120,
      "end": 4121,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_session",
      "start": 4121,
      "end": 4129,
      "loc": {
        "start": {
          "line": 117,
          "column": 13
        },
        "end": {
          "line": 117,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4129,
      "end": 4130,
      "loc": {
        "start": {
          "line": 117,
          "column": 21
        },
        "end": {
          "line": 117,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "saveCurrency",
      "start": 4130,
      "end": 4142,
      "loc": {
        "start": {
          "line": 117,
          "column": 22
        },
        "end": {
          "line": 117,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4142,
      "end": 4143,
      "loc": {
        "start": {
          "line": 117,
          "column": 34
        },
        "end": {
          "line": 117,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 4143,
      "end": 4151,
      "loc": {
        "start": {
          "line": 117,
          "column": 35
        },
        "end": {
          "line": 117,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4151,
      "end": 4152,
      "loc": {
        "start": {
          "line": 117,
          "column": 43
        },
        "end": {
          "line": 117,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 117,
          "column": 44
        },
        "end": {
          "line": 117,
          "column": 45
        }
      }
    },
    {
      "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": 4163,
      "end": 4167,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4167,
      "end": 4168,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 4168,
      "end": 4173,
      "loc": {
        "start": {
          "line": 119,
          "column": 13
        },
        "end": {
          "line": 119,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4173,
      "end": 4174,
      "loc": {
        "start": {
          "line": 119,
          "column": 18
        },
        "end": {
          "line": 119,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4174,
      "end": 4175,
      "loc": {
        "start": {
          "line": 119,
          "column": 19
        },
        "end": {
          "line": 119,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4175,
      "end": 4176,
      "loc": {
        "start": {
          "line": 119,
          "column": 20
        },
        "end": {
          "line": 119,
          "column": 21
        }
      }
    },
    {
      "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": 4185,
      "end": 4189,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "render",
      "start": 4190,
      "end": 4196,
      "loc": {
        "start": {
          "line": 120,
          "column": 13
        },
        "end": {
          "line": 120,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 120,
          "column": 19
        },
        "end": {
          "line": 120,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4197,
      "end": 4198,
      "loc": {
        "start": {
          "line": 120,
          "column": 20
        },
        "end": {
          "line": 120,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4198,
      "end": 4199,
      "loc": {
        "start": {
          "line": 120,
          "column": 21
        },
        "end": {
          "line": 120,
          "column": 22
        }
      }
    },
    {
      "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": 4208,
      "end": 4212,
      "loc": {
        "start": {
          "line": 121,
          "column": 8
        },
        "end": {
          "line": 121,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4212,
      "end": 4213,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 4213,
      "end": 4217,
      "loc": {
        "start": {
          "line": 121,
          "column": 13
        },
        "end": {
          "line": 121,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4217,
      "end": 4218,
      "loc": {
        "start": {
          "line": 121,
          "column": 17
        },
        "end": {
          "line": 121,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "currencyChanged",
      "start": 4218,
      "end": 4235,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4235,
      "end": 4236,
      "loc": {
        "start": {
          "line": 121,
          "column": 35
        },
        "end": {
          "line": 121,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 4237,
      "end": 4245,
      "loc": {
        "start": {
          "line": 121,
          "column": 37
        },
        "end": {
          "line": 121,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4245,
      "end": 4246,
      "loc": {
        "start": {
          "line": 121,
          "column": 45
        },
        "end": {
          "line": 121,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4246,
      "end": 4247,
      "loc": {
        "start": {
          "line": 121,
          "column": 46
        },
        "end": {
          "line": 121,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4252,
      "end": 4253,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Returns the active currency.\n     * @return {String}\n     ",
      "start": 4260,
      "end": 4331,
      "loc": {
        "start": {
          "line": 125,
          "column": 4
        },
        "end": {
          "line": 128,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getActiveCurrency",
      "start": 4336,
      "end": 4353,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 129,
          "column": 21
        },
        "end": {
          "line": 129,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4354,
      "end": 4355,
      "loc": {
        "start": {
          "line": 129,
          "column": 22
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4356,
      "end": 4357,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "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": 4366,
      "end": 4372,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "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": 4373,
      "end": 4377,
      "loc": {
        "start": {
          "line": 130,
          "column": 15
        },
        "end": {
          "line": 130,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4377,
      "end": 4378,
      "loc": {
        "start": {
          "line": 130,
          "column": 19
        },
        "end": {
          "line": 130,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 4378,
      "end": 4384,
      "loc": {
        "start": {
          "line": 130,
          "column": 20
        },
        "end": {
          "line": 130,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 130,
          "column": 26
        },
        "end": {
          "line": 130,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 4385,
      "end": 4393,
      "loc": {
        "start": {
          "line": 130,
          "column": 27
        },
        "end": {
          "line": 130,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4393,
      "end": 4394,
      "loc": {
        "start": {
          "line": 130,
          "column": 35
        },
        "end": {
          "line": 130,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 131,
          "column": 4
        },
        "end": {
          "line": 131,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Returns the available currency codes.\n     * @return {String[]}\n     ",
      "start": 4406,
      "end": 4488,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 136,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "async",
      "start": 4493,
      "end": 4498,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAvailableCurrencies",
      "start": 4499,
      "end": 4521,
      "loc": {
        "start": {
          "line": 137,
          "column": 10
        },
        "end": {
          "line": 137,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4521,
      "end": 4522,
      "loc": {
        "start": {
          "line": 137,
          "column": 32
        },
        "end": {
          "line": 137,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4522,
      "end": 4523,
      "loc": {
        "start": {
          "line": 137,
          "column": 33
        },
        "end": {
          "line": 137,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4524,
      "end": 4525,
      "loc": {
        "start": {
          "line": 137,
          "column": 35
        },
        "end": {
          "line": 137,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4534,
      "end": 4540,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "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": 4541,
      "end": 4545,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "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": 138,
          "column": 19
        },
        "end": {
          "line": 138,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_resolver",
      "start": 4546,
      "end": 4555,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4555,
      "end": 4556,
      "loc": {
        "start": {
          "line": 138,
          "column": 29
        },
        "end": {
          "line": 138,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "listCurrencyCodes",
      "start": 4556,
      "end": 4573,
      "loc": {
        "start": {
          "line": 138,
          "column": 30
        },
        "end": {
          "line": 138,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4573,
      "end": 4574,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4574,
      "end": 4575,
      "loc": {
        "start": {
          "line": 138,
          "column": 48
        },
        "end": {
          "line": 138,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4575,
      "end": 4576,
      "loc": {
        "start": {
          "line": 138,
          "column": 49
        },
        "end": {
          "line": 138,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4581,
      "end": 4582,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Attempts to find new money spans on the page.\n     * Change moneySpanSelectors / moneySpanParser config options to modify\n     * how money spans are parsed.\n     * @emits {null} beforeParse\n     * @emits {null} parse\n     ",
      "start": 4589,
      "end": 4824,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 4829,
      "end": 4834,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4834,
      "end": 4835,
      "loc": {
        "start": {
          "line": 149,
          "column": 9
        },
        "end": {
          "line": 149,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4835,
      "end": 4836,
      "loc": {
        "start": {
          "line": 149,
          "column": 10
        },
        "end": {
          "line": 149,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4837,
      "end": 4838,
      "loc": {
        "start": {
          "line": 149,
          "column": 12
        },
        "end": {
          "line": 149,
          "column": 13
        }
      }
    },
    {
      "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": 4847,
      "end": 4851,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 150,
          "column": 12
        },
        "end": {
          "line": 150,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 4852,
      "end": 4856,
      "loc": {
        "start": {
          "line": 150,
          "column": 13
        },
        "end": {
          "line": 150,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4856,
      "end": 4857,
      "loc": {
        "start": {
          "line": 150,
          "column": 17
        },
        "end": {
          "line": 150,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "beforeParse",
      "start": 4857,
      "end": 4870,
      "loc": {
        "start": {
          "line": 150,
          "column": 18
        },
        "end": {
          "line": 150,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4870,
      "end": 4871,
      "loc": {
        "start": {
          "line": 150,
          "column": 31
        },
        "end": {
          "line": 150,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4871,
      "end": 4872,
      "loc": {
        "start": {
          "line": 150,
          "column": 32
        },
        "end": {
          "line": 150,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 4881,
      "end": 4884,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4884,
      "end": 4885,
      "loc": {
        "start": {
          "line": 151,
          "column": 11
        },
        "end": {
          "line": 151,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 4885,
      "end": 4890,
      "loc": {
        "start": {
          "line": 151,
          "column": 12
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4890,
      "end": 4891,
      "loc": {
        "start": {
          "line": 151,
          "column": 17
        },
        "end": {
          "line": 151,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 4891,
      "end": 4894,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4894,
      "end": 4895,
      "loc": {
        "start": {
          "line": 151,
          "column": 21
        },
        "end": {
          "line": 151,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Parsing",
      "start": 4896,
      "end": 4905,
      "loc": {
        "start": {
          "line": 151,
          "column": 23
        },
        "end": {
          "line": 151,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4905,
      "end": 4906,
      "loc": {
        "start": {
          "line": 151,
          "column": 32
        },
        "end": {
          "line": 151,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4906,
      "end": 4907,
      "loc": {
        "start": {
          "line": 151,
          "column": 33
        },
        "end": {
          "line": 151,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4916,
      "end": 4919,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "els",
      "start": 4920,
      "end": 4923,
      "loc": {
        "start": {
          "line": 152,
          "column": 12
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4924,
      "end": 4925,
      "loc": {
        "start": {
          "line": 152,
          "column": 16
        },
        "end": {
          "line": 152,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4926,
      "end": 4927,
      "loc": {
        "start": {
          "line": 152,
          "column": 18
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4927,
      "end": 4928,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4928,
      "end": 4929,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 21
        }
      }
    },
    {
      "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": 4938,
      "end": 4941,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4942,
      "end": 4943,
      "loc": {
        "start": {
          "line": 153,
          "column": 12
        },
        "end": {
          "line": 153,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4943,
      "end": 4946,
      "loc": {
        "start": {
          "line": 153,
          "column": 13
        },
        "end": {
          "line": 153,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 4947,
      "end": 4955,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 4956,
      "end": 4958,
      "loc": {
        "start": {
          "line": 153,
          "column": 26
        },
        "end": {
          "line": 153,
          "column": 28
        }
      }
    },
    {
      "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": 4959,
      "end": 4963,
      "loc": {
        "start": {
          "line": 153,
          "column": 29
        },
        "end": {
          "line": 153,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4963,
      "end": 4964,
      "loc": {
        "start": {
          "line": 153,
          "column": 33
        },
        "end": {
          "line": 153,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 4964,
      "end": 4971,
      "loc": {
        "start": {
          "line": 153,
          "column": 34
        },
        "end": {
          "line": 153,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4971,
      "end": 4972,
      "loc": {
        "start": {
          "line": 153,
          "column": 41
        },
        "end": {
          "line": 153,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanSelectors",
      "start": 4972,
      "end": 4990,
      "loc": {
        "start": {
          "line": 153,
          "column": 42
        },
        "end": {
          "line": 153,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4990,
      "end": 4991,
      "loc": {
        "start": {
          "line": 153,
          "column": 60
        },
        "end": {
          "line": 153,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4992,
      "end": 4993,
      "loc": {
        "start": {
          "line": 153,
          "column": 62
        },
        "end": {
          "line": 153,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5007,
      "end": 5010,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "end": {
          "line": 155,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "els",
      "start": 5011,
      "end": 5014,
      "loc": {
        "start": {
          "line": 155,
          "column": 16
        },
        "end": {
          "line": 155,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5015,
      "end": 5016,
      "loc": {
        "start": {
          "line": 155,
          "column": 20
        },
        "end": {
          "line": 155,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "document",
      "start": 5017,
      "end": 5025,
      "loc": {
        "start": {
          "line": 155,
          "column": 22
        },
        "end": {
          "line": 155,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5025,
      "end": 5026,
      "loc": {
        "start": {
          "line": 155,
          "column": 30
        },
        "end": {
          "line": 155,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "querySelectorAll",
      "start": 5026,
      "end": 5042,
      "loc": {
        "start": {
          "line": 155,
          "column": 31
        },
        "end": {
          "line": 155,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5042,
      "end": 5043,
      "loc": {
        "start": {
          "line": 155,
          "column": 47
        },
        "end": {
          "line": 155,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 5043,
      "end": 5051,
      "loc": {
        "start": {
          "line": 155,
          "column": 48
        },
        "end": {
          "line": 155,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5051,
      "end": 5052,
      "loc": {
        "start": {
          "line": 155,
          "column": 56
        },
        "end": {
          "line": 155,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 155,
          "column": 57
        },
        "end": {
          "line": 155,
          "column": 58
        }
      }
    },
    {
      "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": 5066,
      "end": 5069,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5070,
      "end": 5071,
      "loc": {
        "start": {
          "line": 156,
          "column": 16
        },
        "end": {
          "line": 156,
          "column": 17
        }
      }
    },
    {
      "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": 5071,
      "end": 5074,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5075,
      "end": 5076,
      "loc": {
        "start": {
          "line": 156,
          "column": 21
        },
        "end": {
          "line": 156,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5077,
      "end": 5078,
      "loc": {
        "start": {
          "line": 156,
          "column": 23
        },
        "end": {
          "line": 156,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5079,
      "end": 5080,
      "loc": {
        "start": {
          "line": 156,
          "column": 25
        },
        "end": {
          "line": 156,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5080,
      "end": 5081,
      "loc": {
        "start": {
          "line": 156,
          "column": 26
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5082,
      "end": 5083,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 5084,
      "end": 5085,
      "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": "els",
      "start": 5086,
      "end": 5089,
      "loc": {
        "start": {
          "line": 156,
          "column": 32
        },
        "end": {
          "line": 156,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5089,
      "end": 5090,
      "loc": {
        "start": {
          "line": 156,
          "column": 35
        },
        "end": {
          "line": 156,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5090,
      "end": 5096,
      "loc": {
        "start": {
          "line": 156,
          "column": 36
        },
        "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": 5096,
      "end": 5097,
      "loc": {
        "start": {
          "line": 156,
          "column": 42
        },
        "end": {
          "line": 156,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5098,
      "end": 5099,
      "loc": {
        "start": {
          "line": 156,
          "column": 44
        },
        "end": {
          "line": 156,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 5099,
      "end": 5101,
      "loc": {
        "start": {
          "line": 156,
          "column": 45
        },
        "end": {
          "line": 156,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5101,
      "end": 5102,
      "loc": {
        "start": {
          "line": 156,
          "column": 47
        },
        "end": {
          "line": 156,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5103,
      "end": 5104,
      "loc": {
        "start": {
          "line": 156,
          "column": 49
        },
        "end": {
          "line": 156,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5121,
      "end": 5124,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 5125,
      "end": 5127,
      "loc": {
        "start": {
          "line": 157,
          "column": 20
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5128,
      "end": 5129,
      "loc": {
        "start": {
          "line": 157,
          "column": 23
        },
        "end": {
          "line": 157,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "els",
      "start": 5130,
      "end": 5133,
      "loc": {
        "start": {
          "line": 157,
          "column": 25
        },
        "end": {
          "line": 157,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5133,
      "end": 5134,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5134,
      "end": 5135,
      "loc": {
        "start": {
          "line": 157,
          "column": 29
        },
        "end": {
          "line": 157,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5135,
      "end": 5136,
      "loc": {
        "start": {
          "line": 157,
          "column": 30
        },
        "end": {
          "line": 157,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 157,
          "column": 31
        },
        "end": {
          "line": 157,
          "column": 32
        }
      }
    },
    {
      "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": 5154,
      "end": 5158,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5158,
      "end": 5159,
      "loc": {
        "start": {
          "line": 158,
          "column": 20
        },
        "end": {
          "line": 158,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_processElement",
      "start": 5159,
      "end": 5174,
      "loc": {
        "start": {
          "line": 158,
          "column": 21
        },
        "end": {
          "line": 158,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5174,
      "end": 5175,
      "loc": {
        "start": {
          "line": 158,
          "column": 36
        },
        "end": {
          "line": 158,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 5175,
      "end": 5177,
      "loc": {
        "start": {
          "line": 158,
          "column": 37
        },
        "end": {
          "line": 158,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 158,
          "column": 39
        },
        "end": {
          "line": 158,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 158,
          "column": 40
        },
        "end": {
          "line": 158,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5202,
      "end": 5203,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 9
        }
      }
    },
    {
      "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": 5212,
      "end": 5216,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5216,
      "end": 5217,
      "loc": {
        "start": {
          "line": 161,
          "column": 12
        },
        "end": {
          "line": 161,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 5217,
      "end": 5221,
      "loc": {
        "start": {
          "line": 161,
          "column": 13
        },
        "end": {
          "line": 161,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5221,
      "end": 5222,
      "loc": {
        "start": {
          "line": 161,
          "column": 17
        },
        "end": {
          "line": 161,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "parse",
      "start": 5222,
      "end": 5229,
      "loc": {
        "start": {
          "line": 161,
          "column": 18
        },
        "end": {
          "line": 161,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5229,
      "end": 5230,
      "loc": {
        "start": {
          "line": 161,
          "column": 25
        },
        "end": {
          "line": 161,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5230,
      "end": 5231,
      "loc": {
        "start": {
          "line": 161,
          "column": 26
        },
        "end": {
          "line": 161,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5236,
      "end": 5237,
      "loc": {
        "start": {
          "line": 162,
          "column": 4
        },
        "end": {
          "line": 162,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @param {DOMNode}\tel - Element to process\n     ",
      "start": 5243,
      "end": 5302,
      "loc": {
        "start": {
          "line": 164,
          "column": 4
        },
        "end": {
          "line": 166,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_processElement",
      "start": 5307,
      "end": 5322,
      "loc": {
        "start": {
          "line": 167,
          "column": 4
        },
        "end": {
          "line": 167,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5322,
      "end": 5323,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 5323,
      "end": 5325,
      "loc": {
        "start": {
          "line": 167,
          "column": 20
        },
        "end": {
          "line": 167,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5325,
      "end": 5326,
      "loc": {
        "start": {
          "line": 167,
          "column": 22
        },
        "end": {
          "line": 167,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5327,
      "end": 5328,
      "loc": {
        "start": {
          "line": 167,
          "column": 24
        },
        "end": {
          "line": 167,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5337,
      "end": 5340,
      "loc": {
        "start": {
          "line": 168,
          "column": 8
        },
        "end": {
          "line": 168,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "money",
      "start": 5341,
      "end": 5346,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5347,
      "end": 5348,
      "loc": {
        "start": {
          "line": 168,
          "column": 18
        },
        "end": {
          "line": 168,
          "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": 5349,
      "end": 5353,
      "loc": {
        "start": {
          "line": 168,
          "column": 20
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5353,
      "end": 5354,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 5354,
      "end": 5361,
      "loc": {
        "start": {
          "line": 168,
          "column": 25
        },
        "end": {
          "line": 168,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 168,
          "column": 32
        },
        "end": {
          "line": 168,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanParser",
      "start": 5362,
      "end": 5377,
      "loc": {
        "start": {
          "line": 168,
          "column": 33
        },
        "end": {
          "line": 168,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5377,
      "end": 5378,
      "loc": {
        "start": {
          "line": 168,
          "column": 48
        },
        "end": {
          "line": 168,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 5378,
      "end": 5380,
      "loc": {
        "start": {
          "line": 168,
          "column": 49
        },
        "end": {
          "line": 168,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5380,
      "end": 5381,
      "loc": {
        "start": {
          "line": 168,
          "column": 51
        },
        "end": {
          "line": 168,
          "column": 52
        }
      }
    },
    {
      "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": 5382,
      "end": 5386,
      "loc": {
        "start": {
          "line": 168,
          "column": 53
        },
        "end": {
          "line": 168,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 168,
          "column": 57
        },
        "end": {
          "line": 168,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5387,
      "end": 5388,
      "loc": {
        "start": {
          "line": 168,
          "column": 58
        },
        "end": {
          "line": 168,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5397,
      "end": 5400,
      "loc": {
        "start": {
          "line": 169,
          "column": 8
        },
        "end": {
          "line": 169,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpan",
      "start": 5401,
      "end": 5410,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5411,
      "end": 5412,
      "loc": {
        "start": {
          "line": 169,
          "column": 22
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "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": 5413,
      "end": 5416,
      "loc": {
        "start": {
          "line": 169,
          "column": 24
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MoneySpan",
      "start": 5417,
      "end": 5426,
      "loc": {
        "start": {
          "line": 169,
          "column": 28
        },
        "end": {
          "line": 169,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 169,
          "column": 37
        },
        "end": {
          "line": 169,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "money",
      "start": 5427,
      "end": 5432,
      "loc": {
        "start": {
          "line": 169,
          "column": 38
        },
        "end": {
          "line": 169,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5432,
      "end": 5433,
      "loc": {
        "start": {
          "line": 169,
          "column": 43
        },
        "end": {
          "line": 169,
          "column": 44
        }
      }
    },
    {
      "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": 5434,
      "end": 5438,
      "loc": {
        "start": {
          "line": 169,
          "column": 45
        },
        "end": {
          "line": 169,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5438,
      "end": 5439,
      "loc": {
        "start": {
          "line": 169,
          "column": 49
        },
        "end": {
          "line": 169,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5439,
      "end": 5440,
      "loc": {
        "start": {
          "line": 169,
          "column": 50
        },
        "end": {
          "line": 169,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpan",
      "start": 5449,
      "end": 5458,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5458,
      "end": 5459,
      "loc": {
        "start": {
          "line": 170,
          "column": 17
        },
        "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": "setElement",
      "start": 5459,
      "end": 5469,
      "loc": {
        "start": {
          "line": 170,
          "column": 18
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5469,
      "end": 5470,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 5470,
      "end": 5472,
      "loc": {
        "start": {
          "line": 170,
          "column": 29
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5473,
      "end": 5474,
      "loc": {
        "start": {
          "line": 170,
          "column": 32
        },
        "end": {
          "line": 170,
          "column": 33
        }
      }
    },
    {
      "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": 5483,
      "end": 5487,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5487,
      "end": 5488,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_moneySpanSet",
      "start": 5488,
      "end": 5501,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5501,
      "end": 5502,
      "loc": {
        "start": {
          "line": 171,
          "column": 26
        },
        "end": {
          "line": 171,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5502,
      "end": 5505,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5505,
      "end": 5506,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpan",
      "start": 5506,
      "end": 5515,
      "loc": {
        "start": {
          "line": 171,
          "column": 31
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5515,
      "end": 5516,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5516,
      "end": 5517,
      "loc": {
        "start": {
          "line": 171,
          "column": 41
        },
        "end": {
          "line": 171,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5522,
      "end": 5523,
      "loc": {
        "start": {
          "line": 172,
          "column": 4
        },
        "end": {
          "line": 172,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Forces all money spans to re-render.\n     * @emits {null} beforeRender\n     * @emits {null} render\n     ",
      "start": 5530,
      "end": 5647,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "render",
      "start": 5652,
      "end": 5658,
      "loc": {
        "start": {
          "line": 180,
          "column": 4
        },
        "end": {
          "line": 180,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5658,
      "end": 5659,
      "loc": {
        "start": {
          "line": 180,
          "column": 10
        },
        "end": {
          "line": 180,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5659,
      "end": 5660,
      "loc": {
        "start": {
          "line": 180,
          "column": 11
        },
        "end": {
          "line": 180,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5661,
      "end": 5662,
      "loc": {
        "start": {
          "line": 180,
          "column": 13
        },
        "end": {
          "line": 180,
          "column": 14
        }
      }
    },
    {
      "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": 5671,
      "end": 5675,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5675,
      "end": 5676,
      "loc": {
        "start": {
          "line": 181,
          "column": 12
        },
        "end": {
          "line": 181,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 5676,
      "end": 5680,
      "loc": {
        "start": {
          "line": 181,
          "column": 13
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5680,
      "end": 5681,
      "loc": {
        "start": {
          "line": 181,
          "column": 17
        },
        "end": {
          "line": 181,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "beforeRender",
      "start": 5681,
      "end": 5695,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5695,
      "end": 5696,
      "loc": {
        "start": {
          "line": 181,
          "column": 32
        },
        "end": {
          "line": 181,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5696,
      "end": 5697,
      "loc": {
        "start": {
          "line": 181,
          "column": 33
        },
        "end": {
          "line": 181,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 5706,
      "end": 5709,
      "loc": {
        "start": {
          "line": 182,
          "column": 8
        },
        "end": {
          "line": 182,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 182,
          "column": 11
        },
        "end": {
          "line": 182,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 5710,
      "end": 5715,
      "loc": {
        "start": {
          "line": 182,
          "column": 12
        },
        "end": {
          "line": 182,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5715,
      "end": 5716,
      "loc": {
        "start": {
          "line": 182,
          "column": 17
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TAG",
      "start": 5716,
      "end": 5719,
      "loc": {
        "start": {
          "line": 182,
          "column": 18
        },
        "end": {
          "line": 182,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5719,
      "end": 5720,
      "loc": {
        "start": {
          "line": 182,
          "column": 21
        },
        "end": {
          "line": 182,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Rendering",
      "start": 5721,
      "end": 5732,
      "loc": {
        "start": {
          "line": 182,
          "column": 23
        },
        "end": {
          "line": 182,
          "column": 34
        }
      }
    },
    {
      "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": 182,
          "column": 34
        },
        "end": {
          "line": 182,
          "column": 35
        }
      }
    },
    {
      "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": 182,
          "column": 35
        },
        "end": {
          "line": 182,
          "column": 36
        }
      }
    },
    {
      "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": 5743,
      "end": 5746,
      "loc": {
        "start": {
          "line": 183,
          "column": 8
        },
        "end": {
          "line": 183,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5747,
      "end": 5748,
      "loc": {
        "start": {
          "line": 183,
          "column": 12
        },
        "end": {
          "line": 183,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5748,
      "end": 5751,
      "loc": {
        "start": {
          "line": 183,
          "column": 13
        },
        "end": {
          "line": 183,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpan",
      "start": 5752,
      "end": 5761,
      "loc": {
        "start": {
          "line": 183,
          "column": 17
        },
        "end": {
          "line": 183,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 5762,
      "end": 5764,
      "loc": {
        "start": {
          "line": 183,
          "column": 27
        },
        "end": {
          "line": 183,
          "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": 5765,
      "end": 5769,
      "loc": {
        "start": {
          "line": 183,
          "column": 30
        },
        "end": {
          "line": 183,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5769,
      "end": 5770,
      "loc": {
        "start": {
          "line": 183,
          "column": 34
        },
        "end": {
          "line": 183,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_moneySpanSet",
      "start": 5770,
      "end": 5783,
      "loc": {
        "start": {
          "line": 183,
          "column": 35
        },
        "end": {
          "line": 183,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5783,
      "end": 5784,
      "loc": {
        "start": {
          "line": 183,
          "column": 48
        },
        "end": {
          "line": 183,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "list",
      "start": 5784,
      "end": 5788,
      "loc": {
        "start": {
          "line": 183,
          "column": 49
        },
        "end": {
          "line": 183,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5788,
      "end": 5789,
      "loc": {
        "start": {
          "line": 183,
          "column": 53
        },
        "end": {
          "line": 183,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5789,
      "end": 5790,
      "loc": {
        "start": {
          "line": 183,
          "column": 54
        },
        "end": {
          "line": 183,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5790,
      "end": 5791,
      "loc": {
        "start": {
          "line": 183,
          "column": 55
        },
        "end": {
          "line": 183,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5792,
      "end": 5793,
      "loc": {
        "start": {
          "line": 183,
          "column": 57
        },
        "end": {
          "line": 183,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpan",
      "start": 5806,
      "end": 5815,
      "loc": {
        "start": {
          "line": 184,
          "column": 12
        },
        "end": {
          "line": 184,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5815,
      "end": 5816,
      "loc": {
        "start": {
          "line": 184,
          "column": 21
        },
        "end": {
          "line": 184,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "render",
      "start": 5816,
      "end": 5822,
      "loc": {
        "start": {
          "line": 184,
          "column": 22
        },
        "end": {
          "line": 184,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5822,
      "end": 5823,
      "loc": {
        "start": {
          "line": 184,
          "column": 28
        },
        "end": {
          "line": 184,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5823,
      "end": 5824,
      "loc": {
        "start": {
          "line": 184,
          "column": 29
        },
        "end": {
          "line": 184,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5824,
      "end": 5825,
      "loc": {
        "start": {
          "line": 184,
          "column": 30
        },
        "end": {
          "line": 184,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5834,
      "end": 5835,
      "loc": {
        "start": {
          "line": 185,
          "column": 8
        },
        "end": {
          "line": 185,
          "column": 9
        }
      }
    },
    {
      "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": 5844,
      "end": 5848,
      "loc": {
        "start": {
          "line": 186,
          "column": 8
        },
        "end": {
          "line": 186,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5848,
      "end": 5849,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 5849,
      "end": 5853,
      "loc": {
        "start": {
          "line": 186,
          "column": 13
        },
        "end": {
          "line": 186,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5853,
      "end": 5854,
      "loc": {
        "start": {
          "line": 186,
          "column": 17
        },
        "end": {
          "line": 186,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "render",
      "start": 5854,
      "end": 5862,
      "loc": {
        "start": {
          "line": 186,
          "column": 18
        },
        "end": {
          "line": 186,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5862,
      "end": 5863,
      "loc": {
        "start": {
          "line": 186,
          "column": 26
        },
        "end": {
          "line": 186,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5863,
      "end": 5864,
      "loc": {
        "start": {
          "line": 186,
          "column": 27
        },
        "end": {
          "line": 186,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5869,
      "end": 5870,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Returns the current state.\n     * @return {src/plugins/easycurrency/state.js~State}\n     ",
      "start": 5878,
      "end": 5980,
      "loc": {
        "start": {
          "line": 191,
          "column": 4
        },
        "end": {
          "line": 194,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getState",
      "start": 5985,
      "end": 5993,
      "loc": {
        "start": {
          "line": 195,
          "column": 4
        },
        "end": {
          "line": 195,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5993,
      "end": 5994,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5994,
      "end": 5995,
      "loc": {
        "start": {
          "line": 195,
          "column": 13
        },
        "end": {
          "line": 195,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5996,
      "end": 5997,
      "loc": {
        "start": {
          "line": 195,
          "column": 15
        },
        "end": {
          "line": 195,
          "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": 6006,
      "end": 6012,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 14
        }
      }
    },
    {
      "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": 6013,
      "end": 6017,
      "loc": {
        "start": {
          "line": 196,
          "column": 15
        },
        "end": {
          "line": 196,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6017,
      "end": 6018,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 6018,
      "end": 6024,
      "loc": {
        "start": {
          "line": 196,
          "column": 20
        },
        "end": {
          "line": 196,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6024,
      "end": 6025,
      "loc": {
        "start": {
          "line": 196,
          "column": 26
        },
        "end": {
          "line": 196,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6030,
      "end": 6031,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Format a value as a currency\n     * @param {js-money|Number} amount\n     * @param {String|null} [currency] If null, uses current currency.\n     * @return {String}\n     ",
      "start": 6038,
      "end": 6219,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 6224,
      "end": 6230,
      "loc": {
        "start": {
          "line": 206,
          "column": 4
        },
        "end": {
          "line": 206,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6230,
      "end": 6231,
      "loc": {
        "start": {
          "line": 206,
          "column": 10
        },
        "end": {
          "line": 206,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6231,
      "end": 6237,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6237,
      "end": 6238,
      "loc": {
        "start": {
          "line": 206,
          "column": 17
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6239,
      "end": 6247,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6247,
      "end": 6248,
      "loc": {
        "start": {
          "line": 206,
          "column": 27
        },
        "end": {
          "line": 206,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6249,
      "end": 6250,
      "loc": {
        "start": {
          "line": 206,
          "column": 29
        },
        "end": {
          "line": 206,
          "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": 6259,
      "end": 6261,
      "loc": {
        "start": {
          "line": 207,
          "column": 8
        },
        "end": {
          "line": 207,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6262,
      "end": 6263,
      "loc": {
        "start": {
          "line": 207,
          "column": 11
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 6263,
      "end": 6269,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6270,
      "end": 6276,
      "loc": {
        "start": {
          "line": 207,
          "column": 19
        },
        "end": {
          "line": 207,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 6277,
      "end": 6279,
      "loc": {
        "start": {
          "line": 207,
          "column": 26
        },
        "end": {
          "line": 207,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 6280,
      "end": 6288,
      "loc": {
        "start": {
          "line": 207,
          "column": 29
        },
        "end": {
          "line": 207,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6288,
      "end": 6289,
      "loc": {
        "start": {
          "line": 207,
          "column": 37
        },
        "end": {
          "line": 207,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6290,
      "end": 6291,
      "loc": {
        "start": {
          "line": 207,
          "column": 39
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6304,
      "end": 6310,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6311,
      "end": 6312,
      "loc": {
        "start": {
          "line": 208,
          "column": 19
        },
        "end": {
          "line": 208,
          "column": 20
        }
      }
    },
    {
      "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": 6313,
      "end": 6316,
      "loc": {
        "start": {
          "line": 208,
          "column": 21
        },
        "end": {
          "line": 208,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 6317,
      "end": 6322,
      "loc": {
        "start": {
          "line": 208,
          "column": 25
        },
        "end": {
          "line": 208,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6322,
      "end": 6323,
      "loc": {
        "start": {
          "line": 208,
          "column": 30
        },
        "end": {
          "line": 208,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6323,
      "end": 6329,
      "loc": {
        "start": {
          "line": 208,
          "column": 31
        },
        "end": {
          "line": 208,
          "column": 37
        }
      }
    },
    {
      "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": 37
        },
        "end": {
          "line": 208,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6331,
      "end": 6339,
      "loc": {
        "start": {
          "line": 208,
          "column": 39
        },
        "end": {
          "line": 208,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6340,
      "end": 6342,
      "loc": {
        "start": {
          "line": 208,
          "column": 48
        },
        "end": {
          "line": 208,
          "column": 50
        }
      }
    },
    {
      "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": 6343,
      "end": 6347,
      "loc": {
        "start": {
          "line": 208,
          "column": 51
        },
        "end": {
          "line": 208,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6347,
      "end": 6348,
      "loc": {
        "start": {
          "line": 208,
          "column": 55
        },
        "end": {
          "line": 208,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 6348,
      "end": 6354,
      "loc": {
        "start": {
          "line": 208,
          "column": 56
        },
        "end": {
          "line": 208,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6354,
      "end": 6355,
      "loc": {
        "start": {
          "line": 208,
          "column": 62
        },
        "end": {
          "line": 208,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6355,
      "end": 6363,
      "loc": {
        "start": {
          "line": 208,
          "column": 63
        },
        "end": {
          "line": 208,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6363,
      "end": 6364,
      "loc": {
        "start": {
          "line": 208,
          "column": 71
        },
        "end": {
          "line": 208,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6364,
      "end": 6365,
      "loc": {
        "start": {
          "line": 208,
          "column": 72
        },
        "end": {
          "line": 208,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6374,
      "end": 6375,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6384,
      "end": 6387,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 6388,
      "end": 6391,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6392,
      "end": 6393,
      "loc": {
        "start": {
          "line": 210,
          "column": 16
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "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": 6394,
      "end": 6398,
      "loc": {
        "start": {
          "line": 210,
          "column": 18
        },
        "end": {
          "line": 210,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6398,
      "end": 6399,
      "loc": {
        "start": {
          "line": 210,
          "column": 22
        },
        "end": {
          "line": 210,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_formatter",
      "start": 6399,
      "end": 6409,
      "loc": {
        "start": {
          "line": 210,
          "column": 23
        },
        "end": {
          "line": 210,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6409,
      "end": 6410,
      "loc": {
        "start": {
          "line": 210,
          "column": 33
        },
        "end": {
          "line": 210,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 6410,
      "end": 6416,
      "loc": {
        "start": {
          "line": 210,
          "column": 34
        },
        "end": {
          "line": 210,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6416,
      "end": 6417,
      "loc": {
        "start": {
          "line": 210,
          "column": 40
        },
        "end": {
          "line": 210,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6417,
      "end": 6423,
      "loc": {
        "start": {
          "line": 210,
          "column": 41
        },
        "end": {
          "line": 210,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6423,
      "end": 6424,
      "loc": {
        "start": {
          "line": 210,
          "column": 47
        },
        "end": {
          "line": 210,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6424,
      "end": 6430,
      "loc": {
        "start": {
          "line": 210,
          "column": 48
        },
        "end": {
          "line": 210,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6430,
      "end": 6431,
      "loc": {
        "start": {
          "line": 210,
          "column": 54
        },
        "end": {
          "line": 210,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6432,
      "end": 6438,
      "loc": {
        "start": {
          "line": 210,
          "column": 56
        },
        "end": {
          "line": 210,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6438,
      "end": 6439,
      "loc": {
        "start": {
          "line": 210,
          "column": 62
        },
        "end": {
          "line": 210,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6439,
      "end": 6447,
      "loc": {
        "start": {
          "line": 210,
          "column": 63
        },
        "end": {
          "line": 210,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6447,
      "end": 6448,
      "loc": {
        "start": {
          "line": 210,
          "column": 71
        },
        "end": {
          "line": 210,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6448,
      "end": 6449,
      "loc": {
        "start": {
          "line": 210,
          "column": 72
        },
        "end": {
          "line": 210,
          "column": 73
        }
      }
    },
    {
      "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": 6458,
      "end": 6464,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 6465,
      "end": 6468,
      "loc": {
        "start": {
          "line": 211,
          "column": 15
        },
        "end": {
          "line": 211,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6468,
      "end": 6469,
      "loc": {
        "start": {
          "line": 211,
          "column": 18
        },
        "end": {
          "line": 211,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6474,
      "end": 6475,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Convert an amount to another currency.\n     * @param {js-money|Number} amount\n     * @param {String} [to] - If null, uses current currency\n     * @param {null|String} [from] Ignored if amount is a Money object.\n     * @return {Promise<js-money>}\n     ",
      "start": 6481,
      "end": 6745,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 220,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "async",
      "start": 6750,
      "end": 6755,
      "loc": {
        "start": {
          "line": 221,
          "column": 4
        },
        "end": {
          "line": 221,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "convert",
      "start": 6756,
      "end": 6763,
      "loc": {
        "start": {
          "line": 221,
          "column": 10
        },
        "end": {
          "line": 221,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6763,
      "end": 6764,
      "loc": {
        "start": {
          "line": 221,
          "column": 17
        },
        "end": {
          "line": 221,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6764,
      "end": 6770,
      "loc": {
        "start": {
          "line": 221,
          "column": 18
        },
        "end": {
          "line": 221,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6770,
      "end": 6771,
      "loc": {
        "start": {
          "line": 221,
          "column": 24
        },
        "end": {
          "line": 221,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 6772,
      "end": 6774,
      "loc": {
        "start": {
          "line": 221,
          "column": 26
        },
        "end": {
          "line": 221,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6774,
      "end": 6775,
      "loc": {
        "start": {
          "line": 221,
          "column": 28
        },
        "end": {
          "line": 221,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 6776,
      "end": 6780,
      "loc": {
        "start": {
          "line": 221,
          "column": 30
        },
        "end": {
          "line": 221,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6780,
      "end": 6781,
      "loc": {
        "start": {
          "line": 221,
          "column": 34
        },
        "end": {
          "line": 221,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6782,
      "end": 6783,
      "loc": {
        "start": {
          "line": 221,
          "column": 36
        },
        "end": {
          "line": 221,
          "column": 37
        }
      }
    },
    {
      "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": 6792,
      "end": 6794,
      "loc": {
        "start": {
          "line": 222,
          "column": 8
        },
        "end": {
          "line": 222,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6795,
      "end": 6796,
      "loc": {
        "start": {
          "line": 222,
          "column": 11
        },
        "end": {
          "line": 222,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 6796,
      "end": 6802,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6803,
      "end": 6809,
      "loc": {
        "start": {
          "line": 222,
          "column": 19
        },
        "end": {
          "line": 222,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 6810,
      "end": 6812,
      "loc": {
        "start": {
          "line": 222,
          "column": 26
        },
        "end": {
          "line": 222,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 6813,
      "end": 6821,
      "loc": {
        "start": {
          "line": 222,
          "column": 29
        },
        "end": {
          "line": 222,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6821,
      "end": 6822,
      "loc": {
        "start": {
          "line": 222,
          "column": 37
        },
        "end": {
          "line": 222,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6823,
      "end": 6824,
      "loc": {
        "start": {
          "line": 222,
          "column": 39
        },
        "end": {
          "line": 222,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6837,
      "end": 6843,
      "loc": {
        "start": {
          "line": 223,
          "column": 12
        },
        "end": {
          "line": 223,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6844,
      "end": 6845,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "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": 6846,
      "end": 6849,
      "loc": {
        "start": {
          "line": 223,
          "column": 21
        },
        "end": {
          "line": 223,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 6850,
      "end": 6855,
      "loc": {
        "start": {
          "line": 223,
          "column": 25
        },
        "end": {
          "line": 223,
          "column": 30
        }
      }
    },
    {
      "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": 223,
          "column": 30
        },
        "end": {
          "line": 223,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6856,
      "end": 6862,
      "loc": {
        "start": {
          "line": 223,
          "column": 31
        },
        "end": {
          "line": 223,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6862,
      "end": 6863,
      "loc": {
        "start": {
          "line": 223,
          "column": 37
        },
        "end": {
          "line": 223,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 6864,
      "end": 6868,
      "loc": {
        "start": {
          "line": 223,
          "column": 39
        },
        "end": {
          "line": 223,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6869,
      "end": 6871,
      "loc": {
        "start": {
          "line": 223,
          "column": 44
        },
        "end": {
          "line": 223,
          "column": 46
        }
      }
    },
    {
      "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": 6872,
      "end": 6876,
      "loc": {
        "start": {
          "line": 223,
          "column": 47
        },
        "end": {
          "line": 223,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6876,
      "end": 6877,
      "loc": {
        "start": {
          "line": 223,
          "column": 51
        },
        "end": {
          "line": 223,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 6877,
      "end": 6883,
      "loc": {
        "start": {
          "line": 223,
          "column": 52
        },
        "end": {
          "line": 223,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6883,
      "end": 6884,
      "loc": {
        "start": {
          "line": 223,
          "column": 58
        },
        "end": {
          "line": 223,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6884,
      "end": 6892,
      "loc": {
        "start": {
          "line": 223,
          "column": 59
        },
        "end": {
          "line": 223,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6892,
      "end": 6893,
      "loc": {
        "start": {
          "line": 223,
          "column": 67
        },
        "end": {
          "line": 223,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6893,
      "end": 6894,
      "loc": {
        "start": {
          "line": 223,
          "column": 68
        },
        "end": {
          "line": 223,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6903,
      "end": 6904,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6913,
      "end": 6916,
      "loc": {
        "start": {
          "line": 225,
          "column": 8
        },
        "end": {
          "line": 225,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rate",
      "start": 6917,
      "end": 6921,
      "loc": {
        "start": {
          "line": 225,
          "column": 12
        },
        "end": {
          "line": 225,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6922,
      "end": 6923,
      "loc": {
        "start": {
          "line": 225,
          "column": 17
        },
        "end": {
          "line": 225,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "await",
      "start": 6924,
      "end": 6929,
      "loc": {
        "start": {
          "line": 225,
          "column": 19
        },
        "end": {
          "line": 225,
          "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": 6930,
      "end": 6934,
      "loc": {
        "start": {
          "line": 225,
          "column": 25
        },
        "end": {
          "line": 225,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6934,
      "end": 6935,
      "loc": {
        "start": {
          "line": 225,
          "column": 29
        },
        "end": {
          "line": 225,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_resolver",
      "start": 6935,
      "end": 6944,
      "loc": {
        "start": {
          "line": 225,
          "column": 30
        },
        "end": {
          "line": 225,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6944,
      "end": 6945,
      "loc": {
        "start": {
          "line": 225,
          "column": 39
        },
        "end": {
          "line": 225,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getConversionRate",
      "start": 6945,
      "end": 6962,
      "loc": {
        "start": {
          "line": 225,
          "column": 40
        },
        "end": {
          "line": 225,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6962,
      "end": 6963,
      "loc": {
        "start": {
          "line": 225,
          "column": 57
        },
        "end": {
          "line": 225,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 6963,
      "end": 6969,
      "loc": {
        "start": {
          "line": 225,
          "column": 58
        },
        "end": {
          "line": 225,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6969,
      "end": 6970,
      "loc": {
        "start": {
          "line": 225,
          "column": 64
        },
        "end": {
          "line": 225,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6970,
      "end": 6978,
      "loc": {
        "start": {
          "line": 225,
          "column": 65
        },
        "end": {
          "line": 225,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6978,
      "end": 6979,
      "loc": {
        "start": {
          "line": 225,
          "column": 73
        },
        "end": {
          "line": 225,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 6980,
      "end": 6982,
      "loc": {
        "start": {
          "line": 225,
          "column": 75
        },
        "end": {
          "line": 225,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6983,
      "end": 6985,
      "loc": {
        "start": {
          "line": 225,
          "column": 78
        },
        "end": {
          "line": 225,
          "column": 80
        }
      }
    },
    {
      "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": 6986,
      "end": 6990,
      "loc": {
        "start": {
          "line": 225,
          "column": 81
        },
        "end": {
          "line": 225,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6990,
      "end": 6991,
      "loc": {
        "start": {
          "line": 225,
          "column": 85
        },
        "end": {
          "line": 225,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 6991,
      "end": 6997,
      "loc": {
        "start": {
          "line": 225,
          "column": 86
        },
        "end": {
          "line": 225,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6997,
      "end": 6998,
      "loc": {
        "start": {
          "line": 225,
          "column": 92
        },
        "end": {
          "line": 225,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 6998,
      "end": 7006,
      "loc": {
        "start": {
          "line": 225,
          "column": 93
        },
        "end": {
          "line": 225,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7006,
      "end": 7007,
      "loc": {
        "start": {
          "line": 225,
          "column": 101
        },
        "end": {
          "line": 225,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7007,
      "end": 7008,
      "loc": {
        "start": {
          "line": 225,
          "column": 102
        },
        "end": {
          "line": 225,
          "column": 103
        }
      }
    },
    {
      "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": 7017,
      "end": 7023,
      "loc": {
        "start": {
          "line": 226,
          "column": 8
        },
        "end": {
          "line": 226,
          "column": 14
        }
      }
    },
    {
      "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": 7024,
      "end": 7027,
      "loc": {
        "start": {
          "line": 226,
          "column": 15
        },
        "end": {
          "line": 226,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 7028,
      "end": 7033,
      "loc": {
        "start": {
          "line": 226,
          "column": 19
        },
        "end": {
          "line": 226,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7033,
      "end": 7034,
      "loc": {
        "start": {
          "line": 226,
          "column": 24
        },
        "end": {
          "line": 226,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7034,
      "end": 7040,
      "loc": {
        "start": {
          "line": 226,
          "column": 25
        },
        "end": {
          "line": 226,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7040,
      "end": 7041,
      "loc": {
        "start": {
          "line": 226,
          "column": 31
        },
        "end": {
          "line": 226,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiply",
      "start": 7041,
      "end": 7049,
      "loc": {
        "start": {
          "line": 226,
          "column": 32
        },
        "end": {
          "line": 226,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7049,
      "end": 7050,
      "loc": {
        "start": {
          "line": 226,
          "column": 40
        },
        "end": {
          "line": 226,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rate",
      "start": 7050,
      "end": 7054,
      "loc": {
        "start": {
          "line": 226,
          "column": 41
        },
        "end": {
          "line": 226,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7054,
      "end": 7055,
      "loc": {
        "start": {
          "line": 226,
          "column": 45
        },
        "end": {
          "line": 226,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7055,
      "end": 7056,
      "loc": {
        "start": {
          "line": 226,
          "column": 46
        },
        "end": {
          "line": 226,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7056,
      "end": 7062,
      "loc": {
        "start": {
          "line": 226,
          "column": 47
        },
        "end": {
          "line": 226,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7062,
      "end": 7063,
      "loc": {
        "start": {
          "line": 226,
          "column": 53
        },
        "end": {
          "line": 226,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 7064,
      "end": 7069,
      "loc": {
        "start": {
          "line": 226,
          "column": 55
        },
        "end": {
          "line": 226,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7069,
      "end": 7070,
      "loc": {
        "start": {
          "line": 226,
          "column": 60
        },
        "end": {
          "line": 226,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 7070,
      "end": 7072,
      "loc": {
        "start": {
          "line": 226,
          "column": 61
        },
        "end": {
          "line": 226,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7073,
      "end": 7075,
      "loc": {
        "start": {
          "line": 226,
          "column": 64
        },
        "end": {
          "line": 226,
          "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": 7076,
      "end": 7080,
      "loc": {
        "start": {
          "line": 226,
          "column": 67
        },
        "end": {
          "line": 226,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7080,
      "end": 7081,
      "loc": {
        "start": {
          "line": 226,
          "column": 71
        },
        "end": {
          "line": 226,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 7081,
      "end": 7087,
      "loc": {
        "start": {
          "line": 226,
          "column": 72
        },
        "end": {
          "line": 226,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7087,
      "end": 7088,
      "loc": {
        "start": {
          "line": 226,
          "column": 78
        },
        "end": {
          "line": 226,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 7088,
      "end": 7096,
      "loc": {
        "start": {
          "line": 226,
          "column": 79
        },
        "end": {
          "line": 226,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7096,
      "end": 7097,
      "loc": {
        "start": {
          "line": 226,
          "column": 87
        },
        "end": {
          "line": 226,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7097,
      "end": 7098,
      "loc": {
        "start": {
          "line": 226,
          "column": 88
        },
        "end": {
          "line": 226,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7098,
      "end": 7099,
      "loc": {
        "start": {
          "line": 226,
          "column": 89
        },
        "end": {
          "line": 226,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7104,
      "end": 7105,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Adds the current tax rate to the given amount\n     * @param {js-money|Number} amount\n     * @return {Promise<js-money>}\n     ",
      "start": 7111,
      "end": 7249,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 233,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "async",
      "start": 7254,
      "end": 7259,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTax",
      "start": 7260,
      "end": 7266,
      "loc": {
        "start": {
          "line": 234,
          "column": 10
        },
        "end": {
          "line": 234,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7266,
      "end": 7267,
      "loc": {
        "start": {
          "line": 234,
          "column": 16
        },
        "end": {
          "line": 234,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7267,
      "end": 7273,
      "loc": {
        "start": {
          "line": 234,
          "column": 17
        },
        "end": {
          "line": 234,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7273,
      "end": 7274,
      "loc": {
        "start": {
          "line": 234,
          "column": 23
        },
        "end": {
          "line": 234,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7275,
      "end": 7276,
      "loc": {
        "start": {
          "line": 234,
          "column": 25
        },
        "end": {
          "line": 234,
          "column": 26
        }
      }
    },
    {
      "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": 7285,
      "end": 7287,
      "loc": {
        "start": {
          "line": 235,
          "column": 8
        },
        "end": {
          "line": 235,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7288,
      "end": 7289,
      "loc": {
        "start": {
          "line": 235,
          "column": 11
        },
        "end": {
          "line": 235,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 7289,
      "end": 7295,
      "loc": {
        "start": {
          "line": 235,
          "column": 12
        },
        "end": {
          "line": 235,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7296,
      "end": 7302,
      "loc": {
        "start": {
          "line": 235,
          "column": 19
        },
        "end": {
          "line": 235,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 7303,
      "end": 7305,
      "loc": {
        "start": {
          "line": 235,
          "column": 26
        },
        "end": {
          "line": 235,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 7306,
      "end": 7314,
      "loc": {
        "start": {
          "line": 235,
          "column": 29
        },
        "end": {
          "line": 235,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7314,
      "end": 7315,
      "loc": {
        "start": {
          "line": 235,
          "column": 37
        },
        "end": {
          "line": 235,
          "column": 38
        }
      }
    },
    {
      "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": 235,
          "column": 39
        },
        "end": {
          "line": 235,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7330,
      "end": 7336,
      "loc": {
        "start": {
          "line": 236,
          "column": 12
        },
        "end": {
          "line": 236,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7337,
      "end": 7338,
      "loc": {
        "start": {
          "line": 236,
          "column": 19
        },
        "end": {
          "line": 236,
          "column": 20
        }
      }
    },
    {
      "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": 7339,
      "end": 7342,
      "loc": {
        "start": {
          "line": 236,
          "column": 21
        },
        "end": {
          "line": 236,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 7343,
      "end": 7348,
      "loc": {
        "start": {
          "line": 236,
          "column": 25
        },
        "end": {
          "line": 236,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7348,
      "end": 7349,
      "loc": {
        "start": {
          "line": 236,
          "column": 30
        },
        "end": {
          "line": 236,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7349,
      "end": 7355,
      "loc": {
        "start": {
          "line": 236,
          "column": 31
        },
        "end": {
          "line": 236,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7355,
      "end": 7356,
      "loc": {
        "start": {
          "line": 236,
          "column": 37
        },
        "end": {
          "line": 236,
          "column": 38
        }
      }
    },
    {
      "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": 7357,
      "end": 7361,
      "loc": {
        "start": {
          "line": 236,
          "column": 39
        },
        "end": {
          "line": 236,
          "column": 43
        }
      }
    },
    {
      "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": 236,
          "column": 43
        },
        "end": {
          "line": 236,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 7362,
      "end": 7368,
      "loc": {
        "start": {
          "line": 236,
          "column": 44
        },
        "end": {
          "line": 236,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7368,
      "end": 7369,
      "loc": {
        "start": {
          "line": 236,
          "column": 50
        },
        "end": {
          "line": 236,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 7369,
      "end": 7377,
      "loc": {
        "start": {
          "line": 236,
          "column": 51
        },
        "end": {
          "line": 236,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7377,
      "end": 7378,
      "loc": {
        "start": {
          "line": 236,
          "column": 59
        },
        "end": {
          "line": 236,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7378,
      "end": 7379,
      "loc": {
        "start": {
          "line": 236,
          "column": 60
        },
        "end": {
          "line": 236,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7388,
      "end": 7389,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7398,
      "end": 7404,
      "loc": {
        "start": {
          "line": 238,
          "column": 8
        },
        "end": {
          "line": 238,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 7405,
      "end": 7411,
      "loc": {
        "start": {
          "line": 238,
          "column": 15
        },
        "end": {
          "line": 238,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7411,
      "end": 7412,
      "loc": {
        "start": {
          "line": 238,
          "column": 21
        },
        "end": {
          "line": 238,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiply",
      "start": 7412,
      "end": 7420,
      "loc": {
        "start": {
          "line": 238,
          "column": 22
        },
        "end": {
          "line": 238,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7420,
      "end": 7421,
      "loc": {
        "start": {
          "line": 238,
          "column": 30
        },
        "end": {
          "line": 238,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7421,
      "end": 7422,
      "loc": {
        "start": {
          "line": 238,
          "column": 31
        },
        "end": {
          "line": 238,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 7423,
      "end": 7424,
      "loc": {
        "start": {
          "line": 238,
          "column": 33
        },
        "end": {
          "line": 238,
          "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": 7425,
      "end": 7429,
      "loc": {
        "start": {
          "line": 238,
          "column": 35
        },
        "end": {
          "line": 238,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7429,
      "end": 7430,
      "loc": {
        "start": {
          "line": 238,
          "column": 39
        },
        "end": {
          "line": 238,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 7430,
      "end": 7436,
      "loc": {
        "start": {
          "line": 238,
          "column": 40
        },
        "end": {
          "line": 238,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7436,
      "end": 7437,
      "loc": {
        "start": {
          "line": 238,
          "column": 46
        },
        "end": {
          "line": 238,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "taxRate",
      "start": 7437,
      "end": 7444,
      "loc": {
        "start": {
          "line": 238,
          "column": 47
        },
        "end": {
          "line": 238,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7444,
      "end": 7445,
      "loc": {
        "start": {
          "line": 238,
          "column": 54
        },
        "end": {
          "line": 238,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7445,
      "end": 7446,
      "loc": {
        "start": {
          "line": 238,
          "column": 55
        },
        "end": {
          "line": 238,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7451,
      "end": 7452,
      "loc": {
        "start": {
          "line": 239,
          "column": 4
        },
        "end": {
          "line": 239,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Sets the current tax rate.\n     * @param {type}\ttaxRate - Tax rate as a decimal percentage (i.e. 20% = 0.2)\n     * @emits {null} beforeChangeTaxRate\n     * @emits {null} taxRateChanged\n     ",
      "start": 7459,
      "end": 7662,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setTaxRate",
      "start": 7667,
      "end": 7677,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7677,
      "end": 7678,
      "loc": {
        "start": {
          "line": 248,
          "column": 14
        },
        "end": {
          "line": 248,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "taxRate",
      "start": 7678,
      "end": 7685,
      "loc": {
        "start": {
          "line": 248,
          "column": 15
        },
        "end": {
          "line": 248,
          "column": 22
        }
      }
    },
    {
      "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": 248,
          "column": 22
        },
        "end": {
          "line": 248,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7687,
      "end": 7688,
      "loc": {
        "start": {
          "line": 248,
          "column": 24
        },
        "end": {
          "line": 248,
          "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": 7697,
      "end": 7701,
      "loc": {
        "start": {
          "line": 249,
          "column": 8
        },
        "end": {
          "line": 249,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7701,
      "end": 7702,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 7702,
      "end": 7706,
      "loc": {
        "start": {
          "line": 249,
          "column": 13
        },
        "end": {
          "line": 249,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7706,
      "end": 7707,
      "loc": {
        "start": {
          "line": 249,
          "column": 17
        },
        "end": {
          "line": 249,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "beforeChangeTaxRate",
      "start": 7707,
      "end": 7728,
      "loc": {
        "start": {
          "line": 249,
          "column": 18
        },
        "end": {
          "line": 249,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7728,
      "end": 7729,
      "loc": {
        "start": {
          "line": 249,
          "column": 39
        },
        "end": {
          "line": 249,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7729,
      "end": 7730,
      "loc": {
        "start": {
          "line": 249,
          "column": 40
        },
        "end": {
          "line": 249,
          "column": 41
        }
      }
    },
    {
      "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": 7739,
      "end": 7743,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7743,
      "end": 7744,
      "loc": {
        "start": {
          "line": 250,
          "column": 12
        },
        "end": {
          "line": 250,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_state",
      "start": 7744,
      "end": 7750,
      "loc": {
        "start": {
          "line": 250,
          "column": 13
        },
        "end": {
          "line": 250,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7750,
      "end": 7751,
      "loc": {
        "start": {
          "line": 250,
          "column": 19
        },
        "end": {
          "line": 250,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "taxRate",
      "start": 7751,
      "end": 7758,
      "loc": {
        "start": {
          "line": 250,
          "column": 20
        },
        "end": {
          "line": 250,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7759,
      "end": 7760,
      "loc": {
        "start": {
          "line": 250,
          "column": 28
        },
        "end": {
          "line": 250,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "taxRate",
      "start": 7761,
      "end": 7768,
      "loc": {
        "start": {
          "line": 250,
          "column": 30
        },
        "end": {
          "line": 250,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7768,
      "end": 7769,
      "loc": {
        "start": {
          "line": 250,
          "column": 37
        },
        "end": {
          "line": 250,
          "column": 38
        }
      }
    },
    {
      "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": 7779,
      "end": 7783,
      "loc": {
        "start": {
          "line": 252,
          "column": 8
        },
        "end": {
          "line": 252,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7783,
      "end": 7784,
      "loc": {
        "start": {
          "line": 252,
          "column": 12
        },
        "end": {
          "line": 252,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 7784,
      "end": 7789,
      "loc": {
        "start": {
          "line": 252,
          "column": 13
        },
        "end": {
          "line": 252,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7789,
      "end": 7790,
      "loc": {
        "start": {
          "line": 252,
          "column": 18
        },
        "end": {
          "line": 252,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7790,
      "end": 7791,
      "loc": {
        "start": {
          "line": 252,
          "column": 19
        },
        "end": {
          "line": 252,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7791,
      "end": 7792,
      "loc": {
        "start": {
          "line": 252,
          "column": 20
        },
        "end": {
          "line": 252,
          "column": 21
        }
      }
    },
    {
      "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": 7801,
      "end": 7805,
      "loc": {
        "start": {
          "line": 253,
          "column": 8
        },
        "end": {
          "line": 253,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7805,
      "end": 7806,
      "loc": {
        "start": {
          "line": 253,
          "column": 12
        },
        "end": {
          "line": 253,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "render",
      "start": 7806,
      "end": 7812,
      "loc": {
        "start": {
          "line": 253,
          "column": 13
        },
        "end": {
          "line": 253,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7812,
      "end": 7813,
      "loc": {
        "start": {
          "line": 253,
          "column": 19
        },
        "end": {
          "line": 253,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7813,
      "end": 7814,
      "loc": {
        "start": {
          "line": 253,
          "column": 20
        },
        "end": {
          "line": 253,
          "column": 21
        }
      }
    },
    {
      "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": 253,
          "column": 21
        },
        "end": {
          "line": 253,
          "column": 22
        }
      }
    },
    {
      "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": 7824,
      "end": 7828,
      "loc": {
        "start": {
          "line": 254,
          "column": 8
        },
        "end": {
          "line": 254,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7828,
      "end": 7829,
      "loc": {
        "start": {
          "line": 254,
          "column": 12
        },
        "end": {
          "line": 254,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 7829,
      "end": 7833,
      "loc": {
        "start": {
          "line": 254,
          "column": 13
        },
        "end": {
          "line": 254,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7833,
      "end": 7834,
      "loc": {
        "start": {
          "line": 254,
          "column": 17
        },
        "end": {
          "line": 254,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "taxRateChanged",
      "start": 7834,
      "end": 7850,
      "loc": {
        "start": {
          "line": 254,
          "column": 18
        },
        "end": {
          "line": 254,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7850,
      "end": 7851,
      "loc": {
        "start": {
          "line": 254,
          "column": 34
        },
        "end": {
          "line": 254,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7851,
      "end": 7852,
      "loc": {
        "start": {
          "line": 254,
          "column": 35
        },
        "end": {
          "line": 254,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7857,
      "end": 7858,
      "loc": {
        "start": {
          "line": 255,
          "column": 4
        },
        "end": {
          "line": 255,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Overrides the default currency resolver, which provides information\n     * about the available currencies.\n     * @param {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} resolver\n     * @emits {src/plugins/easycurrency/resolvers/CurrencyResolver.js~CurrencyResolver} currencyResolverChanged(resolver)\n     ",
      "start": 7867,
      "end": 8211,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 265,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCurrencyResolver",
      "start": 8216,
      "end": 8235,
      "loc": {
        "start": {
          "line": 266,
          "column": 4
        },
        "end": {
          "line": 266,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8235,
      "end": 8236,
      "loc": {
        "start": {
          "line": 266,
          "column": 23
        },
        "end": {
          "line": 266,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolver",
      "start": 8236,
      "end": 8244,
      "loc": {
        "start": {
          "line": 266,
          "column": 24
        },
        "end": {
          "line": 266,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8244,
      "end": 8245,
      "loc": {
        "start": {
          "line": 266,
          "column": 32
        },
        "end": {
          "line": 266,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8246,
      "end": 8247,
      "loc": {
        "start": {
          "line": 266,
          "column": 34
        },
        "end": {
          "line": 266,
          "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": 8256,
      "end": 8260,
      "loc": {
        "start": {
          "line": 267,
          "column": 8
        },
        "end": {
          "line": 267,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8260,
      "end": 8261,
      "loc": {
        "start": {
          "line": 267,
          "column": 12
        },
        "end": {
          "line": 267,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_resolver",
      "start": 8261,
      "end": 8270,
      "loc": {
        "start": {
          "line": 267,
          "column": 13
        },
        "end": {
          "line": 267,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8271,
      "end": 8272,
      "loc": {
        "start": {
          "line": 267,
          "column": 23
        },
        "end": {
          "line": 267,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolver",
      "start": 8273,
      "end": 8281,
      "loc": {
        "start": {
          "line": 267,
          "column": 25
        },
        "end": {
          "line": 267,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8281,
      "end": 8282,
      "loc": {
        "start": {
          "line": 267,
          "column": 33
        },
        "end": {
          "line": 267,
          "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": 8291,
      "end": 8295,
      "loc": {
        "start": {
          "line": 268,
          "column": 8
        },
        "end": {
          "line": 268,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8295,
      "end": 8296,
      "loc": {
        "start": {
          "line": 268,
          "column": 12
        },
        "end": {
          "line": 268,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 8296,
      "end": 8300,
      "loc": {
        "start": {
          "line": 268,
          "column": 13
        },
        "end": {
          "line": 268,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8300,
      "end": 8301,
      "loc": {
        "start": {
          "line": 268,
          "column": 17
        },
        "end": {
          "line": 268,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "currencyResolverChanged",
      "start": 8301,
      "end": 8326,
      "loc": {
        "start": {
          "line": 268,
          "column": 18
        },
        "end": {
          "line": 268,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8326,
      "end": 8327,
      "loc": {
        "start": {
          "line": 268,
          "column": 43
        },
        "end": {
          "line": 268,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolver",
      "start": 8328,
      "end": 8336,
      "loc": {
        "start": {
          "line": 268,
          "column": 45
        },
        "end": {
          "line": 268,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8336,
      "end": 8337,
      "loc": {
        "start": {
          "line": 268,
          "column": 53
        },
        "end": {
          "line": 268,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8337,
      "end": 8338,
      "loc": {
        "start": {
          "line": 268,
          "column": 54
        },
        "end": {
          "line": 268,
          "column": 55
        }
      }
    },
    {
      "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": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Overrides the default formatter.\n     * @param {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatter\n     * @emits {src/plugins/easycurrency/formatters/Formatter.js~Formatter} formatterChanged(formatter)\n     ",
      "start": 8351,
      "end": 8590,
      "loc": {
        "start": {
          "line": 272,
          "column": 4
        },
        "end": {
          "line": 276,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setFormatter",
      "start": 8595,
      "end": 8607,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8607,
      "end": 8608,
      "loc": {
        "start": {
          "line": 277,
          "column": 16
        },
        "end": {
          "line": 277,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatter",
      "start": 8608,
      "end": 8617,
      "loc": {
        "start": {
          "line": 277,
          "column": 17
        },
        "end": {
          "line": 277,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8617,
      "end": 8618,
      "loc": {
        "start": {
          "line": 277,
          "column": 26
        },
        "end": {
          "line": 277,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8619,
      "end": 8620,
      "loc": {
        "start": {
          "line": 277,
          "column": 28
        },
        "end": {
          "line": 277,
          "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": 8629,
      "end": 8633,
      "loc": {
        "start": {
          "line": 278,
          "column": 8
        },
        "end": {
          "line": 278,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8633,
      "end": 8634,
      "loc": {
        "start": {
          "line": 278,
          "column": 12
        },
        "end": {
          "line": 278,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_formatter",
      "start": 8634,
      "end": 8644,
      "loc": {
        "start": {
          "line": 278,
          "column": 13
        },
        "end": {
          "line": 278,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8645,
      "end": 8646,
      "loc": {
        "start": {
          "line": 278,
          "column": 24
        },
        "end": {
          "line": 278,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatter",
      "start": 8647,
      "end": 8656,
      "loc": {
        "start": {
          "line": 278,
          "column": 26
        },
        "end": {
          "line": 278,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8656,
      "end": 8657,
      "loc": {
        "start": {
          "line": 278,
          "column": 35
        },
        "end": {
          "line": 278,
          "column": 36
        }
      }
    },
    {
      "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": 8666,
      "end": 8670,
      "loc": {
        "start": {
          "line": 279,
          "column": 8
        },
        "end": {
          "line": 279,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8670,
      "end": 8671,
      "loc": {
        "start": {
          "line": 279,
          "column": 12
        },
        "end": {
          "line": 279,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emit",
      "start": 8671,
      "end": 8675,
      "loc": {
        "start": {
          "line": 279,
          "column": 13
        },
        "end": {
          "line": 279,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8675,
      "end": 8676,
      "loc": {
        "start": {
          "line": 279,
          "column": 17
        },
        "end": {
          "line": 279,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "formatterChanged",
      "start": 8676,
      "end": 8694,
      "loc": {
        "start": {
          "line": 279,
          "column": 18
        },
        "end": {
          "line": 279,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8694,
      "end": 8695,
      "loc": {
        "start": {
          "line": 279,
          "column": 36
        },
        "end": {
          "line": 279,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolver",
      "start": 8696,
      "end": 8704,
      "loc": {
        "start": {
          "line": 279,
          "column": 38
        },
        "end": {
          "line": 279,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8704,
      "end": 8705,
      "loc": {
        "start": {
          "line": 279,
          "column": 46
        },
        "end": {
          "line": 279,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8705,
      "end": 8706,
      "loc": {
        "start": {
          "line": 279,
          "column": 47
        },
        "end": {
          "line": 279,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8711,
      "end": 8712,
      "loc": {
        "start": {
          "line": 280,
          "column": 4
        },
        "end": {
          "line": 280,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8714,
      "end": 8715,
      "loc": {
        "start": {
          "line": 282,
          "column": 0
        },
        "end": {
          "line": 282,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EasyCurrency",
      "start": 8718,
      "end": 8730,
      "loc": {
        "start": {
          "line": 285,
          "column": 0
        },
        "end": {
          "line": 285,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8730,
      "end": 8731,
      "loc": {
        "start": {
          "line": 285,
          "column": 12
        },
        "end": {
          "line": 285,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatters",
      "start": 8731,
      "end": 8741,
      "loc": {
        "start": {
          "line": 285,
          "column": 13
        },
        "end": {
          "line": 285,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8742,
      "end": 8743,
      "loc": {
        "start": {
          "line": 285,
          "column": 24
        },
        "end": {
          "line": 285,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8744,
      "end": 8745,
      "loc": {
        "start": {
          "line": 285,
          "column": 26
        },
        "end": {
          "line": 285,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DefaultFormatter",
      "start": 8750,
      "end": 8766,
      "loc": {
        "start": {
          "line": 286,
          "column": 4
        },
        "end": {
          "line": 286,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8766,
      "end": 8767,
      "loc": {
        "start": {
          "line": 286,
          "column": 20
        },
        "end": {
          "line": 286,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Formatter",
      "start": 8772,
      "end": 8781,
      "loc": {
        "start": {
          "line": 287,
          "column": 4
        },
        "end": {
          "line": 287,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8782,
      "end": 8783,
      "loc": {
        "start": {
          "line": 288,
          "column": 0
        },
        "end": {
          "line": 288,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8783,
      "end": 8784,
      "loc": {
        "start": {
          "line": 288,
          "column": 1
        },
        "end": {
          "line": 288,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EasyCurrency",
      "start": 8786,
      "end": 8798,
      "loc": {
        "start": {
          "line": 290,
          "column": 0
        },
        "end": {
          "line": 290,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8798,
      "end": 8799,
      "loc": {
        "start": {
          "line": 290,
          "column": 12
        },
        "end": {
          "line": 290,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "helpers",
      "start": 8799,
      "end": 8806,
      "loc": {
        "start": {
          "line": 290,
          "column": 13
        },
        "end": {
          "line": 290,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8807,
      "end": 8808,
      "loc": {
        "start": {
          "line": 290,
          "column": 21
        },
        "end": {
          "line": 290,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8809,
      "end": 8810,
      "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": "SelectHelper",
      "start": 8815,
      "end": 8827,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8827,
      "end": 8828,
      "loc": {
        "start": {
          "line": 291,
          "column": 16
        },
        "end": {
          "line": 291,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8829,
      "end": 8830,
      "loc": {
        "start": {
          "line": 292,
          "column": 0
        },
        "end": {
          "line": 292,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8830,
      "end": 8831,
      "loc": {
        "start": {
          "line": 292,
          "column": 1
        },
        "end": {
          "line": 292,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EasyCurrency",
      "start": 8833,
      "end": 8845,
      "loc": {
        "start": {
          "line": 294,
          "column": 0
        },
        "end": {
          "line": 294,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8845,
      "end": 8846,
      "loc": {
        "start": {
          "line": 294,
          "column": 12
        },
        "end": {
          "line": 294,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolvers",
      "start": 8846,
      "end": 8855,
      "loc": {
        "start": {
          "line": 294,
          "column": 13
        },
        "end": {
          "line": 294,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8856,
      "end": 8857,
      "loc": {
        "start": {
          "line": 294,
          "column": 23
        },
        "end": {
          "line": 294,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8858,
      "end": 8859,
      "loc": {
        "start": {
          "line": 294,
          "column": 25
        },
        "end": {
          "line": 294,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CurrencyResolver",
      "start": 8864,
      "end": 8880,
      "loc": {
        "start": {
          "line": 295,
          "column": 4
        },
        "end": {
          "line": 295,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8880,
      "end": 8881,
      "loc": {
        "start": {
          "line": 295,
          "column": 20
        },
        "end": {
          "line": 295,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GeoserviceResolver",
      "start": 8886,
      "end": 8904,
      "loc": {
        "start": {
          "line": 296,
          "column": 4
        },
        "end": {
          "line": 296,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8905,
      "end": 8906,
      "loc": {
        "start": {
          "line": 297,
          "column": 0
        },
        "end": {
          "line": 297,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8906,
      "end": 8907,
      "loc": {
        "start": {
          "line": 297,
          "column": 1
        },
        "end": {
          "line": 297,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 8909,
      "end": 8915,
      "loc": {
        "start": {
          "line": 299,
          "column": 0
        },
        "end": {
          "line": 299,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 8916,
      "end": 8923,
      "loc": {
        "start": {
          "line": 299,
          "column": 7
        },
        "end": {
          "line": 299,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EasyCurrency",
      "start": 8924,
      "end": 8936,
      "loc": {
        "start": {
          "line": 299,
          "column": 15
        },
        "end": {
          "line": 299,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8936,
      "end": 8937,
      "loc": {
        "start": {
          "line": 299,
          "column": 27
        },
        "end": {
          "line": 299,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8938,
      "end": 8938,
      "loc": {
        "start": {
          "line": 300,
          "column": 0
        },
        "end": {
          "line": 300,
          "column": 0
        }
      }
    }
  ]
}