{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "root",
            "range": [
              9,
              13
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 13
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "root",
            "range": [
              9,
              13
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 13
              }
            }
          },
          "range": [
            9,
            13
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 13
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./root",
        "raw": "'./root'",
        "range": [
          21,
          29
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 21
          },
          "end": {
            "line": 1,
            "column": 29
          }
        }
      },
      "range": [
        0,
        30
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "MapPolyfill",
            "range": [
              40,
              51
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 20
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "MapPolyfill",
            "range": [
              40,
              51
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 20
              }
            }
          },
          "range": [
            40,
            51
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 20
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./MapPolyfill",
        "raw": "'./MapPolyfill'",
        "range": [
          59,
          74
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 28
          },
          "end": {
            "line": 2,
            "column": 43
          }
        }
      },
      "range": [
        31,
        75
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 44
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "Map",
              "range": [
                87,
                90
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 11
                },
                "end": {
                  "line": 3,
                  "column": 14
                }
              }
            },
            "init": {
              "type": "LogicalExpression",
              "operator": "||",
              "left": {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "root",
                  "range": [
                    93,
                    97
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 17
                    },
                    "end": {
                      "line": 3,
                      "column": 21
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "Map",
                  "range": [
                    98,
                    101
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 22
                    },
                    "end": {
                      "line": 3,
                      "column": 25
                    }
                  }
                },
                "range": [
                  93,
                  101
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 25
                  }
                }
              },
              "right": {
                "type": "CallExpression",
                "callee": {
                  "type": "FunctionExpression",
                  "id": null,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "argument": {
                          "type": "Identifier",
                          "name": "MapPolyfill",
                          "range": [
                            127,
                            138
                          ],
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 51
                            },
                            "end": {
                              "line": 3,
                              "column": 62
                            }
                          }
                        },
                        "range": [
                          120,
                          139
                        ],
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 44
                          },
                          "end": {
                            "line": 3,
                            "column": 63
                          }
                        }
                      }
                    ],
                    "range": [
                      118,
                      141
                    ],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 42
                      },
                      "end": {
                        "line": 3,
                        "column": 65
                      }
                    }
                  },
                  "generator": false,
                  "expression": false,
                  "range": [
                    106,
                    141
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 30
                    },
                    "end": {
                      "line": 3,
                      "column": 65
                    }
                  }
                },
                "arguments": [],
                "range": [
                  105,
                  144
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 29
                  },
                  "end": {
                    "line": 3,
                    "column": 68
                  }
                }
              },
              "range": [
                93,
                144
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 17
                },
                "end": {
                  "line": 3,
                  "column": 68
                }
              }
            },
            "range": [
              87,
              144
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 11
              },
              "end": {
                "line": 3,
                "column": 68
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          83,
          145
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 7
          },
          "end": {
            "line": 3,
            "column": 69
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=Map.js.map",
            "range": [
              146,
              177
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 31
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        76,
        145
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 69
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=Map.js.map",
          "range": [
            146,
            177
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 31
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    145
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 3,
      "column": 69
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=Map.js.map",
      "range": [
        146,
        177
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    }
  ]
}