{
  "type": "File",
  "start": 0,
  "end": 1533,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 40,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1533,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 40,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 29,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 29
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 12,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 12
                },
                "identifierName": "Money"
              },
              "name": "Money"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 18,
          "end": 28,
          "loc": {
            "start": {
              "line": 1,
              "column": 18
            },
            "end": {
              "line": 1,
              "column": 28
            }
          },
          "extra": {
            "rawValue": "js-money",
            "raw": "'js-money'"
          },
          "value": "js-money"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "* Config",
            "start": 31,
            "end": 43,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 12
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 44,
        "end": 1487,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 36,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 50,
          "end": 56,
          "loc": {
            "start": {
              "line": 4,
              "column": 6
            },
            "end": {
              "line": 4,
              "column": 12
            },
            "identifierName": "Config"
          },
          "name": "Config",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 57,
          "end": 1487,
          "loc": {
            "start": {
              "line": 4,
              "column": 13
            },
            "end": {
              "line": 36,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 178,
              "end": 1485,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4
                },
                "end": {
                  "line": 35,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 178,
                "end": 189,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4
                  },
                  "end": {
                    "line": 9,
                    "column": 15
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 190,
                  "end": 197,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 16
                    },
                    "end": {
                      "line": 9,
                      "column": 23
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 199,
                "end": 1485,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 25
                  },
                  "end": {
                    "line": 35,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 209,
                    "end": 841,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 8
                      },
                      "end": {
                        "line": 25,
                        "column": 20
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 209,
                      "end": 840,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 19
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 209,
                        "end": 216,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 15
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 219,
                        "end": 840,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 18
                          },
                          "end": {
                            "line": 25,
                            "column": 19
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 219,
                          "end": 232,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 18
                            },
                            "end": {
                              "line": 10,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 219,
                            "end": 225,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 18
                              },
                              "end": {
                                "line": 10,
                                "column": 24
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 226,
                            "end": 232,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 25
                              },
                              "end": {
                                "line": 10,
                                "column": 31
                              },
                              "identifierName": "assign"
                            },
                            "name": "assign"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 233,
                            "end": 235,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 32
                              },
                              "end": {
                                "line": 10,
                                "column": 34
                              }
                            },
                            "properties": []
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 237,
                            "end": 830,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 36
                              },
                              "end": {
                                "line": 25,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 251,
                                "end": 273,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 34
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 251,
                                  "end": 266,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 27
                                    },
                                    "identifierName": "defaultCurrency"
                                  },
                                  "name": "defaultCurrency"
                                },
                                "value": {
                                  "type": "StringLiteral",
                                  "start": 268,
                                  "end": 273,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "USD",
                                    "raw": "'USD'"
                                  },
                                  "value": "USD"
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 287,
                                "end": 310,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 35
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 287,
                                  "end": 304,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 29
                                    },
                                    "identifierName": "useGeoForCurrency"
                                  },
                                  "name": "useGeoForCurrency"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 306,
                                  "end": 310,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 35
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 324,
                                "end": 390,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 13
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 324,
                                  "end": 342,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 30
                                    },
                                    "identifierName": "moneySpanSelectors"
                                  },
                                  "name": "moneySpanSelectors"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 344,
                                  "end": 390,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 13
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 362,
                                      "end": 376,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 30
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "[data-money]",
                                        "raw": "'[data-money]'"
                                      },
                                      "value": "[data-money]"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 404,
                                "end": 790,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 13
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 404,
                                  "end": 419,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 27
                                    },
                                    "identifierName": "moneySpanParser"
                                  },
                                  "name": "moneySpanParser"
                                },
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 421,
                                  "end": 790,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 430,
                                      "end": 432,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 40
                                        },
                                        "identifierName": "el"
                                      },
                                      "name": "el"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 434,
                                      "end": 446,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 54
                                        },
                                        "identifierName": "easyCurrency"
                                      },
                                      "name": "easyCurrency"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 448,
                                    "end": 790,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 466,
                                        "end": 496,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 46
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 470,
                                            "end": 495,
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 45
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 470,
                                              "end": 476,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 26
                                                },
                                                "identifierName": "amount"
                                              },
                                              "name": "amount"
                                            },
                                            "init": {
                                              "type": "MemberExpression",
                                              "start": 479,
                                              "end": 495,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 479,
                                                "end": 489,
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 479,
                                                  "end": 481,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 31
                                                    },
                                                    "identifierName": "el"
                                                  },
                                                  "name": "el"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 482,
                                                  "end": 489,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 39
                                                    },
                                                    "identifierName": "dataset"
                                                  },
                                                  "name": "dataset"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 490,
                                                "end": 495,
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 45
                                                  },
                                                  "identifierName": "money"
                                                },
                                                "name": "money"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 513,
                                        "end": 593,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 96
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 517,
                                            "end": 592,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 95
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 517,
                                              "end": 525,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 28
                                                },
                                                "identifierName": "currency"
                                              },
                                              "name": "currency"
                                            },
                                            "init": {
                                              "type": "LogicalExpression",
                                              "start": 528,
                                              "end": 592,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 95
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 528,
                                                "end": 552,
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 528,
                                                  "end": 538,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 41
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 528,
                                                    "end": 530,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 33
                                                      },
                                                      "identifierName": "el"
                                                    },
                                                    "name": "el"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 531,
                                                    "end": 538,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 41
                                                      },
                                                      "identifierName": "dataset"
                                                    },
                                                    "name": "dataset"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 539,
                                                  "end": 552,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 55
                                                    },
                                                    "identifierName": "moneyCurrency"
                                                  },
                                                  "name": "moneyCurrency"
                                                },
                                                "computed": false
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 556,
                                                "end": 592,
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 95
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 556,
                                                  "end": 576,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 79
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 556,
                                                    "end": 568,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 71
                                                      },
                                                      "identifierName": "easyCurrency"
                                                    },
                                                    "name": "easyCurrency"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 569,
                                                    "end": 576,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 79
                                                      },
                                                      "identifierName": "_config"
                                                    },
                                                    "name": "_config"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 577,
                                                  "end": 592,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 95
                                                    },
                                                    "identifierName": "defaultCurrency"
                                                  },
                                                  "name": "defaultCurrency"
                                                },
                                                "computed": false
                                              }
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 610,
                                        "end": 634,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 40
                                          }
                                        },
                                        "expression": {
                                          "type": "UnaryExpression",
                                          "start": 610,
                                          "end": 633,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 39
                                            }
                                          },
                                          "operator": "delete",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 617,
                                            "end": 633,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 617,
                                              "end": 627,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 617,
                                                "end": 619,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 25
                                                  },
                                                  "identifierName": "el"
                                                },
                                                "name": "el"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 620,
                                                "end": 627,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 33
                                                  },
                                                  "identifierName": "dataset"
                                                },
                                                "name": "dataset"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 628,
                                              "end": 633,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 39
                                                },
                                                "identifierName": "money"
                                              },
                                              "name": "money"
                                            },
                                            "computed": false
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 651,
                                        "end": 683,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 48
                                          }
                                        },
                                        "expression": {
                                          "type": "UnaryExpression",
                                          "start": 651,
                                          "end": 682,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 47
                                            }
                                          },
                                          "operator": "delete",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 658,
                                            "end": 682,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 47
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 658,
                                              "end": 668,
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 658,
                                                "end": 660,
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 25
                                                  },
                                                  "identifierName": "el"
                                                },
                                                "name": "el"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 661,
                                                "end": 668,
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 33
                                                  },
                                                  "identifierName": "dataset"
                                                },
                                                "name": "dataset"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 669,
                                              "end": 682,
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 47
                                                },
                                                "identifierName": "moneyCurrency"
                                              },
                                              "name": "moneyCurrency"
                                            },
                                            "computed": false
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 700,
                                        "end": 724,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 40
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 700,
                                          "end": 723,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 39
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 700,
                                            "end": 706,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 22
                                              },
                                              "identifierName": "amount"
                                            },
                                            "name": "amount"
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 709,
                                            "end": 723,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 709,
                                              "end": 715,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 31
                                                },
                                                "identifierName": "Number"
                                              },
                                              "name": "Number"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 716,
                                                "end": 722,
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 38
                                                  },
                                                  "identifierName": "amount"
                                                },
                                                "name": "amount"
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 741,
                                        "end": 776,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 51
                                          }
                                        },
                                        "argument": {
                                          "type": "NewExpression",
                                          "start": 748,
                                          "end": 775,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 752,
                                            "end": 757,
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 32
                                              },
                                              "identifierName": "Money"
                                            },
                                            "name": "Money"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 758,
                                              "end": 764,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 39
                                                },
                                                "identifierName": "amount"
                                              },
                                              "name": "amount"
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 766,
                                              "end": 774,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 49
                                                },
                                                "identifierName": "currency"
                                              },
                                              "name": "currency"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 795,
                                "end": 819,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 3
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 795,
                                  "end": 812,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 20
                                    },
                                    "identifierName": "allowedCurrencies"
                                  },
                                  "name": "allowedCurrencies"
                                },
                                "value": {
                                  "type": "StringLiteral",
                                  "start": 814,
                                  "end": 819,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "any",
                                    "raw": "'any'"
                                  },
                                  "value": "any"
                                }
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 832,
                            "end": 839,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 11
                              },
                              "end": {
                                "line": 25,
                                "column": 18
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          }
                        ]
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {String} Currency code, used for initial currency. ",
                        "start": 851,
                        "end": 914,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 71
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 923,
                    "end": 970,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 8
                      },
                      "end": {
                        "line": 28,
                        "column": 55
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 923,
                      "end": 969,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 54
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 923,
                        "end": 943,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 923,
                          "end": 927,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 928,
                          "end": 943,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 13
                            },
                            "end": {
                              "line": 28,
                              "column": 28
                            },
                            "identifierName": "defaultCurrency"
                          },
                          "name": "defaultCurrency"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 946,
                        "end": 969,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 31
                          },
                          "end": {
                            "line": 28,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 946,
                          "end": 953,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 31
                            },
                            "end": {
                              "line": 28,
                              "column": 38
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 954,
                          "end": 969,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 39
                            },
                            "end": {
                              "line": 28,
                              "column": 54
                            },
                            "identifierName": "defaultCurrency"
                          },
                          "name": "defaultCurrency"
                        },
                        "computed": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {String} Currency code, used for initial currency. ",
                        "start": 851,
                        "end": 914,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 71
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {Boolean} If true, currency will be determined via geoservice on load. ",
                        "start": 979,
                        "end": 1062,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 91
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1071,
                    "end": 1122,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 8
                      },
                      "end": {
                        "line": 30,
                        "column": 59
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1071,
                      "end": 1121,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 58
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1071,
                        "end": 1093,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1071,
                          "end": 1075,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1076,
                          "end": 1093,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 13
                            },
                            "end": {
                              "line": 30,
                              "column": 30
                            },
                            "identifierName": "useGeoForCurrency"
                          },
                          "name": "useGeoForCurrency"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 1096,
                        "end": 1121,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 33
                          },
                          "end": {
                            "line": 30,
                            "column": 58
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1096,
                          "end": 1103,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 33
                            },
                            "end": {
                              "line": 30,
                              "column": 40
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1104,
                          "end": 1121,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 41
                            },
                            "end": {
                              "line": 30,
                              "column": 58
                            },
                            "identifierName": "useGeoForCurrency"
                          },
                          "name": "useGeoForCurrency"
                        },
                        "computed": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {Boolean} If true, currency will be determined via geoservice on load. ",
                        "start": 979,
                        "end": 1062,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 91
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {String[]} Array of CSS selectors for finding money spans ",
                        "start": 1131,
                        "end": 1201,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 78
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1210,
                    "end": 1263,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 8
                      },
                      "end": {
                        "line": 32,
                        "column": 61
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1210,
                      "end": 1262,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 60
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1210,
                        "end": 1233,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1210,
                          "end": 1214,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1215,
                          "end": 1233,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 13
                            },
                            "end": {
                              "line": 32,
                              "column": 31
                            },
                            "identifierName": "moneySpanSelectors"
                          },
                          "name": "moneySpanSelectors"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 1236,
                        "end": 1262,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 34
                          },
                          "end": {
                            "line": 32,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1236,
                          "end": 1243,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 34
                            },
                            "end": {
                              "line": 32,
                              "column": 41
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1244,
                          "end": 1262,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 42
                            },
                            "end": {
                              "line": 32,
                              "column": 60
                            },
                            "identifierName": "moneySpanSelectors"
                          },
                          "name": "moneySpanSelectors"
                        },
                        "computed": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {String[]} Array of CSS selectors for finding money spans ",
                        "start": 1131,
                        "end": 1201,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 78
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {function(el: DOMNode, easyCurrency: src/easycurrency/main.js~EasyCurrency): js-money} Callback which determines initial money span value. ",
                        "start": 1272,
                        "end": 1423,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 159
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1432,
                    "end": 1479,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 8
                      },
                      "end": {
                        "line": 34,
                        "column": 55
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1432,
                      "end": 1478,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 54
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1432,
                        "end": 1452,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1432,
                          "end": 1436,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 12
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1437,
                          "end": 1452,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 13
                            },
                            "end": {
                              "line": 34,
                              "column": 28
                            },
                            "identifierName": "moneySpanParser"
                          },
                          "name": "moneySpanParser"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 1455,
                        "end": 1478,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 31
                          },
                          "end": {
                            "line": 34,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1455,
                          "end": 1462,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 31
                            },
                            "end": {
                              "line": 34,
                              "column": 38
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1463,
                          "end": 1478,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 39
                            },
                            "end": {
                              "line": 34,
                              "column": 54
                            },
                            "identifierName": "moneySpanParser"
                          },
                          "name": "moneySpanParser"
                        },
                        "computed": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "* @type {function(el: DOMNode, easyCurrency: src/easycurrency/main.js~EasyCurrency): js-money} Callback which determines initial money span value. ",
                        "start": 1272,
                        "end": 1423,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 159
                          }
                        }
                      }
                    ]
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n     * Construct a new config.\n     * @param {Object}\toptions - Properties to initialze on config.\n     ",
                  "start": 63,
                  "end": 173,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4
                    },
                    "end": {
                      "line": 8,
                      "column": 7
                    }
                  }
                }
              ]
            }
          ],
          "trailingComments": null
        },
        "leadingComments": [],
        "trailingComments": [],
        "name": "_"
      },
      {
        "type": "Identifier",
        "start": 1504,
        "end": 1532,
        "loc": {
          "start": {
            "line": 39,
            "column": 0
          },
          "end": {
            "line": 39,
            "column": 28
          }
        },
        "declaration": {
          "type": "NewExpression",
          "start": 1519,
          "end": 1531,
          "loc": {
            "start": {
              "line": 39,
              "column": 15
            },
            "end": {
              "line": 39,
              "column": 27
            }
          },
          "callee": {
            "type": "Identifier",
            "start": 1523,
            "end": 1529,
            "loc": {
              "start": {
                "line": 39,
                "column": 19
              },
              "end": {
                "line": 39,
                "column": 25
              },
              "identifierName": "Config"
            },
            "name": "Config"
          },
          "arguments": [],
          "leadingComments": null
        },
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 1504,
        "end": 1532,
        "loc": {
          "start": {
            "line": 39,
            "column": 0
          },
          "end": {
            "line": 39,
            "column": 28
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 44,
          "end": 1487,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 36,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 50,
            "end": 56,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 12
              },
              "identifierName": "Config"
            },
            "name": "Config",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 57,
            "end": 1487,
            "loc": {
              "start": {
                "line": 4,
                "column": 13
              },
              "end": {
                "line": 36,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 178,
                "end": 1485,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4
                  },
                  "end": {
                    "line": 35,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 178,
                  "end": 189,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4
                    },
                    "end": {
                      "line": 9,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 190,
                    "end": 197,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 16
                      },
                      "end": {
                        "line": 9,
                        "column": 23
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 199,
                  "end": 1485,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 25
                    },
                    "end": {
                      "line": 35,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 209,
                      "end": 841,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 20
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 209,
                        "end": 840,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 19
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 209,
                          "end": 216,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 15
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 219,
                          "end": 840,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 18
                            },
                            "end": {
                              "line": 25,
                              "column": 19
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 219,
                            "end": 232,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 18
                              },
                              "end": {
                                "line": 10,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 219,
                              "end": 225,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 18
                                },
                                "end": {
                                  "line": 10,
                                  "column": 24
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 226,
                              "end": 232,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 25
                                },
                                "end": {
                                  "line": 10,
                                  "column": 31
                                },
                                "identifierName": "assign"
                              },
                              "name": "assign"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 233,
                              "end": 235,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 32
                                },
                                "end": {
                                  "line": 10,
                                  "column": 34
                                }
                              },
                              "properties": []
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 237,
                              "end": 830,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 36
                                },
                                "end": {
                                  "line": 25,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 251,
                                  "end": 273,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 34
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 251,
                                    "end": 266,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 27
                                      },
                                      "identifierName": "defaultCurrency"
                                    },
                                    "name": "defaultCurrency"
                                  },
                                  "value": {
                                    "type": "StringLiteral",
                                    "start": 268,
                                    "end": 273,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 34
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "USD",
                                      "raw": "'USD'"
                                    },
                                    "value": "USD"
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 287,
                                  "end": 310,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 35
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 287,
                                    "end": 304,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 29
                                      },
                                      "identifierName": "useGeoForCurrency"
                                    },
                                    "name": "useGeoForCurrency"
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "start": 306,
                                    "end": 310,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 35
                                      }
                                    },
                                    "value": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 324,
                                  "end": 390,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 13
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 324,
                                    "end": 342,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 30
                                      },
                                      "identifierName": "moneySpanSelectors"
                                    },
                                    "name": "moneySpanSelectors"
                                  },
                                  "value": {
                                    "type": "ArrayExpression",
                                    "start": 344,
                                    "end": 390,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 13
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 362,
                                        "end": 376,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 30
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "[data-money]",
                                          "raw": "'[data-money]'"
                                        },
                                        "value": "[data-money]"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 404,
                                  "end": 790,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 13
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 404,
                                    "end": 419,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 27
                                      },
                                      "identifierName": "moneySpanParser"
                                    },
                                    "name": "moneySpanParser"
                                  },
                                  "value": {
                                    "type": "FunctionExpression",
                                    "start": 421,
                                    "end": 790,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 13
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 430,
                                        "end": 432,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 40
                                          },
                                          "identifierName": "el"
                                        },
                                        "name": "el"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 434,
                                        "end": 446,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 54
                                          },
                                          "identifierName": "easyCurrency"
                                        },
                                        "name": "easyCurrency"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 448,
                                      "end": 790,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 466,
                                          "end": 496,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 46
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 470,
                                              "end": 495,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 45
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 470,
                                                "end": 476,
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 26
                                                  },
                                                  "identifierName": "amount"
                                                },
                                                "name": "amount"
                                              },
                                              "init": {
                                                "type": "MemberExpression",
                                                "start": 479,
                                                "end": 495,
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 479,
                                                  "end": 489,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 479,
                                                    "end": 481,
                                                    "loc": {
                                                      "start": {
                                                        "line": 17,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 17,
                                                        "column": 31
                                                      },
                                                      "identifierName": "el"
                                                    },
                                                    "name": "el"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 482,
                                                    "end": 489,
                                                    "loc": {
                                                      "start": {
                                                        "line": 17,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 17,
                                                        "column": 39
                                                      },
                                                      "identifierName": "dataset"
                                                    },
                                                    "name": "dataset"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 490,
                                                  "end": 495,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 45
                                                    },
                                                    "identifierName": "money"
                                                  },
                                                  "name": "money"
                                                },
                                                "computed": false
                                              }
                                            }
                                          ],
                                          "kind": "var"
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 513,
                                          "end": 593,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 96
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 517,
                                              "end": 592,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 95
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 517,
                                                "end": 525,
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 28
                                                  },
                                                  "identifierName": "currency"
                                                },
                                                "name": "currency"
                                              },
                                              "init": {
                                                "type": "LogicalExpression",
                                                "start": 528,
                                                "end": 592,
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 95
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 528,
                                                  "end": 552,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 55
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 528,
                                                    "end": 538,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 41
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 528,
                                                      "end": 530,
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 33
                                                        },
                                                        "identifierName": "el"
                                                      },
                                                      "name": "el"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 531,
                                                      "end": 538,
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 41
                                                        },
                                                        "identifierName": "dataset"
                                                      },
                                                      "name": "dataset"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 539,
                                                    "end": 552,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 55
                                                      },
                                                      "identifierName": "moneyCurrency"
                                                    },
                                                    "name": "moneyCurrency"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 556,
                                                  "end": 592,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 95
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 556,
                                                    "end": 576,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 79
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 556,
                                                      "end": 568,
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 71
                                                        },
                                                        "identifierName": "easyCurrency"
                                                      },
                                                      "name": "easyCurrency"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 569,
                                                      "end": 576,
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 72
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 79
                                                        },
                                                        "identifierName": "_config"
                                                      },
                                                      "name": "_config"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 577,
                                                    "end": 592,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 95
                                                      },
                                                      "identifierName": "defaultCurrency"
                                                    },
                                                    "name": "defaultCurrency"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var"
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 610,
                                          "end": 634,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 40
                                            }
                                          },
                                          "expression": {
                                            "type": "UnaryExpression",
                                            "start": 610,
                                            "end": 633,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 39
                                              }
                                            },
                                            "operator": "delete",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 617,
                                              "end": 633,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 617,
                                                "end": 627,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 617,
                                                  "end": 619,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 25
                                                    },
                                                    "identifierName": "el"
                                                  },
                                                  "name": "el"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 620,
                                                  "end": 627,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 33
                                                    },
                                                    "identifierName": "dataset"
                                                  },
                                                  "name": "dataset"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 628,
                                                "end": 633,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 39
                                                  },
                                                  "identifierName": "money"
                                                },
                                                "name": "money"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 651,
                                          "end": 683,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 48
                                            }
                                          },
                                          "expression": {
                                            "type": "UnaryExpression",
                                            "start": 651,
                                            "end": 682,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 47
                                              }
                                            },
                                            "operator": "delete",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 658,
                                              "end": 682,
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 658,
                                                "end": 668,
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 658,
                                                  "end": 660,
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 25
                                                    },
                                                    "identifierName": "el"
                                                  },
                                                  "name": "el"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 661,
                                                  "end": 668,
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 33
                                                    },
                                                    "identifierName": "dataset"
                                                  },
                                                  "name": "dataset"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 669,
                                                "end": 682,
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 47
                                                  },
                                                  "identifierName": "moneyCurrency"
                                                },
                                                "name": "moneyCurrency"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 700,
                                          "end": 724,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 40
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 700,
                                            "end": 723,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 39
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 700,
                                              "end": 706,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 22
                                                },
                                                "identifierName": "amount"
                                              },
                                              "name": "amount"
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 709,
                                              "end": 723,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 39
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 709,
                                                "end": 715,
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 31
                                                  },
                                                  "identifierName": "Number"
                                                },
                                                "name": "Number"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 716,
                                                  "end": 722,
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 38
                                                    },
                                                    "identifierName": "amount"
                                                  },
                                                  "name": "amount"
                                                }
                                              ]
                                            }
                                          }
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 741,
                                          "end": 776,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 51
                                            }
                                          },
                                          "argument": {
                                            "type": "NewExpression",
                                            "start": 748,
                                            "end": 775,
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 752,
                                              "end": 757,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 32
                                                },
                                                "identifierName": "Money"
                                              },
                                              "name": "Money"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 758,
                                                "end": 764,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 39
                                                  },
                                                  "identifierName": "amount"
                                                },
                                                "name": "amount"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 766,
                                                "end": 774,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 49
                                                  },
                                                  "identifierName": "currency"
                                                },
                                                "name": "currency"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 795,
                                  "end": 819,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 3
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 27
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 795,
                                    "end": 812,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 3
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 20
                                      },
                                      "identifierName": "allowedCurrencies"
                                    },
                                    "name": "allowedCurrencies"
                                  },
                                  "value": {
                                    "type": "StringLiteral",
                                    "start": 814,
                                    "end": 819,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 27
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "any",
                                      "raw": "'any'"
                                    },
                                    "value": "any"
                                  }
                                }
                              ]
                            },
                            {
                              "type": "Identifier",
                              "start": 832,
                              "end": 839,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 11
                                },
                                "end": {
                                  "line": 25,
                                  "column": 18
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {String} Currency code, used for initial currency. ",
                          "start": 851,
                          "end": 914,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 71
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 923,
                      "end": 970,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 923,
                        "end": 969,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 923,
                          "end": 943,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 923,
                            "end": 927,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 928,
                            "end": 943,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13
                              },
                              "end": {
                                "line": 28,
                                "column": 28
                              },
                              "identifierName": "defaultCurrency"
                            },
                            "name": "defaultCurrency"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 946,
                          "end": 969,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 31
                            },
                            "end": {
                              "line": 28,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 946,
                            "end": 953,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 31
                              },
                              "end": {
                                "line": 28,
                                "column": 38
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 954,
                            "end": 969,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 39
                              },
                              "end": {
                                "line": 28,
                                "column": 54
                              },
                              "identifierName": "defaultCurrency"
                            },
                            "name": "defaultCurrency"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {String} Currency code, used for initial currency. ",
                          "start": 851,
                          "end": 914,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 71
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {Boolean} If true, currency will be determined via geoservice on load. ",
                          "start": 979,
                          "end": 1062,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 91
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1071,
                      "end": 1122,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1071,
                        "end": 1121,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 58
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1071,
                          "end": 1093,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1071,
                            "end": 1075,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1076,
                            "end": 1093,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 30
                              },
                              "identifierName": "useGeoForCurrency"
                            },
                            "name": "useGeoForCurrency"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1096,
                          "end": 1121,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 33
                            },
                            "end": {
                              "line": 30,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1096,
                            "end": 1103,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 33
                              },
                              "end": {
                                "line": 30,
                                "column": 40
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1104,
                            "end": 1121,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 41
                              },
                              "end": {
                                "line": 30,
                                "column": 58
                              },
                              "identifierName": "useGeoForCurrency"
                            },
                            "name": "useGeoForCurrency"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {Boolean} If true, currency will be determined via geoservice on load. ",
                          "start": 979,
                          "end": 1062,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 91
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {String[]} Array of CSS selectors for finding money spans ",
                          "start": 1131,
                          "end": 1201,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 78
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1210,
                      "end": 1263,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 61
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1210,
                        "end": 1262,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 60
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1210,
                          "end": 1233,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1210,
                            "end": 1214,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1215,
                            "end": 1233,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 13
                              },
                              "end": {
                                "line": 32,
                                "column": 31
                              },
                              "identifierName": "moneySpanSelectors"
                            },
                            "name": "moneySpanSelectors"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1236,
                          "end": 1262,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 34
                            },
                            "end": {
                              "line": 32,
                              "column": 60
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1236,
                            "end": 1243,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 34
                              },
                              "end": {
                                "line": 32,
                                "column": 41
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1244,
                            "end": 1262,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 42
                              },
                              "end": {
                                "line": 32,
                                "column": 60
                              },
                              "identifierName": "moneySpanSelectors"
                            },
                            "name": "moneySpanSelectors"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {String[]} Array of CSS selectors for finding money spans ",
                          "start": 1131,
                          "end": 1201,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 78
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {function(el: DOMNode, easyCurrency: src/easycurrency/main.js~EasyCurrency): js-money} Callback which determines initial money span value. ",
                          "start": 1272,
                          "end": 1423,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 159
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1432,
                      "end": 1479,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1432,
                        "end": 1478,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1432,
                          "end": 1452,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1432,
                            "end": 1436,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1437,
                            "end": 1452,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 13
                              },
                              "end": {
                                "line": 34,
                                "column": 28
                              },
                              "identifierName": "moneySpanParser"
                            },
                            "name": "moneySpanParser"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1455,
                          "end": 1478,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 31
                            },
                            "end": {
                              "line": 34,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1455,
                            "end": 1462,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 31
                              },
                              "end": {
                                "line": 34,
                                "column": 38
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1463,
                            "end": 1478,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 39
                              },
                              "end": {
                                "line": 34,
                                "column": 54
                              },
                              "identifierName": "moneySpanParser"
                            },
                            "name": "moneySpanParser"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "* @type {function(el: DOMNode, easyCurrency: src/easycurrency/main.js~EasyCurrency): js-money} Callback which determines initial money span value. ",
                          "start": 1272,
                          "end": 1423,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 159
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * Construct a new config.\n     * @param {Object}\toptions - Properties to initialze on config.\n     ",
                    "start": 63,
                    "end": 173,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 7
                      }
                    }
                  }
                ]
              }
            ],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "* Config",
              "start": 31,
              "end": 43,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 3,
                  "column": 12
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "* @ignore ",
              "start": 1489,
              "end": 1503,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 0
                },
                "end": {
                  "line": 38,
                  "column": 14
                }
              }
            }
          ],
          "__PseudoExport__": true
        },
        "leadingComments": null
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 1504,
        "end": 1532,
        "loc": {
          "start": {
            "line": 39,
            "column": 0
          },
          "end": {
            "line": 39,
            "column": 28
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "kind": "let",
          "loc": {
            "start": {
              "line": 39,
              "column": 0
            },
            "end": {
              "line": 39,
              "column": 28
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "id": {
                "type": "Identifier",
                "name": "config"
              },
              "init": {
                "type": "NewExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "Config"
                }
              }
            }
          ],
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "* @ignore ",
              "start": 1489,
              "end": 1503,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 0
                },
                "end": {
                  "line": 38,
                  "column": 14
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "* @ignore ",
            "start": 1489,
            "end": 1503,
            "loc": {
              "start": {
                "line": 38,
                "column": 0
              },
              "end": {
                "line": 38,
                "column": 14
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "* Config",
      "start": 31,
      "end": 43,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Construct a new config.\n     * @param {Object}\toptions - Properties to initialze on config.\n     ",
      "start": 63,
      "end": 173,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {String} Currency code, used for initial currency. ",
      "start": 851,
      "end": 914,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 71
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {Boolean} If true, currency will be determined via geoservice on load. ",
      "start": 979,
      "end": 1062,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 91
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {String[]} Array of CSS selectors for finding money spans ",
      "start": 1131,
      "end": 1201,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 78
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {function(el: DOMNode, easyCurrency: src/easycurrency/main.js~EasyCurrency): js-money} Callback which determines initial money span value. ",
      "start": 1272,
      "end": 1423,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 159
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @ignore ",
      "start": 1489,
      "end": 1503,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    }
  ],
  "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": "Money",
      "start": 7,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 13,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 13
        },
        "end": {
          "line": 1,
          "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": 18,
      "end": 28,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 28,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 28
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Config",
      "start": 31,
      "end": 43,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "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": 44,
      "end": 49,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Config",
      "start": 50,
      "end": 56,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 57,
      "end": 58,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Construct a new config.\n     * @param {Object}\toptions - Properties to initialze on config.\n     ",
      "start": 63,
      "end": 173,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 178,
      "end": 189,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 9,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 189,
      "end": 190,
      "loc": {
        "start": {
          "line": 9,
          "column": 15
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 190,
      "end": 197,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 197,
      "end": 198,
      "loc": {
        "start": {
          "line": 9,
          "column": 23
        },
        "end": {
          "line": 9,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 9,
          "column": 25
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 209,
      "end": 216,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 217,
      "end": 218,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 219,
      "end": 225,
      "loc": {
        "start": {
          "line": 10,
          "column": 18
        },
        "end": {
          "line": 10,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 225,
      "end": 226,
      "loc": {
        "start": {
          "line": 10,
          "column": 24
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 226,
      "end": 232,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 232,
      "end": 233,
      "loc": {
        "start": {
          "line": 10,
          "column": 31
        },
        "end": {
          "line": 10,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 233,
      "end": 234,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 234,
      "end": 235,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 235,
      "end": 236,
      "loc": {
        "start": {
          "line": 10,
          "column": 34
        },
        "end": {
          "line": 10,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 237,
      "end": 238,
      "loc": {
        "start": {
          "line": 10,
          "column": 36
        },
        "end": {
          "line": 10,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 251,
      "end": 266,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 266,
      "end": 267,
      "loc": {
        "start": {
          "line": 11,
          "column": 27
        },
        "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": "USD",
      "start": 268,
      "end": 273,
      "loc": {
        "start": {
          "line": 11,
          "column": 29
        },
        "end": {
          "line": 11,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 273,
      "end": 274,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useGeoForCurrency",
      "start": 287,
      "end": 304,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 304,
      "end": 305,
      "loc": {
        "start": {
          "line": 12,
          "column": 29
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 306,
      "end": 310,
      "loc": {
        "start": {
          "line": 12,
          "column": 31
        },
        "end": {
          "line": 12,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 12,
          "column": 35
        },
        "end": {
          "line": 12,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanSelectors",
      "start": 324,
      "end": 342,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 342,
      "end": 343,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 344,
      "end": 345,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[data-money]",
      "start": 362,
      "end": 376,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 389,
      "end": 390,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 390,
      "end": 391,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanParser",
      "start": 404,
      "end": 419,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 419,
      "end": 420,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 421,
      "end": 429,
      "loc": {
        "start": {
          "line": 16,
          "column": 29
        },
        "end": {
          "line": 16,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 429,
      "end": 430,
      "loc": {
        "start": {
          "line": 16,
          "column": 37
        },
        "end": {
          "line": 16,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 430,
      "end": 432,
      "loc": {
        "start": {
          "line": 16,
          "column": 38
        },
        "end": {
          "line": 16,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 432,
      "end": 433,
      "loc": {
        "start": {
          "line": 16,
          "column": 40
        },
        "end": {
          "line": 16,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "easyCurrency",
      "start": 434,
      "end": 446,
      "loc": {
        "start": {
          "line": 16,
          "column": 42
        },
        "end": {
          "line": 16,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 446,
      "end": 447,
      "loc": {
        "start": {
          "line": 16,
          "column": 54
        },
        "end": {
          "line": 16,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 448,
      "end": 449,
      "loc": {
        "start": {
          "line": 16,
          "column": 56
        },
        "end": {
          "line": 16,
          "column": 57
        }
      }
    },
    {
      "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": 466,
      "end": 469,
      "loc": {
        "start": {
          "line": 17,
          "column": 16
        },
        "end": {
          "line": 17,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 470,
      "end": 476,
      "loc": {
        "start": {
          "line": 17,
          "column": 20
        },
        "end": {
          "line": 17,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 477,
      "end": 478,
      "loc": {
        "start": {
          "line": 17,
          "column": 27
        },
        "end": {
          "line": 17,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 479,
      "end": 481,
      "loc": {
        "start": {
          "line": 17,
          "column": 29
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 481,
      "end": 482,
      "loc": {
        "start": {
          "line": 17,
          "column": 31
        },
        "end": {
          "line": 17,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataset",
      "start": 482,
      "end": 489,
      "loc": {
        "start": {
          "line": 17,
          "column": 32
        },
        "end": {
          "line": 17,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 489,
      "end": 490,
      "loc": {
        "start": {
          "line": 17,
          "column": 39
        },
        "end": {
          "line": 17,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "money",
      "start": 490,
      "end": 495,
      "loc": {
        "start": {
          "line": 17,
          "column": 40
        },
        "end": {
          "line": 17,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 495,
      "end": 496,
      "loc": {
        "start": {
          "line": 17,
          "column": 45
        },
        "end": {
          "line": 17,
          "column": 46
        }
      }
    },
    {
      "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": 513,
      "end": 516,
      "loc": {
        "start": {
          "line": 18,
          "column": 16
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 517,
      "end": 525,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 526,
      "end": 527,
      "loc": {
        "start": {
          "line": 18,
          "column": 29
        },
        "end": {
          "line": 18,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 528,
      "end": 530,
      "loc": {
        "start": {
          "line": 18,
          "column": 31
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 530,
      "end": 531,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataset",
      "start": 531,
      "end": 538,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 538,
      "end": 539,
      "loc": {
        "start": {
          "line": 18,
          "column": 41
        },
        "end": {
          "line": 18,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneyCurrency",
      "start": 539,
      "end": 552,
      "loc": {
        "start": {
          "line": 18,
          "column": 42
        },
        "end": {
          "line": 18,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 553,
      "end": 555,
      "loc": {
        "start": {
          "line": 18,
          "column": 56
        },
        "end": {
          "line": 18,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "easyCurrency",
      "start": 556,
      "end": 568,
      "loc": {
        "start": {
          "line": 18,
          "column": 59
        },
        "end": {
          "line": 18,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 568,
      "end": 569,
      "loc": {
        "start": {
          "line": 18,
          "column": 71
        },
        "end": {
          "line": 18,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_config",
      "start": 569,
      "end": 576,
      "loc": {
        "start": {
          "line": 18,
          "column": 72
        },
        "end": {
          "line": 18,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 576,
      "end": 577,
      "loc": {
        "start": {
          "line": 18,
          "column": 79
        },
        "end": {
          "line": 18,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 577,
      "end": 592,
      "loc": {
        "start": {
          "line": 18,
          "column": 80
        },
        "end": {
          "line": 18,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 592,
      "end": 593,
      "loc": {
        "start": {
          "line": 18,
          "column": 95
        },
        "end": {
          "line": 18,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 610,
      "end": 616,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 617,
      "end": 619,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 619,
      "end": 620,
      "loc": {
        "start": {
          "line": 19,
          "column": 25
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataset",
      "start": 620,
      "end": 627,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 627,
      "end": 628,
      "loc": {
        "start": {
          "line": 19,
          "column": 33
        },
        "end": {
          "line": 19,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "money",
      "start": 628,
      "end": 633,
      "loc": {
        "start": {
          "line": 19,
          "column": 34
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 633,
      "end": 634,
      "loc": {
        "start": {
          "line": 19,
          "column": 39
        },
        "end": {
          "line": 19,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 651,
      "end": 657,
      "loc": {
        "start": {
          "line": 20,
          "column": 16
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "el",
      "start": 658,
      "end": 660,
      "loc": {
        "start": {
          "line": 20,
          "column": 23
        },
        "end": {
          "line": 20,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 20,
          "column": 25
        },
        "end": {
          "line": 20,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataset",
      "start": 661,
      "end": 668,
      "loc": {
        "start": {
          "line": 20,
          "column": 26
        },
        "end": {
          "line": 20,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 668,
      "end": 669,
      "loc": {
        "start": {
          "line": 20,
          "column": 33
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneyCurrency",
      "start": 669,
      "end": 682,
      "loc": {
        "start": {
          "line": 20,
          "column": 34
        },
        "end": {
          "line": 20,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 20,
          "column": 47
        },
        "end": {
          "line": 20,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 700,
      "end": 706,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Number",
      "start": 709,
      "end": 715,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 715,
      "end": 716,
      "loc": {
        "start": {
          "line": 21,
          "column": 31
        },
        "end": {
          "line": 21,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 716,
      "end": 722,
      "loc": {
        "start": {
          "line": 21,
          "column": 32
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 723,
      "end": 724,
      "loc": {
        "start": {
          "line": 21,
          "column": 39
        },
        "end": {
          "line": 21,
          "column": 40
        }
      }
    },
    {
      "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": 741,
      "end": 747,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "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": 748,
      "end": 751,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Money",
      "start": 752,
      "end": 757,
      "loc": {
        "start": {
          "line": 22,
          "column": 27
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 757,
      "end": 758,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "amount",
      "start": 758,
      "end": 764,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 764,
      "end": 765,
      "loc": {
        "start": {
          "line": 22,
          "column": 39
        },
        "end": {
          "line": 22,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currency",
      "start": 766,
      "end": 774,
      "loc": {
        "start": {
          "line": 22,
          "column": 41
        },
        "end": {
          "line": 22,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 774,
      "end": 775,
      "loc": {
        "start": {
          "line": 22,
          "column": 49
        },
        "end": {
          "line": 22,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 775,
      "end": 776,
      "loc": {
        "start": {
          "line": 22,
          "column": 50
        },
        "end": {
          "line": 22,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 789,
      "end": 790,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 790,
      "end": 791,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowedCurrencies",
      "start": 795,
      "end": 812,
      "loc": {
        "start": {
          "line": 24,
          "column": 3
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 812,
      "end": 813,
      "loc": {
        "start": {
          "line": 24,
          "column": 20
        },
        "end": {
          "line": 24,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "any",
      "start": 814,
      "end": 819,
      "loc": {
        "start": {
          "line": 24,
          "column": 22
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 24,
          "column": 27
        },
        "end": {
          "line": 24,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 829,
      "end": 830,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 830,
      "end": 831,
      "loc": {
        "start": {
          "line": 25,
          "column": 9
        },
        "end": {
          "line": 25,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 832,
      "end": 839,
      "loc": {
        "start": {
          "line": 25,
          "column": 11
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 25,
          "column": 18
        },
        "end": {
          "line": 25,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {String} Currency code, used for initial currency. ",
      "start": 851,
      "end": 914,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 71
        }
      }
    },
    {
      "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": 923,
      "end": 927,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 927,
      "end": 928,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 928,
      "end": 943,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 944,
      "end": 945,
      "loc": {
        "start": {
          "line": 28,
          "column": 29
        },
        "end": {
          "line": 28,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 946,
      "end": 953,
      "loc": {
        "start": {
          "line": 28,
          "column": 31
        },
        "end": {
          "line": 28,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 953,
      "end": 954,
      "loc": {
        "start": {
          "line": 28,
          "column": 38
        },
        "end": {
          "line": 28,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultCurrency",
      "start": 954,
      "end": 969,
      "loc": {
        "start": {
          "line": 28,
          "column": 39
        },
        "end": {
          "line": 28,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 28,
          "column": 54
        },
        "end": {
          "line": 28,
          "column": 55
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {Boolean} If true, currency will be determined via geoservice on load. ",
      "start": 979,
      "end": 1062,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 91
        }
      }
    },
    {
      "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": 1071,
      "end": 1075,
      "loc": {
        "start": {
          "line": 30,
          "column": 8
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1075,
      "end": 1076,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useGeoForCurrency",
      "start": 1076,
      "end": 1093,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1094,
      "end": 1095,
      "loc": {
        "start": {
          "line": 30,
          "column": 31
        },
        "end": {
          "line": 30,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1096,
      "end": 1103,
      "loc": {
        "start": {
          "line": 30,
          "column": 33
        },
        "end": {
          "line": 30,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1103,
      "end": 1104,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useGeoForCurrency",
      "start": 1104,
      "end": 1121,
      "loc": {
        "start": {
          "line": 30,
          "column": 41
        },
        "end": {
          "line": 30,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1121,
      "end": 1122,
      "loc": {
        "start": {
          "line": 30,
          "column": 58
        },
        "end": {
          "line": 30,
          "column": 59
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {String[]} Array of CSS selectors for finding money spans ",
      "start": 1131,
      "end": 1201,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 78
        }
      }
    },
    {
      "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": 1210,
      "end": 1214,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanSelectors",
      "start": 1215,
      "end": 1233,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 32,
          "column": 32
        },
        "end": {
          "line": 32,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1236,
      "end": 1243,
      "loc": {
        "start": {
          "line": 32,
          "column": 34
        },
        "end": {
          "line": 32,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1243,
      "end": 1244,
      "loc": {
        "start": {
          "line": 32,
          "column": 41
        },
        "end": {
          "line": 32,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanSelectors",
      "start": 1244,
      "end": 1262,
      "loc": {
        "start": {
          "line": 32,
          "column": 42
        },
        "end": {
          "line": 32,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1262,
      "end": 1263,
      "loc": {
        "start": {
          "line": 32,
          "column": 60
        },
        "end": {
          "line": 32,
          "column": 61
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @type {function(el: DOMNode, easyCurrency: src/easycurrency/main.js~EasyCurrency): js-money} Callback which determines initial money span value. ",
      "start": 1272,
      "end": 1423,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 159
        }
      }
    },
    {
      "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": 1432,
      "end": 1436,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1436,
      "end": 1437,
      "loc": {
        "start": {
          "line": 34,
          "column": 12
        },
        "end": {
          "line": 34,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanParser",
      "start": 1437,
      "end": 1452,
      "loc": {
        "start": {
          "line": 34,
          "column": 13
        },
        "end": {
          "line": 34,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1453,
      "end": 1454,
      "loc": {
        "start": {
          "line": 34,
          "column": 29
        },
        "end": {
          "line": 34,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1455,
      "end": 1462,
      "loc": {
        "start": {
          "line": 34,
          "column": 31
        },
        "end": {
          "line": 34,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1462,
      "end": 1463,
      "loc": {
        "start": {
          "line": 34,
          "column": 38
        },
        "end": {
          "line": 34,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moneySpanParser",
      "start": 1463,
      "end": 1478,
      "loc": {
        "start": {
          "line": 34,
          "column": 39
        },
        "end": {
          "line": 34,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1478,
      "end": 1479,
      "loc": {
        "start": {
          "line": 34,
          "column": 54
        },
        "end": {
          "line": 34,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1484,
      "end": 1485,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1486,
      "end": 1487,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* @ignore ",
      "start": 1489,
      "end": 1503,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "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": 1504,
      "end": 1510,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "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": 1511,
      "end": 1518,
      "loc": {
        "start": {
          "line": 39,
          "column": 7
        },
        "end": {
          "line": 39,
          "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": 1519,
      "end": 1522,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Config",
      "start": 1523,
      "end": 1529,
      "loc": {
        "start": {
          "line": 39,
          "column": 19
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1529,
      "end": 1530,
      "loc": {
        "start": {
          "line": 39,
          "column": 25
        },
        "end": {
          "line": 39,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1530,
      "end": 1531,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1531,
      "end": 1532,
      "loc": {
        "start": {
          "line": 39,
          "column": 27
        },
        "end": {
          "line": 39,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1533,
      "end": 1533,
      "loc": {
        "start": {
          "line": 40,
          "column": 0
        },
        "end": {
          "line": 40,
          "column": 0
        }
      }
    }
  ]
}