{
  "type": "Program",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "FastMap",
              "range": [
                11,
                18
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 11
                },
                "end": {
                  "line": 1,
                  "column": 18
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "FastMap",
                        "range": [
                          49,
                          56
                        ],
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 13
                          },
                          "end": {
                            "line": 2,
                            "column": 20
                          }
                        }
                      },
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    69,
                                    73
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 3,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 3,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "values",
                                  "range": [
                                    74,
                                    80
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 3,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 3,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  69,
                                  80
                                ],
                                "loc": {
                                  "start": {
                                    "line": 3,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 3,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "properties": [],
                                "range": [
                                  83,
                                  85
                                ],
                                "loc": {
                                  "start": {
                                    "line": 3,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 3,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                69,
                                85
                              ],
                              "loc": {
                                "start": {
                                  "line": 3,
                                  "column": 8
                                },
                                "end": {
                                  "line": 3,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              69,
                              86
                            ],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 8
                              },
                              "end": {
                                "line": 3,
                                "column": 25
                              }
                            }
                          }
                        ],
                        "range": [
                          59,
                          92
                        ],
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 23
                          },
                          "end": {
                            "line": 4,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        40,
                        92
                      ],
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 4
                        },
                        "end": {
                          "line": 4,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FastMap",
                              "range": [
                                97,
                                104
                              ],
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 4
                                },
                                "end": {
                                  "line": 5,
                                  "column": 11
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                105,
                                114
                              ],
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 12
                                },
                                "end": {
                                  "line": 5,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              97,
                              114
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 4
                              },
                              "end": {
                                "line": 5,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "delete",
                            "range": [
                              115,
                              121
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 22
                              },
                              "end": {
                                "line": 5,
                                "column": 28
                              }
                            }
                          },
                          "range": [
                            97,
                            121
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 4
                            },
                            "end": {
                              "line": 5,
                              "column": 28
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "key",
                              "range": [
                                134,
                                137
                              ],
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 41
                                },
                                "end": {
                                  "line": 5,
                                  "column": 44
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": true,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          149,
                                          153
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          154,
                                          160
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "range": [
                                        149,
                                        160
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "key",
                                      "range": [
                                        161,
                                        164
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      149,
                                      165
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 6,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      168,
                                      172
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 6,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    149,
                                    172
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  149,
                                  173
                                ],
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 32
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    189,
                                    193
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  182,
                                  194
                                ],
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 20
                                  }
                                }
                              }
                            ],
                            "range": [
                              139,
                              200
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 46
                              },
                              "end": {
                                "line": 8,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            124,
                            200
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 31
                            },
                            "end": {
                              "line": 8,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          97,
                          200
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        97,
                        201
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FastMap",
                              "range": [
                                206,
                                213
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 4
                                },
                                "end": {
                                  "line": 9,
                                  "column": 11
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                214,
                                223
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 12
                                },
                                "end": {
                                  "line": 9,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              206,
                              223
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 4
                              },
                              "end": {
                                "line": 9,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "set",
                            "range": [
                              224,
                              227
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 22
                              },
                              "end": {
                                "line": 9,
                                "column": 25
                              }
                            }
                          },
                          "range": [
                            206,
                            227
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4
                            },
                            "end": {
                              "line": 9,
                              "column": 25
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "key",
                              "range": [
                                240,
                                243
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 38
                                },
                                "end": {
                                  "line": 9,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                245,
                                250
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 43
                                },
                                "end": {
                                  "line": 9,
                                  "column": 48
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": true,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          262,
                                          266
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          267,
                                          273
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "range": [
                                        262,
                                        273
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "key",
                                      "range": [
                                        274,
                                        277
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      262,
                                      278
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "value",
                                    "range": [
                                      281,
                                      286
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    262,
                                    286
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  262,
                                  287
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "ThisExpression",
                                  "range": [
                                    303,
                                    307
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  296,
                                  308
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 20
                                  }
                                }
                              }
                            ],
                            "range": [
                              252,
                              314
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 50
                              },
                              "end": {
                                "line": 12,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            230,
                            314
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 28
                            },
                            "end": {
                              "line": 12,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          206,
                          314
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        206,
                        315
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FastMap",
                              "range": [
                                320,
                                327
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 4
                                },
                                "end": {
                                  "line": 13,
                                  "column": 11
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                328,
                                337
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              320,
                              337
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 4
                              },
                              "end": {
                                "line": 13,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "get",
                            "range": [
                              338,
                              341
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 22
                              },
                              "end": {
                                "line": 13,
                                "column": 25
                              }
                            }
                          },
                          "range": [
                            320,
                            341
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 4
                            },
                            "end": {
                              "line": 13,
                              "column": 25
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "key",
                              "range": [
                                354,
                                357
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 38
                                },
                                "end": {
                                  "line": 13,
                                  "column": 41
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "MemberExpression",
                                  "computed": true,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        376,
                                        380
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "values",
                                      "range": [
                                        381,
                                        387
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "range": [
                                      376,
                                      387
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "key",
                                    "range": [
                                      388,
                                      391
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    376,
                                    392
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  369,
                                  393
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 32
                                  }
                                }
                              }
                            ],
                            "range": [
                              359,
                              399
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 43
                              },
                              "end": {
                                "line": 15,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            344,
                            399
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 28
                            },
                            "end": {
                              "line": 15,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          320,
                          399
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        320,
                        400
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FastMap",
                              "range": [
                                405,
                                412
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 4
                                },
                                "end": {
                                  "line": 16,
                                  "column": 11
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                413,
                                422
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 12
                                },
                                "end": {
                                  "line": 16,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              405,
                              422
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 4
                              },
                              "end": {
                                "line": 16,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "forEach",
                            "range": [
                              423,
                              430
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 22
                              },
                              "end": {
                                "line": 16,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            405,
                            430
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 29
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "cb",
                              "range": [
                                443,
                                445
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 42
                                },
                                "end": {
                                  "line": 16,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "thisArg",
                              "range": [
                                447,
                                454
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 46
                                },
                                "end": {
                                  "line": 16,
                                  "column": 53
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "values",
                                      "range": [
                                        470,
                                        476
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          479,
                                          483
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          484,
                                          490
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        479,
                                        490
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      470,
                                      490
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  466,
                                  491
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "ForInStatement",
                                "left": {
                                  "type": "VariableDeclaration",
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "id": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          509,
                                          512
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "init": null,
                                      "range": [
                                        509,
                                        512
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 20
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "var",
                                  "range": [
                                    505,
                                    512
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 20
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "values",
                                  "range": [
                                    516,
                                    522
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 30
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "LogicalExpression",
                                        "operator": "&&",
                                        "left": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "values",
                                              "range": [
                                                542,
                                                548
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "hasOwnProperty",
                                              "range": [
                                                549,
                                                563
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "range": [
                                              542,
                                              563
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "key",
                                              "range": [
                                                564,
                                                567
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 41
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            542,
                                            568
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "BinaryExpression",
                                          "operator": "!==",
                                          "left": {
                                            "type": "MemberExpression",
                                            "computed": true,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "values",
                                              "range": [
                                                572,
                                                578
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "key",
                                              "range": [
                                                579,
                                                582
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "range": [
                                              572,
                                              583
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "value": null,
                                            "raw": "null",
                                            "range": [
                                              588,
                                              592
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 66
                                              }
                                            }
                                          },
                                          "range": [
                                            572,
                                            592
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "range": [
                                          542,
                                          592
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 66
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "cb",
                                                  "range": [
                                                    612,
                                                    614
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 18
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "call",
                                                  "range": [
                                                    615,
                                                    619
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  612,
                                                  619
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "thisArg",
                                                  "range": [
                                                    620,
                                                    627
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "computed": true,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "values",
                                                    "range": [
                                                      629,
                                                      635
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "key",
                                                    "range": [
                                                      636,
                                                      639
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    629,
                                                    640
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "key",
                                                  "range": [
                                                    642,
                                                    645
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 49
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                612,
                                                646
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "range": [
                                              612,
                                              647
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 51
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          594,
                                          661
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "range": [
                                        538,
                                        661
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    524,
                                    671
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 9
                                    }
                                  }
                                },
                                "each": false,
                                "range": [
                                  500,
                                  671
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              456,
                              677
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 55
                              },
                              "end": {
                                "line": 23,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            433,
                            677
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 32
                            },
                            "end": {
                              "line": 23,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          405,
                          677
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        405,
                        678
                      ],
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FastMap",
                              "range": [
                                683,
                                690
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 4
                                },
                                "end": {
                                  "line": 24,
                                  "column": 11
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                691,
                                700
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              683,
                              700
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 4
                              },
                              "end": {
                                "line": 24,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "clear",
                            "range": [
                              701,
                              706
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 22
                              },
                              "end": {
                                "line": 24,
                                "column": 27
                              }
                            }
                          },
                          "range": [
                            683,
                            706
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 24,
                              "column": 27
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        731,
                                        735
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "values",
                                      "range": [
                                        736,
                                        742
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      731,
                                      742
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "ObjectExpression",
                                    "properties": [],
                                    "range": [
                                      745,
                                      747
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    731,
                                    747
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  731,
                                  748
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 25
                                  }
                                }
                              }
                            ],
                            "range": [
                              721,
                              754
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 42
                              },
                              "end": {
                                "line": 26,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            709,
                            754
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 30
                            },
                            "end": {
                              "line": 26,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          683,
                          754
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        683,
                        755
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "FastMap",
                        "range": [
                          767,
                          774
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 11
                          },
                          "end": {
                            "line": 27,
                            "column": 18
                          }
                        }
                      },
                      "range": [
                        760,
                        775
                      ],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 19
                        }
                      }
                    }
                  ],
                  "range": [
                    34,
                    777
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 34
                    },
                    "end": {
                      "line": 28,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  22,
                  777
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 22
                  },
                  "end": {
                    "line": 28,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                22,
                779
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 22
                },
                "end": {
                  "line": 28,
                  "column": 3
                }
              }
            },
            "range": [
              11,
              780
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 11
              },
              "end": {
                "line": 28,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          7,
          781
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 7
          },
          "end": {
            "line": 28,
            "column": 5
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=FastMap.js.map",
            "range": [
              782,
              817
            ],
            "loc": {
              "start": {
                "line": 29,
                "column": 0
              },
              "end": {
                "line": 29,
                "column": 35
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        0,
        781
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 28,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=FastMap.js.map",
          "range": [
            782,
            817
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 0
            },
            "end": {
              "line": 29,
              "column": 35
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    781
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 28,
      "column": 5
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=FastMap.js.map",
      "range": [
        782,
        817
      ],
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    }
  ]
}