{
  "type": "File",
  "start": 0,
  "end": 5259,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 175,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 5259,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 175,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 14,
        "end": 49,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 35
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 20,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 6
              },
              "end": {
                "line": 2,
                "column": 34
              }
            },
            "id": {
              "type": "ObjectPattern",
              "start": 20,
              "end": 28,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 6
                },
                "end": {
                  "line": 2,
                  "column": 14
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 21,
                  "end": 27,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 7
                    },
                    "end": {
                      "line": 2,
                      "column": 13
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 21,
                    "end": 27,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 7
                      },
                      "end": {
                        "line": 2,
                        "column": 13
                      },
                      "identifierName": "rollup"
                    },
                    "name": "rollup"
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 21,
                    "end": 27,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 7
                      },
                      "end": {
                        "line": 2,
                        "column": 13
                      },
                      "identifierName": "rollup"
                    },
                    "name": "rollup"
                  },
                  "extra": {
                    "shorthand": true
                  }
                }
              ]
            },
            "init": {
              "type": "CallExpression",
              "start": 31,
              "end": 48,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 17
                },
                "end": {
                  "line": 2,
                  "column": 34
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 31,
                "end": 38,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 17
                  },
                  "end": {
                    "line": 2,
                    "column": 24
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 39,
                  "end": 47,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 25
                    },
                    "end": {
                      "line": 2,
                      "column": 33
                    }
                  },
                  "extra": {
                    "rawValue": "rollup",
                    "raw": "'rollup'"
                  },
                  "value": "rollup"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 50,
        "end": 79,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 29
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 56,
            "end": 78,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 28
              }
            },
            "id": {
              "type": "Identifier",
              "start": 56,
              "end": 60,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 10
                },
                "identifierName": "path"
              },
              "name": "path"
            },
            "init": {
              "type": "CallExpression",
              "start": 63,
              "end": 78,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 13
                },
                "end": {
                  "line": 3,
                  "column": 28
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 63,
                "end": 70,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 13
                  },
                  "end": {
                    "line": 3,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 71,
                  "end": 77,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 21
                    },
                    "end": {
                      "line": 3,
                      "column": 27
                    }
                  },
                  "extra": {
                    "rawValue": "path",
                    "raw": "'path'"
                  },
                  "value": "path"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 80,
        "end": 120,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 40
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 86,
            "end": 119,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 39
              }
            },
            "id": {
              "type": "ObjectPattern",
              "start": 86,
              "end": 92,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 12
                }
              },
              "properties": [
                {
                  "type": "ObjectProperty",
                  "start": 87,
                  "end": 91,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 7
                    },
                    "end": {
                      "line": 4,
                      "column": 11
                    }
                  },
                  "method": false,
                  "shorthand": true,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 87,
                    "end": 91,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 7
                      },
                      "end": {
                        "line": 4,
                        "column": 11
                      },
                      "identifierName": "fork"
                    },
                    "name": "fork"
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 87,
                    "end": 91,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 7
                      },
                      "end": {
                        "line": 4,
                        "column": 11
                      },
                      "identifierName": "fork"
                    },
                    "name": "fork"
                  },
                  "extra": {
                    "shorthand": true
                  }
                }
              ]
            },
            "init": {
              "type": "CallExpression",
              "start": 95,
              "end": 119,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 15
                },
                "end": {
                  "line": 4,
                  "column": 39
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 95,
                "end": 102,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 4,
                    "column": 22
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 103,
                  "end": 118,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 23
                    },
                    "end": {
                      "line": 4,
                      "column": 38
                    }
                  },
                  "extra": {
                    "rawValue": "child_process",
                    "raw": "'child_process'"
                  },
                  "value": "child_process"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ImportDeclaration",
        "start": 121,
        "end": 154,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 33
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 128,
            "end": 134,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 13
              }
            },
            "local": {
              "type": "Identifier",
              "start": 128,
              "end": 134,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 7
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "logger"
              },
              "name": "logger"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 140,
          "end": 153,
          "loc": {
            "start": {
              "line": 5,
              "column": 19
            },
            "end": {
              "line": 5,
              "column": 32
            }
          },
          "extra": {
            "rawValue": "./logger.js",
            "raw": "'./logger.js'"
          },
          "value": "./logger.js"
        }
      },
      {
        "type": "VariableDeclaration",
        "start": 155,
        "end": 168,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 13
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 159,
            "end": 167,
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 12
              }
            },
            "id": {
              "type": "Identifier",
              "start": 159,
              "end": 167,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 6,
                  "column": 12
                },
                "identifierName": "iterator"
              },
              "name": "iterator"
            },
            "init": null
          }
        ],
        "kind": "let"
      },
      {
        "type": "VariableDeclaration",
        "start": 169,
        "end": 179,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 10
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 173,
            "end": 178,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 9
              }
            },
            "id": {
              "type": "Identifier",
              "start": 173,
              "end": 178,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 9
                },
                "identifierName": "cache"
              },
              "name": "cache"
            },
            "init": null
          }
        ],
        "kind": "let"
      },
      {
        "type": "VariableDeclaration",
        "start": 180,
        "end": 198,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 18
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 184,
            "end": 197,
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 17
              }
            },
            "id": {
              "type": "Identifier",
              "start": 184,
              "end": 192,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 8,
                  "column": 12
                },
                "identifierName": "warnings"
              },
              "name": "warnings"
            },
            "init": {
              "type": "ArrayExpression",
              "start": 195,
              "end": 197,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 8,
                  "column": 17
                }
              },
              "elements": []
            }
          }
        ],
        "kind": "let"
      },
      {
        "type": "VariableDeclaration",
        "start": 200,
        "end": 270,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 70
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 206,
            "end": 269,
            "loc": {
              "start": {
                "line": 10,
                "column": 6
              },
              "end": {
                "line": 10,
                "column": 69
              }
            },
            "id": {
              "type": "Identifier",
              "start": 206,
              "end": 215,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 6
                },
                "end": {
                  "line": 10,
                  "column": 15
                },
                "identifierName": "logWorker"
              },
              "name": "logWorker"
            },
            "init": {
              "type": "CallExpression",
              "start": 218,
              "end": 269,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 18
                },
                "end": {
                  "line": 10,
                  "column": 69
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 218,
                "end": 222,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 18
                  },
                  "end": {
                    "line": 10,
                    "column": 22
                  },
                  "identifierName": "fork"
                },
                "name": "fork"
              },
              "arguments": [
                {
                  "type": "CallExpression",
                  "start": 223,
                  "end": 268,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 23
                    },
                    "end": {
                      "line": 10,
                      "column": 68
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 223,
                    "end": 232,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 23
                      },
                      "end": {
                        "line": 10,
                        "column": 32
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 223,
                      "end": 227,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 23
                        },
                        "end": {
                          "line": 10,
                          "column": 27
                        },
                        "identifierName": "path"
                      },
                      "name": "path"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 228,
                      "end": 232,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 28
                        },
                        "end": {
                          "line": 10,
                          "column": 32
                        },
                        "identifierName": "join"
                      },
                      "name": "join"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 233,
                      "end": 242,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 33
                        },
                        "end": {
                          "line": 10,
                          "column": 42
                        },
                        "identifierName": "__dirname"
                      },
                      "name": "__dirname"
                    },
                    {
                      "type": "StringLiteral",
                      "start": 244,
                      "end": 267,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 44
                        },
                        "end": {
                          "line": 10,
                          "column": 67
                        }
                      },
                      "extra": {
                        "rawValue": "workers/log-worker.js",
                        "raw": "'workers/log-worker.js'"
                      },
                      "value": "workers/log-worker.js"
                    }
                  ]
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "FunctionDeclaration",
        "start": 272,
        "end": 681,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 30,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 283,
          "end": 290,
          "loc": {
            "start": {
              "line": 12,
              "column": 11
            },
            "end": {
              "line": 12,
              "column": 18
            },
            "identifierName": "bundler"
          },
          "name": "bundler"
        },
        "generator": true,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 291,
            "end": 298,
            "loc": {
              "start": {
                "line": 12,
                "column": 19
              },
              "end": {
                "line": 12,
                "column": 26
              },
              "identifierName": "bundles"
            },
            "name": "bundles"
          },
          {
            "type": "Identifier",
            "start": 300,
            "end": 302,
            "loc": {
              "start": {
                "line": 12,
                "column": 28
              },
              "end": {
                "line": 12,
                "column": 30
              },
              "identifierName": "fn"
            },
            "name": "fn"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 304,
          "end": 681,
          "loc": {
            "start": {
              "line": 12,
              "column": 32
            },
            "end": {
              "line": 30,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 308,
              "end": 321,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 2
                },
                "end": {
                  "line": 13,
                  "column": 15
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 312,
                  "end": 320,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 6
                    },
                    "end": {
                      "line": 13,
                      "column": 14
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 312,
                    "end": 315,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 6
                      },
                      "end": {
                        "line": 13,
                        "column": 9
                      },
                      "identifierName": "fns"
                    },
                    "name": "fns"
                  },
                  "init": {
                    "type": "ArrayExpression",
                    "start": 318,
                    "end": 320,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 12
                      },
                      "end": {
                        "line": 13,
                        "column": 14
                      }
                    },
                    "elements": []
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "ForOfStatement",
              "start": 324,
              "end": 473,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 2
                },
                "end": {
                  "line": 19,
                  "column": 3
                }
              },
              "left": {
                "type": "VariableDeclaration",
                "start": 329,
                "end": 339,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 7
                  },
                  "end": {
                    "line": 14,
                    "column": 17
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 333,
                    "end": 339,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 14,
                        "column": 17
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 333,
                      "end": 339,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 11
                        },
                        "end": {
                          "line": 14,
                          "column": 17
                        },
                        "identifierName": "bundle"
                      },
                      "name": "bundle"
                    },
                    "init": null
                  }
                ],
                "kind": "let"
              },
              "right": {
                "type": "Identifier",
                "start": 343,
                "end": 350,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 21
                  },
                  "end": {
                    "line": 14,
                    "column": 28
                  },
                  "identifierName": "bundles"
                },
                "name": "bundles"
              },
              "body": {
                "type": "BlockStatement",
                "start": 352,
                "end": 473,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 30
                  },
                  "end": {
                    "line": 19,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 358,
                    "end": 381,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 27
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 362,
                        "end": 380,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 26
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 362,
                          "end": 366,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 12
                            },
                            "identifierName": "dest"
                          },
                          "name": "dest"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 369,
                          "end": 380,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 15
                            },
                            "end": {
                              "line": 15,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 369,
                            "end": 375,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 15
                              },
                              "end": {
                                "line": 15,
                                "column": 21
                              },
                              "identifierName": "bundle"
                            },
                            "name": "bundle"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 376,
                            "end": 380,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 22
                              },
                              "end": {
                                "line": 15,
                                "column": 26
                              },
                              "identifierName": "dest"
                            },
                            "name": "dest"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 386,
                    "end": 419,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 386,
                      "end": 418,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 386,
                        "end": 392,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 16,
                            "column": 10
                          },
                          "identifierName": "bundle"
                        },
                        "name": "bundle"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 395,
                        "end": 418,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 13
                          },
                          "end": {
                            "line": 16,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 395,
                          "end": 408,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 13
                            },
                            "end": {
                              "line": 16,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 395,
                            "end": 401,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 19
                              },
                              "identifierName": "bundle"
                            },
                            "name": "bundle"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 402,
                            "end": 408,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 20
                              },
                              "end": {
                                "line": 16,
                                "column": 26
                              },
                              "identifierName": "bundle"
                            },
                            "name": "bundle"
                          },
                          "computed": false
                        },
                        "operator": "||",
                        "right": {
                          "type": "Identifier",
                          "start": 412,
                          "end": 418,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 30
                            },
                            "end": {
                              "line": 16,
                              "column": 36
                            },
                            "identifierName": "bundle"
                          },
                          "name": "bundle"
                        }
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 424,
                    "end": 443,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 23
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 424,
                      "end": 442,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 22
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 424,
                        "end": 435,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 17,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 424,
                          "end": 430,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 10
                            },
                            "identifierName": "bundle"
                          },
                          "name": "bundle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 431,
                          "end": 435,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 11
                            },
                            "end": {
                              "line": 17,
                              "column": 15
                            },
                            "identifierName": "dest"
                          },
                          "name": "dest"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 438,
                        "end": 442,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 18
                          },
                          "end": {
                            "line": 17,
                            "column": 22
                          },
                          "identifierName": "dest"
                        },
                        "name": "dest"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 448,
                    "end": 469,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 18,
                        "column": 25
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 448,
                      "end": 468,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 24
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 448,
                        "end": 456,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 448,
                          "end": 451,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 7
                            },
                            "identifierName": "fns"
                          },
                          "name": "fns"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 452,
                          "end": 456,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 12
                            },
                            "identifierName": "push"
                          },
                          "name": "push"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 457,
                          "end": 467,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 13
                            },
                            "end": {
                              "line": 18,
                              "column": 23
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 457,
                            "end": 459,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 15
                              },
                              "identifierName": "fn"
                            },
                            "name": "fn"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 460,
                              "end": 466,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 16
                                },
                                "end": {
                                  "line": 18,
                                  "column": 22
                                },
                                "identifierName": "bundle"
                              },
                              "name": "bundle"
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 477,
              "end": 679,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 2
                },
                "end": {
                  "line": 29,
                  "column": 5
                }
              },
              "expression": {
                "type": "YieldExpression",
                "start": 477,
                "end": 678,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 2
                  },
                  "end": {
                    "line": 29,
                    "column": 4
                  }
                },
                "delegate": false,
                "argument": {
                  "type": "CallExpression",
                  "start": 483,
                  "end": 678,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 8
                    },
                    "end": {
                      "line": 29,
                      "column": 4
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 483,
                    "end": 504,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 8
                      },
                      "end": {
                        "line": 21,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 483,
                      "end": 499,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 24
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 483,
                        "end": 494,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 483,
                          "end": 490,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 15
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 491,
                          "end": 494,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 16
                            },
                            "end": {
                              "line": 21,
                              "column": 19
                            },
                            "identifierName": "all"
                          },
                          "name": "all"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 495,
                          "end": 498,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 20
                            },
                            "end": {
                              "line": 21,
                              "column": 23
                            },
                            "identifierName": "fns"
                          },
                          "name": "fns"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 500,
                      "end": 504,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 25
                        },
                        "end": {
                          "line": 21,
                          "column": 29
                        },
                        "identifierName": "then"
                      },
                      "name": "then"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "ArrowFunctionExpression",
                      "start": 505,
                      "end": 677,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 30
                        },
                        "end": {
                          "line": 29,
                          "column": 3
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 505,
                          "end": 512,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 30
                            },
                            "end": {
                              "line": 21,
                              "column": 37
                            },
                            "identifierName": "bundles"
                          },
                          "name": "bundles"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 516,
                        "end": 677,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 41
                          },
                          "end": {
                            "line": 29,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 522,
                            "end": 547,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 4
                              },
                              "end": {
                                "line": 22,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 522,
                              "end": 546,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 4
                                },
                                "end": {
                                  "line": 22,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 522,
                                "end": 536,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 522,
                                  "end": 531,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 13
                                    },
                                    "identifierName": "logWorker"
                                  },
                                  "name": "logWorker"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 532,
                                  "end": 536,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 18
                                    },
                                    "identifierName": "kill"
                                  },
                                  "name": "kill"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 537,
                                  "end": 545,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 27
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "SIGINT",
                                    "raw": "'SIGINT'"
                                  },
                                  "value": "SIGINT"
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 552,
                            "end": 653,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 4
                              },
                              "end": {
                                "line": 27,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 556,
                              "end": 568,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 556,
                                "end": 562,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 14
                                  },
                                  "identifierName": "global"
                                },
                                "name": "global"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 563,
                                "end": 568,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "identifierName": "debug"
                                },
                                "name": "debug"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 570,
                              "end": 653,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 22
                                },
                                "end": {
                                  "line": 27,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ForOfStatement",
                                  "start": 578,
                                  "end": 647,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 7
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 583,
                                    "end": 594,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 22
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 587,
                                        "end": 594,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 22
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 587,
                                          "end": 594,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 22
                                            },
                                            "identifierName": "warning"
                                          },
                                          "name": "warning"
                                        },
                                        "init": null
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 598,
                                    "end": 606,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 34
                                      },
                                      "identifierName": "warnings"
                                    },
                                    "name": "warnings"
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 608,
                                    "end": 647,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 618,
                                        "end": 639,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 29
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 618,
                                          "end": 638,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 28
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 618,
                                            "end": 629,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 19
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 618,
                                              "end": 624,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 14
                                                },
                                                "identifierName": "logger"
                                              },
                                              "name": "logger"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 625,
                                              "end": 629,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 19
                                                },
                                                "identifierName": "warn"
                                              },
                                              "name": "warn"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 630,
                                              "end": 637,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 27
                                                },
                                                "identifierName": "warning"
                                              },
                                              "name": "warning"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 658,
                            "end": 673,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 19
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 665,
                              "end": 672,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 11
                                },
                                "end": {
                                  "line": 28,
                                  "column": 18
                                },
                                "identifierName": "bundles"
                              },
                              "name": "bundles"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  ]
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "Identifier",
        "start": 682,
        "end": 5228,
        "loc": {
          "start": {
            "line": 31,
            "column": 0
          },
          "end": {
            "line": 173,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 688,
          "end": 695,
          "loc": {
            "start": {
              "line": 31,
              "column": 6
            },
            "end": {
              "line": 31,
              "column": 13
            },
            "identifierName": "Builder"
          },
          "name": "Builder"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 696,
          "end": 5228,
          "loc": {
            "start": {
              "line": 31,
              "column": 14
            },
            "end": {
              "line": 173,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 765,
              "end": 1092,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 2
                },
                "end": {
                  "line": 48,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 765,
                "end": 773,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 2
                  },
                  "end": {
                    "line": 36,
                    "column": 10
                  },
                  "identifierName": "toJsProp"
                },
                "name": "toJsProp",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 774,
                  "end": 780,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 11
                    },
                    "end": {
                      "line": 36,
                      "column": 17
                    },
                    "identifierName": "string"
                  },
                  "name": "string"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 782,
                "end": 1092,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 19
                  },
                  "end": {
                    "line": 48,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 788,
                    "end": 818,
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 37,
                        "column": 34
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 792,
                        "end": 817,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 33
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 792,
                          "end": 797,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 13
                            },
                            "identifierName": "parts"
                          },
                          "name": "parts"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 800,
                          "end": 817,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 16
                            },
                            "end": {
                              "line": 37,
                              "column": 33
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 800,
                            "end": 812,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 16
                              },
                              "end": {
                                "line": 37,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 800,
                              "end": 806,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 16
                                },
                                "end": {
                                  "line": 37,
                                  "column": 22
                                },
                                "identifierName": "string"
                              },
                              "name": "string"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 807,
                              "end": 812,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 23
                                },
                                "end": {
                                  "line": 37,
                                  "column": 28
                                },
                                "identifierName": "split"
                              },
                              "name": "split"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 813,
                              "end": 816,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 29
                                },
                                "end": {
                                  "line": 37,
                                  "column": 32
                                }
                              },
                              "extra": {
                                "rawValue": "-",
                                "raw": "'-'"
                              },
                              "value": "-"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 823,
                    "end": 1069,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 4
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 827,
                      "end": 843,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 24
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 827,
                        "end": 839,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 827,
                          "end": 832,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 13
                            },
                            "identifierName": "parts"
                          },
                          "name": "parts"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 833,
                          "end": 839,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 14
                            },
                            "end": {
                              "line": 38,
                              "column": 20
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "operator": ">",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 842,
                        "end": 843,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 23
                          },
                          "end": {
                            "line": 38,
                            "column": 24
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 845,
                      "end": 1069,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 26
                        },
                        "end": {
                          "line": 46,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 853,
                          "end": 871,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 6
                            },
                            "end": {
                              "line": 39,
                              "column": 24
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 853,
                            "end": 870,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 6
                              },
                              "end": {
                                "line": 39,
                                "column": 23
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 853,
                              "end": 859,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 6
                                },
                                "end": {
                                  "line": 39,
                                  "column": 12
                                },
                                "identifierName": "string"
                              },
                              "name": "string"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 862,
                              "end": 870,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 15
                                },
                                "end": {
                                  "line": 39,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 862,
                                "end": 867,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 20
                                  },
                                  "identifierName": "parts"
                                },
                                "name": "parts"
                              },
                              "property": {
                                "type": "NumericLiteral",
                                "start": 868,
                                "end": 869,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 22
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "computed": true
                            }
                          }
                        },
                        {
                          "type": "ForOfStatement",
                          "start": 878,
                          "end": 1063,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 6
                            },
                            "end": {
                              "line": 45,
                              "column": 7
                            }
                          },
                          "left": {
                            "type": "VariableDeclaration",
                            "start": 883,
                            "end": 891,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 11
                              },
                              "end": {
                                "line": 40,
                                "column": 19
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 887,
                                "end": 891,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 19
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 887,
                                  "end": 891,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 19
                                    },
                                    "identifierName": "part"
                                  },
                                  "name": "part"
                                },
                                "init": null
                              }
                            ],
                            "kind": "let"
                          },
                          "right": {
                            "type": "Identifier",
                            "start": 895,
                            "end": 900,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 23
                              },
                              "end": {
                                "line": 40,
                                "column": 28
                              },
                              "identifierName": "parts"
                            },
                            "name": "parts"
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 902,
                            "end": 1063,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 30
                              },
                              "end": {
                                "line": 45,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 912,
                                "end": 1055,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 916,
                                  "end": 933,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 29
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 916,
                                    "end": 924,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 916,
                                      "end": 921,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 17
                                        },
                                        "identifierName": "parts"
                                      },
                                      "name": "parts"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 922,
                                      "end": 923,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 19
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 929,
                                    "end": 933,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 29
                                      },
                                      "identifierName": "part"
                                    },
                                    "name": "part"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 935,
                                  "end": 1055,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 947,
                                      "end": 988,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 51
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 951,
                                          "end": 987,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 50
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 951,
                                            "end": 956,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 19
                                              },
                                              "identifierName": "upper"
                                            },
                                            "name": "upper"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 959,
                                            "end": 987,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 959,
                                              "end": 985,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 959,
                                                "end": 973,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 36
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 959,
                                                  "end": 970,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 959,
                                                    "end": 963,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 26
                                                      },
                                                      "identifierName": "part"
                                                    },
                                                    "name": "part"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 964,
                                                    "end": 970,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 33
                                                      },
                                                      "identifierName": "charAt"
                                                    },
                                                    "name": "charAt"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 971,
                                                    "end": 972,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 35
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 974,
                                                "end": 985,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 48
                                                  },
                                                  "identifierName": "toUpperCase"
                                                },
                                                "name": "toUpperCase"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      ],
                                      "kind": "var"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 999,
                                      "end": 1045,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 56
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 999,
                                        "end": 1044,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 55
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 999,
                                          "end": 1005,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 16
                                            },
                                            "identifierName": "string"
                                          },
                                          "name": "string"
                                        },
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 1009,
                                          "end": 1044,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 55
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1009,
                                            "end": 1014,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 25
                                              },
                                              "identifierName": "upper"
                                            },
                                            "name": "upper"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 1017,
                                            "end": 1044,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 55
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1017,
                                              "end": 1042,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 53
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 1017,
                                                "end": 1030,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 41
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1017,
                                                  "end": 1027,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1017,
                                                    "end": 1021,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 32
                                                      },
                                                      "identifierName": "part"
                                                    },
                                                    "name": "part"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1022,
                                                    "end": 1027,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 38
                                                      },
                                                      "identifierName": "slice"
                                                    },
                                                    "name": "slice"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 1028,
                                                    "end": 1029,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 40
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "value": 1
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1031,
                                                "end": 1042,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 53
                                                  },
                                                  "identifierName": "toLowerCase"
                                                },
                                                "name": "toLowerCase"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1074,
                    "end": 1088,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 4
                      },
                      "end": {
                        "line": 47,
                        "column": 18
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 1081,
                      "end": 1087,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 11
                        },
                        "end": {
                          "line": 47,
                          "column": 17
                        },
                        "identifierName": "string"
                      },
                      "name": "string"
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * convert hyphen to a javascript property srting\n   ",
                  "start": 701,
                  "end": 762,
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 2
                    },
                    "end": {
                      "line": 35,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1096,
              "end": 1385,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 2
                },
                "end": {
                  "line": 59,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1096,
                "end": 1101,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 2
                  },
                  "end": {
                    "line": 50,
                    "column": 7
                  },
                  "identifierName": "build"
                },
                "name": "build"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1102,
                  "end": 1108,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 8
                    },
                    "end": {
                      "line": 50,
                      "column": 14
                    },
                    "identifierName": "config"
                  },
                  "name": "config"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1110,
                "end": 1385,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 16
                  },
                  "end": {
                    "line": 59,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1116,
                    "end": 1140,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 4
                      },
                      "end": {
                        "line": 51,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1116,
                      "end": 1139,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 27
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1116,
                        "end": 1130,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 51,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1116,
                          "end": 1125,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 4
                            },
                            "end": {
                              "line": 51,
                              "column": 13
                            },
                            "identifierName": "logWorker"
                          },
                          "name": "logWorker"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1126,
                          "end": 1130,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 14
                            },
                            "end": {
                              "line": 51,
                              "column": 18
                            },
                            "identifierName": "send"
                          },
                          "name": "send"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 1131,
                          "end": 1138,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 19
                            },
                            "end": {
                              "line": 51,
                              "column": 26
                            }
                          },
                          "extra": {
                            "rawValue": "start",
                            "raw": "'start'"
                          },
                          "value": "start"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1145,
                    "end": 1195,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 54
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1145,
                      "end": 1194,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 53
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1145,
                        "end": 1159,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 52,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1145,
                          "end": 1154,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 13
                            },
                            "identifierName": "logWorker"
                          },
                          "name": "logWorker"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1155,
                          "end": 1159,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 14
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            },
                            "identifierName": "send"
                          },
                          "name": "send"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 1160,
                          "end": 1193,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 19
                            },
                            "end": {
                              "line": 52,
                              "column": 52
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1160,
                            "end": 1173,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 19
                              },
                              "end": {
                                "line": 52,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1160,
                              "end": 1166,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 19
                                },
                                "end": {
                                  "line": 52,
                                  "column": 25
                                },
                                "identifierName": "logger"
                              },
                              "name": "logger"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1167,
                              "end": 1173,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 26
                                },
                                "end": {
                                  "line": 52,
                                  "column": 32
                                },
                                "identifierName": "_chalk"
                              },
                              "name": "_chalk"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 1174,
                              "end": 1184,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 33
                                },
                                "end": {
                                  "line": 52,
                                  "column": 43
                                }
                              },
                              "extra": {
                                "rawValue": "building",
                                "raw": "'building'"
                              },
                              "value": "building"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 1186,
                              "end": 1192,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 45
                                },
                                "end": {
                                  "line": 52,
                                  "column": 51
                                }
                              },
                              "extra": {
                                "rawValue": "cyan",
                                "raw": "'cyan'"
                              },
                              "value": "cyan"
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1200,
                    "end": 1381,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 4
                      },
                      "end": {
                        "line": 58,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1207,
                      "end": 1380,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 11
                        },
                        "end": {
                          "line": 58,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1207,
                        "end": 1336,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 11
                          },
                          "end": {
                            "line": 56,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1207,
                          "end": 1330,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 11
                            },
                            "end": {
                              "line": 56,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1207,
                            "end": 1239,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 11
                              },
                              "end": {
                                "line": 53,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1207,
                              "end": 1234,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 11
                                },
                                "end": {
                                  "line": 53,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1207,
                                "end": 1226,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1207,
                                  "end": 1211,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1212,
                                  "end": 1226,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 30
                                    },
                                    "identifierName": "promiseBundles"
                                  },
                                  "name": "promiseBundles"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1227,
                                  "end": 1233,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 37
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1235,
                              "end": 1239,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 39
                                },
                                "end": {
                                  "line": 53,
                                  "column": 43
                                },
                                "identifierName": "then"
                              },
                              "name": "then"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 1240,
                              "end": 1329,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 44
                                },
                                "end": {
                                  "line": 56,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 1240,
                                  "end": 1247,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 51
                                    },
                                    "identifierName": "bundles"
                                  },
                                  "name": "bundles"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 1251,
                                "end": 1329,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 1259,
                                    "end": 1300,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 47
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 1259,
                                      "end": 1299,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 46
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 1259,
                                        "end": 1267,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 14
                                          },
                                          "identifierName": "iterator"
                                        },
                                        "name": "iterator"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 1270,
                                        "end": 1299,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 46
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1270,
                                          "end": 1277,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 24
                                            },
                                            "identifierName": "bundler"
                                          },
                                          "name": "bundler"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1278,
                                            "end": 1285,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 32
                                              },
                                              "identifierName": "bundles"
                                            },
                                            "name": "bundles"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 1287,
                                            "end": 1298,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1287,
                                              "end": 1291,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1292,
                                              "end": 1298,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 45
                                                },
                                                "identifierName": "bundle"
                                              },
                                              "name": "bundle"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 1307,
                                    "end": 1323,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 22
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 1307,
                                      "end": 1322,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 21
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1307,
                                        "end": 1320,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 19
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1307,
                                          "end": 1315,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 14
                                            },
                                            "identifierName": "iterator"
                                          },
                                          "name": "iterator"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1316,
                                          "end": 1320,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 19
                                            },
                                            "identifierName": "next"
                                          },
                                          "name": "next"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1331,
                          "end": 1336,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 7
                            },
                            "end": {
                              "line": 56,
                              "column": 12
                            },
                            "identifierName": "catch"
                          },
                          "name": "catch"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1337,
                          "end": 1379,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 13
                            },
                            "end": {
                              "line": 58,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 1337,
                              "end": 1342,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 13
                                },
                                "end": {
                                  "line": 56,
                                  "column": 18
                                },
                                "identifierName": "error"
                              },
                              "name": "error"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1346,
                            "end": 1379,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 22
                              },
                              "end": {
                                "line": 58,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1354,
                                "end": 1373,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 25
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 1354,
                                  "end": 1372,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 24
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1354,
                                    "end": 1365,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1354,
                                      "end": 1360,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 12
                                        },
                                        "identifierName": "logger"
                                      },
                                      "name": "logger"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1361,
                                      "end": 1365,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 17
                                        },
                                        "identifierName": "warn"
                                      },
                                      "name": "warn"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1366,
                                      "end": 1371,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 23
                                        },
                                        "identifierName": "error"
                                      },
                                      "name": "error"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 1389,
              "end": 2160,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 2
                },
                "end": {
                  "line": 87,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1389,
                "end": 1402,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 2
                  },
                  "end": {
                    "line": 61,
                    "column": 15
                  },
                  "identifierName": "handleFormats"
                },
                "name": "handleFormats"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1403,
                  "end": 1409,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 16
                    },
                    "end": {
                      "line": 61,
                      "column": 22
                    },
                    "identifierName": "bundle"
                  },
                  "name": "bundle"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1411,
                "end": 2160,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 24
                  },
                  "end": {
                    "line": 87,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 1417,
                    "end": 2156,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 86,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 1424,
                      "end": 2155,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 11
                        },
                        "end": {
                          "line": 86,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1428,
                        "end": 1435,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 15
                          },
                          "end": {
                            "line": 62,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1436,
                          "end": 2154,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 23
                            },
                            "end": {
                              "line": 86,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 1437,
                              "end": 1444,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 24
                                },
                                "end": {
                                  "line": 62,
                                  "column": 31
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 1446,
                              "end": 1452,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 33
                                },
                                "end": {
                                  "line": 62,
                                  "column": 39
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1457,
                            "end": 2154,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 44
                              },
                              "end": {
                                "line": 86,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "TryStatement",
                                "start": 1465,
                                "end": 2148,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 7
                                  }
                                },
                                "block": {
                                  "type": "BlockStatement",
                                  "start": 1469,
                                  "end": 2105,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 1479,
                                      "end": 1508,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 37
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 1485,
                                          "end": 1507,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 36
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 1485,
                                            "end": 1491,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "identifierName": "format"
                                            },
                                            "name": "format"
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "start": 1494,
                                            "end": 1507,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1494,
                                              "end": 1500,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 29
                                                },
                                                "identifierName": "bundle"
                                              },
                                              "name": "bundle"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1501,
                                              "end": 1507,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 36
                                                },
                                                "identifierName": "format"
                                              },
                                              "name": "format"
                                            },
                                            "computed": false
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 1517,
                                      "end": 1540,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 31
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 1521,
                                          "end": 1539,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 30
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 1521,
                                            "end": 1525,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 16
                                              },
                                              "identifierName": "dest"
                                            },
                                            "name": "dest"
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "start": 1528,
                                            "end": 1539,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1528,
                                              "end": 1534,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 25
                                                },
                                                "identifierName": "bundle"
                                              },
                                              "name": "bundle"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1535,
                                              "end": 1539,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 30
                                                },
                                                "identifierName": "dest"
                                              },
                                              "name": "dest"
                                            },
                                            "computed": false
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 1549,
                                      "end": 2034,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "start": 1553,
                                        "end": 1592,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 51
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 1553,
                                          "end": 1570,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 29
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1553,
                                            "end": 1559,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 18
                                              },
                                              "identifierName": "format"
                                            },
                                            "name": "format"
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 1564,
                                            "end": 1570,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 29
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "iife",
                                              "raw": "'iife'"
                                            },
                                            "value": "iife"
                                          }
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "UnaryExpression",
                                          "start": 1574,
                                          "end": 1592,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 51
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 1575,
                                            "end": 1592,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 51
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1575,
                                              "end": 1581,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 40
                                                },
                                                "identifierName": "bundle"
                                              },
                                              "name": "bundle"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1582,
                                              "end": 1592,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 51
                                                },
                                                "identifierName": "moduleName"
                                              },
                                              "name": "moduleName"
                                            },
                                            "computed": false
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1594,
                                        "end": 1663,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1606,
                                            "end": 1653,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 57
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1606,
                                              "end": 1652,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 56
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 1606,
                                                "end": 1623,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 27
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1606,
                                                  "end": 1612,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 16
                                                    },
                                                    "identifierName": "bundle"
                                                  },
                                                  "name": "bundle"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1613,
                                                  "end": 1623,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 27
                                                    },
                                                    "identifierName": "moduleName"
                                                  },
                                                  "name": "moduleName"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 1626,
                                                "end": 1652,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 56
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1626,
                                                  "end": 1639,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1626,
                                                    "end": 1630,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1631,
                                                    "end": 1639,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 43
                                                      },
                                                      "identifierName": "toJsProp"
                                                    },
                                                    "name": "toJsProp"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 1640,
                                                    "end": 1651,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 55
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1640,
                                                      "end": 1646,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 50
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1647,
                                                      "end": 1651,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 55
                                                        },
                                                        "identifierName": "name"
                                                      },
                                                      "name": "name"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 1669,
                                        "end": 2034,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "SwitchStatement",
                                            "start": 1681,
                                            "end": 2024,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 11
                                              }
                                            },
                                            "discriminant": {
                                              "type": "Identifier",
                                              "start": 1689,
                                              "end": 1695,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 24
                                                },
                                                "identifierName": "format"
                                              },
                                              "name": "format"
                                            },
                                            "cases": [
                                              {
                                                "type": "SwitchCase",
                                                "start": 1711,
                                                "end": 1804,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 20
                                                  }
                                                },
                                                "consequent": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1737,
                                                    "end": 1783,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 60
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 1737,
                                                      "end": 1782,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 59
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 1737,
                                                        "end": 1741,
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 18
                                                          },
                                                          "identifierName": "dest"
                                                        },
                                                        "name": "dest"
                                                      },
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 1744,
                                                        "end": 1782,
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 59
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1744,
                                                          "end": 1763,
                                                          "loc": {
                                                            "start": {
                                                              "line": 71,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 71,
                                                              "column": 40
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 1744,
                                                            "end": 1755,
                                                            "loc": {
                                                              "start": {
                                                                "line": 71,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 32
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1744,
                                                              "end": 1750,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 71,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 71,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "bundle"
                                                              },
                                                              "name": "bundle"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1751,
                                                              "end": 1755,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 71,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 71,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "dest"
                                                              },
                                                              "name": "dest"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1756,
                                                            "end": 1763,
                                                            "loc": {
                                                              "start": {
                                                                "line": 71,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 40
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 1764,
                                                            "end": 1769,
                                                            "loc": {
                                                              "start": {
                                                                "line": 71,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 46
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": ".js",
                                                              "raw": "'.js'"
                                                            },
                                                            "value": ".js"
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 1771,
                                                            "end": 1781,
                                                            "loc": {
                                                              "start": {
                                                                "line": 71,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 58
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "-node.js",
                                                              "raw": "'-node.js'"
                                                            },
                                                            "value": "-node.js"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "BreakStatement",
                                                    "start": 1798,
                                                    "end": 1804,
                                                    "loc": {
                                                      "start": {
                                                        "line": 72,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 72,
                                                        "column": 20
                                                      }
                                                    },
                                                    "label": null
                                                  }
                                                ],
                                                "test": {
                                                  "type": "StringLiteral",
                                                  "start": 1716,
                                                  "end": 1721,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 22
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "cjs",
                                                    "raw": "'cjs'"
                                                  },
                                                  "value": "cjs"
                                                }
                                              },
                                              {
                                                "type": "SwitchCase",
                                                "start": 1817,
                                                "end": 1827,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 22
                                                  }
                                                },
                                                "consequent": [],
                                                "test": {
                                                  "type": "StringLiteral",
                                                  "start": 1822,
                                                  "end": 1826,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 21
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "es",
                                                    "raw": "'es'"
                                                  },
                                                  "value": "es"
                                                }
                                              },
                                              {
                                                "type": "SwitchCase",
                                                "start": 1840,
                                                "end": 1938,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 20
                                                  }
                                                },
                                                "consequent": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1866,
                                                    "end": 1917,
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 65
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 1866,
                                                      "end": 1916,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 64
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 1866,
                                                        "end": 1870,
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 18
                                                          },
                                                          "identifierName": "dest"
                                                        },
                                                        "name": "dest"
                                                      },
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 1873,
                                                        "end": 1916,
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 64
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1873,
                                                          "end": 1892,
                                                          "loc": {
                                                            "start": {
                                                              "line": 75,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 75,
                                                              "column": 40
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 1873,
                                                            "end": 1884,
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 32
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1873,
                                                              "end": 1879,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 75,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 75,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "bundle"
                                                              },
                                                              "name": "bundle"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1880,
                                                              "end": 1884,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 75,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 75,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "dest"
                                                              },
                                                              "name": "dest"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1885,
                                                            "end": 1892,
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 40
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 1893,
                                                            "end": 1898,
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 46
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": ".js",
                                                              "raw": "'.js'"
                                                            },
                                                            "value": ".js"
                                                          },
                                                          {
                                                            "type": "TemplateLiteral",
                                                            "start": 1900,
                                                            "end": 1915,
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 63
                                                              }
                                                            },
                                                            "expressions": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 1904,
                                                                "end": 1910,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 75,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 75,
                                                                    "column": 58
                                                                  },
                                                                  "identifierName": "format"
                                                                },
                                                                "name": "format"
                                                              }
                                                            ],
                                                            "quasis": [
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 1901,
                                                                "end": 1902,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 75,
                                                                    "column": 49
                                                                  },
                                                                  "end": {
                                                                    "line": 75,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "-",
                                                                  "cooked": "-"
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 1911,
                                                                "end": 1914,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 75,
                                                                    "column": 59
                                                                  },
                                                                  "end": {
                                                                    "line": 75,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": ".js",
                                                                  "cooked": ".js"
                                                                },
                                                                "tail": true
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "BreakStatement",
                                                    "start": 1932,
                                                    "end": 1938,
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 20
                                                      }
                                                    },
                                                    "label": null
                                                  }
                                                ],
                                                "test": {
                                                  "type": "StringLiteral",
                                                  "start": 1845,
                                                  "end": 1850,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 22
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "amd",
                                                    "raw": "'amd'"
                                                  },
                                                  "value": "amd"
                                                }
                                              },
                                              {
                                                "type": "SwitchCase",
                                                "start": 1951,
                                                "end": 1980,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 20
                                                  }
                                                },
                                                "consequent": [
                                                  {
                                                    "type": "BreakStatement",
                                                    "start": 1974,
                                                    "end": 1980,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 20
                                                      }
                                                    },
                                                    "label": null,
                                                    "leadingComments": null,
                                                    "trailingComments": null
                                                  }
                                                ],
                                                "test": null,
                                                "trailingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " do nothing",
                                                    "start": 1999,
                                                    "end": 2012,
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 31
                                                      }
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2043,
                                      "end": 2097,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 62
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2043,
                                        "end": 2096,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 61
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 2043,
                                          "end": 2050,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 15
                                            },
                                            "identifierName": "resolve"
                                          },
                                          "name": "resolve"
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 2051,
                                            "end": 2095,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 60
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2052,
                                                "end": 2066,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 31
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2052,
                                                  "end": 2058,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 23
                                                    },
                                                    "identifierName": "bundle"
                                                  },
                                                  "name": "bundle"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 2060,
                                                  "end": 2066,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 31
                                                    },
                                                    "identifierName": "bundle"
                                                  },
                                                  "name": "bundle"
                                                }
                                              },
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2068,
                                                "end": 2078,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 43
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2068,
                                                  "end": 2072,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 37
                                                    },
                                                    "identifierName": "dest"
                                                  },
                                                  "name": "dest"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 2074,
                                                  "end": 2078,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 43
                                                    },
                                                    "identifierName": "dest"
                                                  },
                                                  "name": "dest"
                                                }
                                              },
                                              {
                                                "type": "ObjectProperty",
                                                "start": 2080,
                                                "end": 2094,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 59
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 2080,
                                                  "end": 2086,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 51
                                                    },
                                                    "identifierName": "format"
                                                  },
                                                  "name": "format"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 2088,
                                                  "end": 2094,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 59
                                                    },
                                                    "identifierName": "format"
                                                  },
                                                  "name": "format"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "handler": {
                                  "type": "CatchClause",
                                  "start": 2106,
                                  "end": 2148,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 7
                                    }
                                  },
                                  "param": {
                                    "type": "Identifier",
                                    "start": 2113,
                                    "end": 2116,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 18
                                      },
                                      "identifierName": "err"
                                    },
                                    "name": "err"
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2118,
                                    "end": 2148,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2128,
                                        "end": 2140,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 20
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2128,
                                          "end": 2139,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 19
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 2128,
                                            "end": 2134,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 14
                                              },
                                              "identifierName": "reject"
                                            },
                                            "name": "reject"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2135,
                                              "end": 2138,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 18
                                                },
                                                "identifierName": "err"
                                              },
                                              "name": "err"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                "guardedHandlers": [],
                                "finalizer": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 2164,
              "end": 3236,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 2
                },
                "end": {
                  "line": 119,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2164,
                "end": 2178,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 2
                  },
                  "end": {
                    "line": 89,
                    "column": 16
                  },
                  "identifierName": "promiseBundles"
                },
                "name": "promiseBundles"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2179,
                  "end": 2185,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 17
                    },
                    "end": {
                      "line": 89,
                      "column": 23
                    },
                    "identifierName": "config"
                  },
                  "name": "config"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2187,
                "end": 3236,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 25
                  },
                  "end": {
                    "line": 119,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 2193,
                    "end": 3232,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 4
                      },
                      "end": {
                        "line": 118,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2200,
                      "end": 3231,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 11
                        },
                        "end": {
                          "line": 118,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2204,
                        "end": 2211,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 15
                          },
                          "end": {
                            "line": 90,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 2212,
                          "end": 3230,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 23
                            },
                            "end": {
                              "line": 118,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 2213,
                              "end": 2220,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 24
                                },
                                "end": {
                                  "line": 90,
                                  "column": 31
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 2222,
                              "end": 2228,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 33
                                },
                                "end": {
                                  "line": 90,
                                  "column": 39
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 2233,
                            "end": 3230,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 44
                              },
                              "end": {
                                "line": 118,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 2241,
                                "end": 2258,
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 23
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 2245,
                                    "end": 2257,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 22
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 2245,
                                      "end": 2252,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 17
                                        },
                                        "identifierName": "formats"
                                      },
                                      "name": "formats"
                                    },
                                    "init": {
                                      "type": "ArrayExpression",
                                      "start": 2255,
                                      "end": 2257,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 22
                                        }
                                      },
                                      "elements": []
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 2265,
                                "end": 2294,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 35
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 2269,
                                    "end": 2293,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 34
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 2269,
                                      "end": 2276,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 17
                                        },
                                        "identifierName": "bundles"
                                      },
                                      "name": "bundles"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 2279,
                                      "end": 2293,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2279,
                                        "end": 2285,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 26
                                          },
                                          "identifierName": "config"
                                        },
                                        "name": "config"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2286,
                                        "end": 2293,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 34
                                          },
                                          "identifierName": "bundles"
                                        },
                                        "name": "bundles"
                                      },
                                      "computed": false
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "TryStatement",
                                "start": 2301,
                                "end": 3224,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 7
                                  }
                                },
                                "block": {
                                  "type": "BlockStatement",
                                  "start": 2305,
                                  "end": 3181,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ForOfStatement",
                                      "start": 2315,
                                      "end": 3086,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 9
                                        }
                                      },
                                      "left": {
                                        "type": "VariableDeclaration",
                                        "start": 2320,
                                        "end": 2330,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 23
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 2324,
                                            "end": 2330,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 23
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 2324,
                                              "end": 2330,
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 23
                                                },
                                                "identifierName": "bundle"
                                              },
                                              "name": "bundle"
                                            },
                                            "init": null
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 2334,
                                        "end": 2341,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 34
                                          },
                                          "identifierName": "bundles"
                                        },
                                        "name": "bundles"
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 2343,
                                        "end": 3086,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2355,
                                            "end": 2396,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 51
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2355,
                                              "end": 2395,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 50
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2355,
                                                "end": 2366,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2355,
                                                  "end": 2361,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 16
                                                    },
                                                    "identifierName": "bundle"
                                                  },
                                                  "name": "bundle"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2362,
                                                  "end": 2366,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 21
                                                    },
                                                    "identifierName": "name"
                                                  },
                                                  "name": "name"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "LogicalExpression",
                                                "start": 2369,
                                                "end": 2395,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 50
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2369,
                                                  "end": 2380,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2369,
                                                    "end": 2375,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 30
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2376,
                                                    "end": 2380,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 35
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 2384,
                                                  "end": 2395,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 50
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2384,
                                                    "end": 2390,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 45
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2391,
                                                    "end": 2395,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 50
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2407,
                                            "end": 2451,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 96,
                                                "column": 54
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2407,
                                              "end": 2450,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 53
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2407,
                                                "end": 2419,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2407,
                                                  "end": 2413,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 16
                                                    },
                                                    "identifierName": "bundle"
                                                  },
                                                  "name": "bundle"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2414,
                                                  "end": 2419,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 22
                                                    },
                                                    "identifierName": "babel"
                                                  },
                                                  "name": "babel"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "LogicalExpression",
                                                "start": 2422,
                                                "end": 2450,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 53
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2422,
                                                  "end": 2434,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 37
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2422,
                                                    "end": 2428,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 31
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2429,
                                                    "end": 2434,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 37
                                                      },
                                                      "identifierName": "babel"
                                                    },
                                                    "name": "babel"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 2438,
                                                  "end": 2450,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2438,
                                                    "end": 2444,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 47
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2445,
                                                    "end": 2450,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 53
                                                      },
                                                      "identifierName": "babel"
                                                    },
                                                    "name": "babel"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2462,
                                            "end": 2518,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 66
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2462,
                                              "end": 2517,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 65
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2462,
                                                "end": 2478,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2462,
                                                  "end": 2468,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 16
                                                    },
                                                    "identifierName": "bundle"
                                                  },
                                                  "name": "bundle"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2469,
                                                  "end": 2478,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 26
                                                    },
                                                    "identifierName": "sourceMap"
                                                  },
                                                  "name": "sourceMap"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "LogicalExpression",
                                                "start": 2481,
                                                "end": 2517,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 65
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2481,
                                                  "end": 2497,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2481,
                                                    "end": 2487,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 35
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2488,
                                                    "end": 2497,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 45
                                                      },
                                                      "identifierName": "sourceMap"
                                                    },
                                                    "name": "sourceMap"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 2501,
                                                  "end": 2517,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2501,
                                                    "end": 2507,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 55
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2508,
                                                    "end": 2517,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 65
                                                      },
                                                      "identifierName": "sourceMap"
                                                    },
                                                    "name": "sourceMap"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 2529,
                                            "end": 3076,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 11
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 2533,
                                              "end": 2601,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 82
                                                }
                                              },
                                              "left": {
                                                "type": "LogicalExpression",
                                                "start": 2533,
                                                "end": 2583,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 64
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2533,
                                                  "end": 2546,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 27
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2533,
                                                    "end": 2539,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 20
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2540,
                                                    "end": 2546,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 27
                                                      },
                                                      "identifierName": "format"
                                                    },
                                                    "name": "format"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 2550,
                                                  "end": 2583,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 64
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "UnaryExpression",
                                                    "start": 2550,
                                                    "end": 2570,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 51
                                                      }
                                                    },
                                                    "operator": "typeof",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 2557,
                                                      "end": 2570,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 51
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2557,
                                                        "end": 2563,
                                                        "loc": {
                                                          "start": {
                                                            "line": 98,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 98,
                                                            "column": 44
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2564,
                                                        "end": 2570,
                                                        "loc": {
                                                          "start": {
                                                            "line": 98,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 98,
                                                            "column": 51
                                                          },
                                                          "identifierName": "format"
                                                        },
                                                        "name": "format"
                                                      },
                                                      "computed": false
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 2575,
                                                    "end": 2583,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 64
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "string",
                                                      "raw": "'string'"
                                                    },
                                                    "value": "string"
                                                  }
                                                }
                                              },
                                              "operator": "&&",
                                              "right": {
                                                "type": "UnaryExpression",
                                                "start": 2587,
                                                "end": 2601,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 68
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 82
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 2588,
                                                  "end": 2601,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2588,
                                                    "end": 2594,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 75
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2595,
                                                    "end": 2601,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 82
                                                      },
                                                      "identifierName": "format"
                                                    },
                                                    "name": "format"
                                                  },
                                                  "computed": false
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 2603,
                                              "end": 2772,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 11
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ForOfStatement",
                                                  "start": 2617,
                                                  "end": 2760,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 13
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "VariableDeclaration",
                                                    "start": 2622,
                                                    "end": 2632,
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 99,
                                                        "column": 27
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 2626,
                                                        "end": 2632,
                                                        "loc": {
                                                          "start": {
                                                            "line": 99,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 99,
                                                            "column": 27
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 2626,
                                                          "end": 2632,
                                                          "loc": {
                                                            "start": {
                                                              "line": 99,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 99,
                                                              "column": 27
                                                            },
                                                            "identifierName": "format"
                                                          },
                                                          "name": "format"
                                                        },
                                                        "init": null
                                                      }
                                                    ],
                                                    "kind": "let"
                                                  },
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 2636,
                                                    "end": 2649,
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 99,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2636,
                                                      "end": 2642,
                                                      "loc": {
                                                        "start": {
                                                          "line": 99,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 99,
                                                          "column": 37
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2643,
                                                      "end": 2649,
                                                      "loc": {
                                                        "start": {
                                                          "line": 99,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 99,
                                                          "column": 44
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "computed": false
                                                  },
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 2651,
                                                    "end": 2760,
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 13
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 2667,
                                                        "end": 2690,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 37
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 2667,
                                                          "end": 2689,
                                                          "loc": {
                                                            "start": {
                                                              "line": 100,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 100,
                                                              "column": 36
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 2667,
                                                            "end": 2680,
                                                            "loc": {
                                                              "start": {
                                                                "line": 100,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 100,
                                                                "column": 27
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2667,
                                                              "end": 2673,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 100,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 100,
                                                                  "column": 20
                                                                },
                                                                "identifierName": "bundle"
                                                              },
                                                              "name": "bundle"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2674,
                                                              "end": 2680,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 100,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 100,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "format"
                                                              },
                                                              "name": "format"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "Identifier",
                                                            "start": 2683,
                                                            "end": 2689,
                                                            "loc": {
                                                              "start": {
                                                                "line": 100,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 100,
                                                                "column": 36
                                                              },
                                                              "identifierName": "format"
                                                            },
                                                            "name": "format"
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 2705,
                                                        "end": 2746,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 55
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 2705,
                                                          "end": 2745,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 54
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 2705,
                                                            "end": 2717,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 26
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 2705,
                                                              "end": 2712,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 21
                                                                },
                                                                "identifierName": "formats"
                                                              },
                                                              "name": "formats"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2713,
                                                              "end": 2717,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 26
                                                                },
                                                                "identifierName": "push"
                                                              },
                                                              "name": "push"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "start": 2718,
                                                              "end": 2744,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 27
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 2718,
                                                                "end": 2736,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 2718,
                                                                  "end": 2722,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 31
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2723,
                                                                  "end": 2736,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 45
                                                                    },
                                                                    "identifierName": "handleFormats"
                                                                  },
                                                                  "name": "handleFormats"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 2737,
                                                                  "end": 2743,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 46
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 52
                                                                    },
                                                                    "identifierName": "bundle"
                                                                  },
                                                                  "name": "bundle"
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": {
                                              "type": "IfStatement",
                                              "start": 2778,
                                              "end": 3076,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "LogicalExpression",
                                                "start": 2782,
                                                "end": 2832,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 71
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2782,
                                                  "end": 2795,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2782,
                                                    "end": 2788,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 27
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2789,
                                                    "end": 2795,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 34
                                                      },
                                                      "identifierName": "format"
                                                    },
                                                    "name": "format"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 2799,
                                                  "end": 2832,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 71
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "UnaryExpression",
                                                    "start": 2799,
                                                    "end": 2819,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 58
                                                      }
                                                    },
                                                    "operator": "typeof",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 2806,
                                                      "end": 2819,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 58
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2806,
                                                        "end": 2812,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 51
                                                          },
                                                          "identifierName": "bundle"
                                                        },
                                                        "name": "bundle"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2813,
                                                        "end": 2819,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 58
                                                          },
                                                          "identifierName": "format"
                                                        },
                                                        "name": "format"
                                                      },
                                                      "computed": false
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 2824,
                                                    "end": 2832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 71
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "string",
                                                      "raw": "'string'"
                                                    },
                                                    "value": "string"
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 2834,
                                                "end": 3003,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ForOfStatement",
                                                    "start": 2848,
                                                    "end": 2991,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 13
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "VariableDeclaration",
                                                      "start": 2853,
                                                      "end": 2863,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 27
                                                        }
                                                      },
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "start": 2857,
                                                          "end": 2863,
                                                          "loc": {
                                                            "start": {
                                                              "line": 104,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 104,
                                                              "column": 27
                                                            }
                                                          },
                                                          "id": {
                                                            "type": "Identifier",
                                                            "start": 2857,
                                                            "end": 2863,
                                                            "loc": {
                                                              "start": {
                                                                "line": 104,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 104,
                                                                "column": 27
                                                              },
                                                              "identifierName": "format"
                                                            },
                                                            "name": "format"
                                                          },
                                                          "init": null
                                                        }
                                                      ],
                                                      "kind": "let"
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 2867,
                                                      "end": 2880,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2867,
                                                        "end": 2873,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 37
                                                          },
                                                          "identifierName": "bundle"
                                                        },
                                                        "name": "bundle"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2874,
                                                        "end": 2880,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 44
                                                          },
                                                          "identifierName": "format"
                                                        },
                                                        "name": "format"
                                                      },
                                                      "computed": false
                                                    },
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 2882,
                                                      "end": 2991,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 13
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 2898,
                                                          "end": 2921,
                                                          "loc": {
                                                            "start": {
                                                              "line": 105,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 105,
                                                              "column": 37
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 2898,
                                                            "end": 2920,
                                                            "loc": {
                                                              "start": {
                                                                "line": 105,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 105,
                                                                "column": 36
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 2898,
                                                              "end": 2911,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 105,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 105,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2898,
                                                                "end": 2904,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 20
                                                                  },
                                                                  "identifierName": "bundle"
                                                                },
                                                                "name": "bundle"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2905,
                                                                "end": 2911,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "format"
                                                                },
                                                                "name": "format"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 2914,
                                                              "end": 2920,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 105,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 105,
                                                                  "column": 36
                                                                },
                                                                "identifierName": "format"
                                                              },
                                                              "name": "format"
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 2936,
                                                          "end": 2977,
                                                          "loc": {
                                                            "start": {
                                                              "line": 106,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 106,
                                                              "column": 55
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 2936,
                                                            "end": 2976,
                                                            "loc": {
                                                              "start": {
                                                                "line": 106,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 106,
                                                                "column": 54
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 2936,
                                                              "end": 2948,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 106,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 106,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2936,
                                                                "end": 2943,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 106,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 106,
                                                                    "column": 21
                                                                  },
                                                                  "identifierName": "formats"
                                                                },
                                                                "name": "formats"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2944,
                                                                "end": 2948,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 106,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 106,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "push"
                                                                },
                                                                "name": "push"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "start": 2949,
                                                                "end": 2975,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 106,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 106,
                                                                    "column": 53
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2949,
                                                                  "end": 2967,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 106,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 106,
                                                                      "column": 45
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 2949,
                                                                    "end": 2953,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 106,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 106,
                                                                        "column": 31
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2954,
                                                                    "end": 2967,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 106,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 106,
                                                                        "column": 45
                                                                      },
                                                                      "identifierName": "handleFormats"
                                                                    },
                                                                    "name": "handleFormats"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 2968,
                                                                    "end": 2974,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 106,
                                                                        "column": 46
                                                                      },
                                                                      "end": {
                                                                        "line": 106,
                                                                        "column": 52
                                                                      },
                                                                      "identifierName": "bundle"
                                                                    },
                                                                    "name": "bundle"
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": {
                                                "type": "BlockStatement",
                                                "start": 3009,
                                                "end": 3076,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3023,
                                                    "end": 3064,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 53
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 3023,
                                                      "end": 3063,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 52
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3023,
                                                        "end": 3035,
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3023,
                                                          "end": 3030,
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 19
                                                            },
                                                            "identifierName": "formats"
                                                          },
                                                          "name": "formats"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3031,
                                                          "end": 3035,
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 24
                                                            },
                                                            "identifierName": "push"
                                                          },
                                                          "name": "push"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 3036,
                                                          "end": 3062,
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 3036,
                                                            "end": 3054,
                                                            "loc": {
                                                              "start": {
                                                                "line": 109,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 109,
                                                                "column": 43
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3036,
                                                              "end": 3040,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 109,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 109,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3041,
                                                              "end": 3054,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 109,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 109,
                                                                  "column": 43
                                                                },
                                                                "identifierName": "handleFormats"
                                                              },
                                                              "name": "handleFormats"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 3055,
                                                              "end": 3061,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 109,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 109,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "bundle"
                                                              },
                                                              "name": "bundle"
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3095,
                                      "end": 3173,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3095,
                                        "end": 3172,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3095,
                                          "end": 3120,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 3095,
                                            "end": 3115,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 28
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3095,
                                              "end": 3106,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 19
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3095,
                                                "end": 3102,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 15
                                                  },
                                                  "identifierName": "Promise"
                                                },
                                                "name": "Promise"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3103,
                                                "end": 3106,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 19
                                                  },
                                                  "identifierName": "all"
                                                },
                                                "name": "all"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 3107,
                                                "end": 3114,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 27
                                                  },
                                                  "identifierName": "formats"
                                                },
                                                "name": "formats"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3116,
                                            "end": 3120,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 33
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3121,
                                            "end": 3171,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 3121,
                                                "end": 3128,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 41
                                                  },
                                                  "identifierName": "bundles"
                                                },
                                                "name": "bundles"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 3132,
                                              "end": 3171,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3144,
                                                  "end": 3161,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 27
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3144,
                                                    "end": 3160,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 3144,
                                                      "end": 3151,
                                                      "loc": {
                                                        "start": {
                                                          "line": 113,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 113,
                                                          "column": 17
                                                        },
                                                        "identifierName": "resolve"
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3152,
                                                        "end": 3159,
                                                        "loc": {
                                                          "start": {
                                                            "line": 113,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 113,
                                                            "column": 25
                                                          },
                                                          "identifierName": "bundles"
                                                        },
                                                        "name": "bundles"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "handler": {
                                  "type": "CatchClause",
                                  "start": 3182,
                                  "end": 3224,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 7
                                    }
                                  },
                                  "param": {
                                    "type": "Identifier",
                                    "start": 3189,
                                    "end": 3192,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 18
                                      },
                                      "identifierName": "err"
                                    },
                                    "name": "err"
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 3194,
                                    "end": 3224,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3204,
                                        "end": 3216,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 20
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3204,
                                          "end": 3215,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 19
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 3204,
                                            "end": 3210,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 14
                                              },
                                              "identifierName": "reject"
                                            },
                                            "name": "reject"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3211,
                                              "end": 3214,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 18
                                                },
                                                "identifierName": "err"
                                              },
                                              "name": "err"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                "guardedHandlers": [],
                                "finalizer": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n * @param {object} config\n * @param {string} config.src path/to/js\n * @param {string} config.dest destination to write to\n * @param {string} config.format format to build ['es', 'iife', 'amd', 'cjs']\n * @param {string} config.name the name of your element/app\n * @param {string} config.moduleName the moduleName for your element/app (not needed for es & cjs)\n * @param {boolean} config.sourceMap Wether or not to build sourceMaps defaults to 'true'\n * @param {object} config.plugins rollup plugins to use [see](https://github.com/rollup/rollup/wiki/Plugins)\n ",
                  "start": 3238,
                  "end": 3803,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 0
                    },
                    "end": {
                      "line": 130,
                      "column": 3
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3806,
              "end": 5226,
              "loc": {
                "start": {
                  "line": 131,
                  "column": 2
                },
                "end": {
                  "line": 172,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3806,
                "end": 3812,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 2
                  },
                  "end": {
                    "line": 131,
                    "column": 8
                  },
                  "identifierName": "bundle"
                },
                "name": "bundle",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 3813,
                  "end": 3928,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 9
                    },
                    "end": {
                      "line": 131,
                      "column": 124
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 3813,
                    "end": 3819,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 9
                      },
                      "end": {
                        "line": 131,
                        "column": 15
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "start": 3822,
                    "end": 3928,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 18
                      },
                      "end": {
                        "line": 131,
                        "column": 124
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 3823,
                        "end": 3832,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 19
                          },
                          "end": {
                            "line": 131,
                            "column": 28
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3823,
                          "end": 3826,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 19
                            },
                            "end": {
                              "line": 131,
                              "column": 22
                            },
                            "identifierName": "src"
                          },
                          "name": "src"
                        },
                        "value": {
                          "type": "NullLiteral",
                          "start": 3828,
                          "end": 3832,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 24
                            },
                            "end": {
                              "line": 131,
                              "column": 28
                            }
                          }
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3834,
                        "end": 3851,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 30
                          },
                          "end": {
                            "line": 131,
                            "column": 47
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3834,
                          "end": 3838,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 30
                            },
                            "end": {
                              "line": 131,
                              "column": 34
                            },
                            "identifierName": "dest"
                          },
                          "name": "dest"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 3840,
                          "end": 3851,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 36
                            },
                            "end": {
                              "line": 131,
                              "column": 47
                            }
                          },
                          "extra": {
                            "rawValue": "bundle.js",
                            "raw": "'bundle.js'"
                          },
                          "value": "bundle.js"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3853,
                        "end": 3867,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 49
                          },
                          "end": {
                            "line": 131,
                            "column": 63
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3853,
                          "end": 3859,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 49
                            },
                            "end": {
                              "line": 131,
                              "column": 55
                            },
                            "identifierName": "format"
                          },
                          "name": "format"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 3861,
                          "end": 3867,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 57
                            },
                            "end": {
                              "line": 131,
                              "column": 63
                            }
                          },
                          "extra": {
                            "rawValue": "iife",
                            "raw": "'iife'"
                          },
                          "value": "iife"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3869,
                        "end": 3879,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 65
                          },
                          "end": {
                            "line": 131,
                            "column": 75
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3869,
                          "end": 3873,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 65
                            },
                            "end": {
                              "line": 131,
                              "column": 69
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "value": {
                          "type": "NullLiteral",
                          "start": 3875,
                          "end": 3879,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 71
                            },
                            "end": {
                              "line": 131,
                              "column": 75
                            }
                          }
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3881,
                        "end": 3892,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 77
                          },
                          "end": {
                            "line": 131,
                            "column": 88
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3881,
                          "end": 3888,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 77
                            },
                            "end": {
                              "line": 131,
                              "column": 84
                            },
                            "identifierName": "plugins"
                          },
                          "name": "plugins"
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "start": 3890,
                          "end": 3892,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 86
                            },
                            "end": {
                              "line": 131,
                              "column": 88
                            }
                          },
                          "elements": []
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3894,
                        "end": 3910,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 90
                          },
                          "end": {
                            "line": 131,
                            "column": 106
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3894,
                          "end": 3904,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 90
                            },
                            "end": {
                              "line": 131,
                              "column": 100
                            },
                            "identifierName": "moduleName"
                          },
                          "name": "moduleName"
                        },
                        "value": {
                          "type": "NullLiteral",
                          "start": 3906,
                          "end": 3910,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 102
                            },
                            "end": {
                              "line": 131,
                              "column": 106
                            }
                          }
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3912,
                        "end": 3927,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 108
                          },
                          "end": {
                            "line": 131,
                            "column": 123
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3912,
                          "end": 3921,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 108
                            },
                            "end": {
                              "line": 131,
                              "column": 117
                            },
                            "identifierName": "sourceMap"
                          },
                          "name": "sourceMap"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 3923,
                          "end": 3927,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 119
                            },
                            "end": {
                              "line": 131,
                              "column": 123
                            }
                          },
                          "value": true
                        }
                      }
                    ]
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3930,
                "end": 5226,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 126
                  },
                  "end": {
                    "line": 172,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 3936,
                    "end": 5222,
                    "loc": {
                      "start": {
                        "line": 132,
                        "column": 4
                      },
                      "end": {
                        "line": 171,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 3943,
                      "end": 5221,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 11
                        },
                        "end": {
                          "line": 171,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3947,
                        "end": 3954,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 15
                          },
                          "end": {
                            "line": 132,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3955,
                          "end": 5220,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 23
                            },
                            "end": {
                              "line": 171,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3956,
                              "end": 3963,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 24
                                },
                                "end": {
                                  "line": 132,
                                  "column": 31
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 3965,
                              "end": 3971,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 33
                                },
                                "end": {
                                  "line": 132,
                                  "column": 39
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3976,
                            "end": 5220,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 44
                              },
                              "end": {
                                "line": 171,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 3984,
                                "end": 4019,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 41
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3988,
                                    "end": 4018,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 40
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3988,
                                      "end": 3995,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 17
                                        },
                                        "identifierName": "plugins"
                                      },
                                      "name": "plugins"
                                    },
                                    "init": {
                                      "type": "LogicalExpression",
                                      "start": 3998,
                                      "end": 4018,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 40
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3998,
                                        "end": 4012,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3998,
                                          "end": 4004,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 26
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4005,
                                          "end": 4012,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 34
                                            },
                                            "identifierName": "plugins"
                                          },
                                          "name": "plugins"
                                        },
                                        "computed": false
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "ArrayExpression",
                                        "start": 4016,
                                        "end": 4018,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 40
                                          }
                                        },
                                        "elements": []
                                      }
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "IfStatement",
                                "start": 4026,
                                "end": 4150,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 4030,
                                  "end": 4042,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4030,
                                    "end": 4036,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 16
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4037,
                                    "end": 4042,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 22
                                      },
                                      "identifierName": "babel"
                                    },
                                    "name": "babel"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 4044,
                                  "end": 4150,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 4054,
                                      "end": 4099,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 53
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 4060,
                                          "end": 4098,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 52
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 4060,
                                            "end": 4065,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 19
                                              },
                                              "identifierName": "babel"
                                            },
                                            "name": "babel"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 4068,
                                            "end": 4098,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 52
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4068,
                                              "end": 4075,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 29
                                                },
                                                "identifierName": "require"
                                              },
                                              "name": "require"
                                            },
                                            "arguments": [
                                              {
                                                "type": "StringLiteral",
                                                "start": 4076,
                                                "end": 4097,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 51
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "rollup-plugin-babel",
                                                  "raw": "'rollup-plugin-babel'"
                                                },
                                                "value": "rollup-plugin-babel"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4108,
                                      "end": 4142,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 42
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 4108,
                                        "end": 4141,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 41
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4108,
                                          "end": 4120,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 20
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4108,
                                            "end": 4115,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 15
                                              },
                                              "identifierName": "plugins"
                                            },
                                            "name": "plugins"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4116,
                                            "end": 4120,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 20
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 4121,
                                            "end": 4140,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 40
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4121,
                                              "end": 4126,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 26
                                                },
                                                "identifierName": "babel"
                                              },
                                              "name": "babel"
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4127,
                                                "end": 4139,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4127,
                                                  "end": 4133,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 33
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4134,
                                                  "end": 4139,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 39
                                                    },
                                                    "identifierName": "babel"
                                                  },
                                                  "name": "babel"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4157,
                                "end": 5214,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 9
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4157,
                                  "end": 5213,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 8
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4157,
                                    "end": 4857,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 4157,
                                      "end": 4851,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4157,
                                        "end": 4401,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 13
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 4157,
                                          "end": 4396,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 8
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 4157,
                                            "end": 4163,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 12
                                              },
                                              "identifierName": "rollup"
                                            },
                                            "name": "rollup"
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 4164,
                                              "end": 4395,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 7
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4174,
                                                  "end": 4213,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 47
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4174,
                                                    "end": 4179,
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 13
                                                      },
                                                      "identifierName": "entry"
                                                    },
                                                    "name": "entry"
                                                  },
                                                  "value": {
                                                    "type": "TemplateLiteral",
                                                    "start": 4181,
                                                    "end": 4213,
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 47
                                                      }
                                                    },
                                                    "expressions": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 4184,
                                                        "end": 4197,
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 31
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4184,
                                                          "end": 4195,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 29
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4184,
                                                            "end": 4191,
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 25
                                                              },
                                                              "identifierName": "process"
                                                            },
                                                            "name": "process"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4192,
                                                            "end": 4195,
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 29
                                                              },
                                                              "identifierName": "cwd"
                                                            },
                                                            "name": "cwd"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4201,
                                                        "end": 4211,
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 45
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4201,
                                                          "end": 4207,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 41
                                                            },
                                                            "identifierName": "config"
                                                          },
                                                          "name": "config"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4208,
                                                          "end": 4211,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 45
                                                            },
                                                            "identifierName": "src"
                                                          },
                                                          "name": "src"
                                                        },
                                                        "computed": false
                                                      }
                                                    ],
                                                    "quasis": [
                                                      {
                                                        "type": "TemplateElement",
                                                        "start": 4182,
                                                        "end": 4182,
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 16
                                                          }
                                                        },
                                                        "value": {
                                                          "raw": "",
                                                          "cooked": ""
                                                        },
                                                        "tail": false
                                                      },
                                                      {
                                                        "type": "TemplateElement",
                                                        "start": 4198,
                                                        "end": 4199,
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 33
                                                          }
                                                        },
                                                        "value": {
                                                          "raw": "/",
                                                          "cooked": "/"
                                                        },
                                                        "tail": false
                                                      },
                                                      {
                                                        "type": "TemplateElement",
                                                        "start": 4212,
                                                        "end": 4212,
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 46
                                                          }
                                                        },
                                                        "value": {
                                                          "raw": "",
                                                          "cooked": ""
                                                        },
                                                        "tail": true
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4223,
                                                  "end": 4239,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 24
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4223,
                                                    "end": 4230,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 15
                                                      },
                                                      "identifierName": "plugins"
                                                    },
                                                    "name": "plugins"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 4232,
                                                    "end": 4239,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 24
                                                      },
                                                      "identifierName": "plugins"
                                                    },
                                                    "name": "plugins"
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4249,
                                                  "end": 4261,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 20
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4249,
                                                    "end": 4254,
                                                    "loc": {
                                                      "start": {
                                                        "line": 141,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 141,
                                                        "column": 13
                                                      },
                                                      "identifierName": "cache"
                                                    },
                                                    "name": "cache"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 4256,
                                                    "end": 4261,
                                                    "loc": {
                                                      "start": {
                                                        "line": 141,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 141,
                                                        "column": 20
                                                      },
                                                      "identifierName": "cache"
                                                    },
                                                    "name": "cache"
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4323,
                                                  "end": 4387,
                                                  "loc": {
                                                    "start": {
                                                      "line": 143,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 9
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4323,
                                                    "end": 4329,
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 14
                                                      },
                                                      "identifierName": "onwarn"
                                                    },
                                                    "name": "onwarn",
                                                    "leadingComments": null
                                                  },
                                                  "value": {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 4331,
                                                    "end": 4387,
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 145,
                                                        "column": 9
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 4331,
                                                        "end": 4338,
                                                        "loc": {
                                                          "start": {
                                                            "line": 143,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 143,
                                                            "column": 23
                                                          },
                                                          "identifierName": "warning"
                                                        },
                                                        "name": "warning"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 4342,
                                                      "end": 4387,
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 145,
                                                          "column": 9
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 4354,
                                                          "end": 4377,
                                                          "loc": {
                                                            "start": {
                                                              "line": 144,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 144,
                                                              "column": 33
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 4354,
                                                            "end": 4376,
                                                            "loc": {
                                                              "start": {
                                                                "line": 144,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 144,
                                                                "column": 32
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 4354,
                                                              "end": 4367,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 144,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 144,
                                                                  "column": 23
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4354,
                                                                "end": 4362,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 144,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 144,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "warnings"
                                                                },
                                                                "name": "warnings"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4363,
                                                                "end": 4367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 144,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 144,
                                                                    "column": 23
                                                                  },
                                                                  "identifierName": "push"
                                                                },
                                                                "name": "push"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 4368,
                                                                "end": 4375,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 144,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 144,
                                                                    "column": 31
                                                                  },
                                                                  "identifierName": "warning"
                                                                },
                                                                "name": "warning"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  },
                                                  "leadingComments": [
                                                    {
                                                      "type": "CommentLine",
                                                      "value": " Use the previous bundle as starting point.",
                                                      "start": 4269,
                                                      "end": 4314,
                                                      "loc": {
                                                        "start": {
                                                          "line": 142,
                                                          "column": 6
                                                        },
                                                        "end": {
                                                          "line": 142,
                                                          "column": 51
                                                        }
                                                      }
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4397,
                                          "end": 4401,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 9
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 13
                                            },
                                            "identifierName": "then"
                                          },
                                          "name": "then"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 4402,
                                          "end": 4850,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 4402,
                                              "end": 4408,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 20
                                                },
                                                "identifierName": "bundle"
                                              },
                                              "name": "bundle"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 4412,
                                            "end": 4850,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4422,
                                                "end": 4437,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 23
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 4422,
                                                  "end": 4436,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 22
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 4422,
                                                    "end": 4427,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 13
                                                      },
                                                      "identifierName": "cache"
                                                    },
                                                    "name": "cache"
                                                  },
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 4430,
                                                    "end": 4436,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 22
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4446,
                                                "end": 4696,
                                                "loc": {
                                                  "start": {
                                                    "line": 148,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 11
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 4446,
                                                  "end": 4695,
                                                  "loc": {
                                                    "start": {
                                                      "line": 148,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 10
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4446,
                                                    "end": 4458,
                                                    "loc": {
                                                      "start": {
                                                        "line": 148,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 148,
                                                        "column": 20
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4446,
                                                      "end": 4452,
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 148,
                                                          "column": 14
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4453,
                                                      "end": 4458,
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 148,
                                                          "column": 20
                                                        },
                                                        "identifierName": "write"
                                                      },
                                                      "name": "write"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "start": 4459,
                                                      "end": 4694,
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 9
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 4532,
                                                          "end": 4553,
                                                          "loc": {
                                                            "start": {
                                                              "line": 150,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 150,
                                                              "column": 31
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 4532,
                                                            "end": 4538,
                                                            "loc": {
                                                              "start": {
                                                                "line": 150,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 150,
                                                                "column": 16
                                                              },
                                                              "identifierName": "format"
                                                            },
                                                            "name": "format",
                                                            "leadingComments": null
                                                          },
                                                          "value": {
                                                            "type": "MemberExpression",
                                                            "start": 4540,
                                                            "end": 4553,
                                                            "loc": {
                                                              "start": {
                                                                "line": 150,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 150,
                                                                "column": 31
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4540,
                                                              "end": 4546,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 24
                                                                },
                                                                "identifierName": "config"
                                                              },
                                                              "name": "config"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4547,
                                                              "end": 4553,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 31
                                                                },
                                                                "identifierName": "format"
                                                              },
                                                              "name": "format"
                                                            },
                                                            "computed": false
                                                          },
                                                          "leadingComments": [
                                                            {
                                                              "type": "CommentLine",
                                                              "value": " output format - 'amd', 'cjs', 'es', 'iife', 'umd'",
                                                              "start": 4469,
                                                              "end": 4521,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 149,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 149,
                                                                  "column": 60
                                                                }
                                                              }
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 4565,
                                                          "end": 4594,
                                                          "loc": {
                                                            "start": {
                                                              "line": 151,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 151,
                                                              "column": 39
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 4565,
                                                            "end": 4575,
                                                            "loc": {
                                                              "start": {
                                                                "line": 151,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 151,
                                                                "column": 20
                                                              },
                                                              "identifierName": "moduleName"
                                                            },
                                                            "name": "moduleName"
                                                          },
                                                          "value": {
                                                            "type": "MemberExpression",
                                                            "start": 4577,
                                                            "end": 4594,
                                                            "loc": {
                                                              "start": {
                                                                "line": 151,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 151,
                                                                "column": 39
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4577,
                                                              "end": 4583,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 151,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 151,
                                                                  "column": 28
                                                                },
                                                                "identifierName": "config"
                                                              },
                                                              "name": "config"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4584,
                                                              "end": 4594,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 151,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 151,
                                                                  "column": 39
                                                                },
                                                                "identifierName": "moduleName"
                                                              },
                                                              "name": "moduleName"
                                                            },
                                                            "computed": false
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 4606,
                                                          "end": 4633,
                                                          "loc": {
                                                            "start": {
                                                              "line": 152,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 152,
                                                              "column": 37
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 4606,
                                                            "end": 4615,
                                                            "loc": {
                                                              "start": {
                                                                "line": 152,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 152,
                                                                "column": 19
                                                              },
                                                              "identifierName": "sourceMap"
                                                            },
                                                            "name": "sourceMap"
                                                          },
                                                          "value": {
                                                            "type": "MemberExpression",
                                                            "start": 4617,
                                                            "end": 4633,
                                                            "loc": {
                                                              "start": {
                                                                "line": 152,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 152,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4617,
                                                              "end": 4623,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 152,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 152,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "config"
                                                              },
                                                              "name": "config"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4624,
                                                              "end": 4633,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 152,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 152,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "sourceMap"
                                                              },
                                                              "name": "sourceMap"
                                                            },
                                                            "computed": false
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 4645,
                                                          "end": 4684,
                                                          "loc": {
                                                            "start": {
                                                              "line": 153,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 153,
                                                              "column": 49
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 4645,
                                                            "end": 4649,
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 14
                                                              },
                                                              "identifierName": "dest"
                                                            },
                                                            "name": "dest"
                                                          },
                                                          "value": {
                                                            "type": "TemplateLiteral",
                                                            "start": 4651,
                                                            "end": 4684,
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 49
                                                              }
                                                            },
                                                            "expressions": [
                                                              {
                                                                "type": "CallExpression",
                                                                "start": 4654,
                                                                "end": 4667,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 4654,
                                                                  "end": 4665,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 4654,
                                                                    "end": 4661,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 26
                                                                      },
                                                                      "identifierName": "process"
                                                                    },
                                                                    "name": "process"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 4662,
                                                                    "end": 4665,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 30
                                                                      },
                                                                      "identifierName": "cwd"
                                                                    },
                                                                    "name": "cwd"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": []
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 4671,
                                                                "end": 4682,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 4671,
                                                                  "end": 4677,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 42
                                                                    },
                                                                    "identifierName": "config"
                                                                  },
                                                                  "name": "config"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4678,
                                                                  "end": 4682,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 47
                                                                    },
                                                                    "identifierName": "dest"
                                                                  },
                                                                  "name": "dest"
                                                                },
                                                                "computed": false
                                                              }
                                                            ],
                                                            "quasis": [
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 4652,
                                                                "end": 4652,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 17
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "",
                                                                  "cooked": ""
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 4668,
                                                                "end": 4669,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "/",
                                                                  "cooked": "/"
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 4683,
                                                                "end": 4683,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "",
                                                                  "cooked": ""
                                                                },
                                                                "tail": true
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4705,
                                                "end": 4777,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 80
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 4705,
                                                  "end": 4776,
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 79
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4705,
                                                    "end": 4719,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 22
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4705,
                                                      "end": 4714,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 17
                                                        },
                                                        "identifierName": "logWorker"
                                                      },
                                                      "name": "logWorker"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4715,
                                                      "end": 4719,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 22
                                                        },
                                                        "identifierName": "send"
                                                      },
                                                      "name": "send"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "start": 4720,
                                                      "end": 4775,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 78
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4720,
                                                        "end": 4733,
                                                        "loc": {
                                                          "start": {
                                                            "line": 155,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 155,
                                                            "column": 36
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4720,
                                                          "end": 4726,
                                                          "loc": {
                                                            "start": {
                                                              "line": 155,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 155,
                                                              "column": 29
                                                            },
                                                            "identifierName": "logger"
                                                          },
                                                          "name": "logger"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4727,
                                                          "end": 4733,
                                                          "loc": {
                                                            "start": {
                                                              "line": 155,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 155,
                                                              "column": 36
                                                            },
                                                            "identifierName": "_chalk"
                                                          },
                                                          "name": "_chalk"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "TemplateLiteral",
                                                          "start": 4734,
                                                          "end": 4766,
                                                          "loc": {
                                                            "start": {
                                                              "line": 155,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 155,
                                                              "column": 69
                                                            }
                                                          },
                                                          "expressions": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 4737,
                                                              "end": 4748,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 155,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4737,
                                                                "end": 4743,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 46
                                                                  },
                                                                  "identifierName": "config"
                                                                },
                                                                "name": "config"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4744,
                                                                "end": 4748,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 51
                                                                  },
                                                                  "identifierName": "name"
                                                                },
                                                                "name": "name"
                                                              },
                                                              "computed": false
                                                            }
                                                          ],
                                                          "quasis": [
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 4735,
                                                              "end": 4735,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 155,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 38
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "",
                                                                "cooked": ""
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 4749,
                                                              "end": 4765,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 155,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 68
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "::build finished",
                                                                "cooked": "::build finished"
                                                              },
                                                              "tail": true
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 4768,
                                                          "end": 4774,
                                                          "loc": {
                                                            "start": {
                                                              "line": 155,
                                                              "column": 71
                                                            },
                                                            "end": {
                                                              "line": 155,
                                                              "column": 77
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "cyan",
                                                            "raw": "'cyan'"
                                                          },
                                                          "value": "cyan"
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4786,
                                                "end": 4842,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 16
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 4786,
                                                  "end": 4841,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 15
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 4786,
                                                    "end": 4796,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 18
                                                      },
                                                      "identifierName": "setTimeout"
                                                    },
                                                    "name": "setTimeout"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 4797,
                                                      "end": 4835,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 9
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 4803,
                                                        "end": 4835,
                                                        "loc": {
                                                          "start": {
                                                            "line": 156,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 9
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 4815,
                                                            "end": 4825,
                                                            "loc": {
                                                              "start": {
                                                                "line": 157,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 157,
                                                                "column": 20
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 4815,
                                                              "end": 4824,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 19
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 4815,
                                                                "end": 4822,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 157,
                                                                    "column": 17
                                                                  },
                                                                  "identifierName": "resolve"
                                                                },
                                                                "name": "resolve"
                                                              },
                                                              "arguments": []
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    },
                                                    {
                                                      "type": "NumericLiteral",
                                                      "start": 4837,
                                                      "end": 4840,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 14
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 100,
                                                        "raw": "100"
                                                      },
                                                      "value": 100
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4852,
                                      "end": 4857,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 14
                                        },
                                        "identifierName": "catch"
                                      },
                                      "name": "catch"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 4858,
                                      "end": 5212,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 4858,
                                          "end": 4861,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 18
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 4865,
                                        "end": 5212,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 4875,
                                            "end": 4897,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 30
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 4881,
                                                "end": 4896,
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 29
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 4881,
                                                  "end": 4885,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 18
                                                    },
                                                    "identifierName": "code"
                                                  },
                                                  "name": "code"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 4888,
                                                  "end": 4896,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 29
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4888,
                                                    "end": 4891,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 24
                                                      },
                                                      "identifierName": "err"
                                                    },
                                                    "name": "err"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4892,
                                                    "end": 4896,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 29
                                                      },
                                                      "identifierName": "code"
                                                    },
                                                    "name": "code"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4906,
                                            "end": 4930,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 32
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 4906,
                                              "end": 4929,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 31
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4906,
                                                "end": 4920,
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4906,
                                                  "end": 4915,
                                                  "loc": {
                                                    "start": {
                                                      "line": 161,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 161,
                                                      "column": 17
                                                    },
                                                    "identifierName": "logWorker"
                                                  },
                                                  "name": "logWorker"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4916,
                                                  "end": 4920,
                                                  "loc": {
                                                    "start": {
                                                      "line": 161,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 161,
                                                      "column": 22
                                                    },
                                                    "identifierName": "send"
                                                  },
                                                  "name": "send"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 4921,
                                                  "end": 4928,
                                                  "loc": {
                                                    "start": {
                                                      "line": 161,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 161,
                                                      "column": 30
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "pauze",
                                                    "raw": "'pauze'"
                                                  },
                                                  "value": "pauze"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4939,
                                            "end": 4957,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 26
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 4939,
                                              "end": 4956,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 25
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4939,
                                                "end": 4951,
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 20
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4939,
                                                  "end": 4945,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 14
                                                    },
                                                    "identifierName": "logger"
                                                  },
                                                  "name": "logger"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4946,
                                                  "end": 4951,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 20
                                                    },
                                                    "identifierName": "error"
                                                  },
                                                  "name": "error"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4952,
                                                  "end": 4955,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 24
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 4966,
                                            "end": 5183,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 9
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 4970,
                                              "end": 5024,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 66
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 4970,
                                                "end": 4993,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 35
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4970,
                                                  "end": 4974,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 16
                                                    },
                                                    "identifierName": "code"
                                                  },
                                                  "name": "code"
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 4979,
                                                  "end": 4993,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 35
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "PLUGIN_ERROR",
                                                    "raw": "'PLUGIN_ERROR'"
                                                  },
                                                  "value": "PLUGIN_ERROR"
                                                }
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 4997,
                                                "end": 5024,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 66
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4997,
                                                  "end": 5001,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 43
                                                    },
                                                    "identifierName": "code"
                                                  },
                                                  "name": "code"
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 5006,
                                                  "end": 5024,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 66
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "UNRESOLVED_ENTRY",
                                                    "raw": "'UNRESOLVED_ENTRY'"
                                                  },
                                                  "value": "UNRESOLVED_ENTRY"
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 5026,
                                              "end": 5073,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 5038,
                                                  "end": 5063,
                                                  "loc": {
                                                    "start": {
                                                      "line": 164,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 164,
                                                      "column": 35
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 5038,
                                                    "end": 5062,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 34
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5038,
                                                      "end": 5052,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 24
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5038,
                                                        "end": 5047,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 19
                                                          },
                                                          "identifierName": "logWorker"
                                                        },
                                                        "name": "logWorker"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5048,
                                                        "end": 5052,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 24
                                                          },
                                                          "identifierName": "kill"
                                                        },
                                                        "name": "kill"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 5053,
                                                        "end": 5061,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 33
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "SIGINT",
                                                          "raw": "'SIGINT'"
                                                        },
                                                        "value": "SIGINT"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": {
                                              "type": "BlockStatement",
                                              "start": 5079,
                                              "end": 5183,
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 5091,
                                                  "end": 5137,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 56
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 5091,
                                                    "end": 5136,
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 55
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5091,
                                                      "end": 5102,
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 21
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5091,
                                                        "end": 5097,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 16
                                                          },
                                                          "identifierName": "logger"
                                                        },
                                                        "name": "logger"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5098,
                                                        "end": 5102,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 21
                                                          },
                                                          "identifierName": "warn"
                                                        },
                                                        "name": "warn"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 5103,
                                                        "end": 5135,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 54
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "trying to resume the build ...",
                                                          "raw": "'trying to resume the build ...'"
                                                        },
                                                        "value": "trying to resume the build ..."
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 5148,
                                                  "end": 5173,
                                                  "loc": {
                                                    "start": {
                                                      "line": 167,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 167,
                                                      "column": 35
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 5148,
                                                    "end": 5172,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 34
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5148,
                                                      "end": 5162,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 24
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5148,
                                                        "end": 5157,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 19
                                                          },
                                                          "identifierName": "logWorker"
                                                        },
                                                        "name": "logWorker"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5158,
                                                        "end": 5162,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 24
                                                          },
                                                          "identifierName": "send"
                                                        },
                                                        "name": "send"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 5163,
                                                        "end": 5171,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 33
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "resume",
                                                          "raw": "'resume'"
                                                        },
                                                        "value": "resume"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 5192,
                                            "end": 5204,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 20
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 5192,
                                              "end": 5203,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 19
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 5192,
                                                "end": 5198,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 14
                                                  },
                                                  "identifierName": "reject"
                                                },
                                                "name": "reject"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 5199,
                                                  "end": 5202,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 18
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n * @param {object} config\n * @param {string} config.src path/to/js\n * @param {string} config.dest destination to write to\n * @param {string} config.format format to build ['es', 'iife', 'amd', 'cjs']\n * @param {string} config.name the name of your element/app\n * @param {string} config.moduleName the moduleName for your element/app (not needed for es & cjs)\n * @param {boolean} config.sourceMap Wether or not to build sourceMaps defaults to 'true'\n * @param {object} config.plugins rollup plugins to use [see](https://github.com/rollup/rollup/wiki/Plugins)\n ",
                  "start": 3238,
                  "end": 3803,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 0
                    },
                    "end": {
                      "line": 130,
                      "column": 3
                    }
                  }
                }
              ]
            }
          ]
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 5229,
        "end": 5258,
        "loc": {
          "start": {
            "line": 174,
            "column": 0
          },
          "end": {
            "line": 174,
            "column": 29
          }
        },
        "declaration": {
          "type": "NewExpression",
          "start": 5244,
          "end": 5257,
          "loc": {
            "start": {
              "line": 174,
              "column": 15
            },
            "end": {
              "line": 174,
              "column": 28
            }
          },
          "callee": {
            "type": "Identifier",
            "start": 5248,
            "end": 5255,
            "loc": {
              "start": {
                "line": 174,
                "column": 19
              },
              "end": {
                "line": 174,
                "column": 26
              },
              "identifierName": "Builder"
            },
            "name": "Builder"
          },
          "arguments": []
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 5229,
        "end": 5258,
        "loc": {
          "start": {
            "line": 174,
            "column": 0
          },
          "end": {
            "line": 174,
            "column": 29
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 682,
          "end": 5228,
          "loc": {
            "start": {
              "line": 31,
              "column": 0
            },
            "end": {
              "line": 173,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 688,
            "end": 695,
            "loc": {
              "start": {
                "line": 31,
                "column": 6
              },
              "end": {
                "line": 31,
                "column": 13
              },
              "identifierName": "Builder"
            },
            "name": "Builder"
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 696,
            "end": 5228,
            "loc": {
              "start": {
                "line": 31,
                "column": 14
              },
              "end": {
                "line": 173,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 765,
                "end": 1092,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 2
                  },
                  "end": {
                    "line": 48,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 765,
                  "end": 773,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 2
                    },
                    "end": {
                      "line": 36,
                      "column": 10
                    },
                    "identifierName": "toJsProp"
                  },
                  "name": "toJsProp",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 774,
                    "end": 780,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 11
                      },
                      "end": {
                        "line": 36,
                        "column": 17
                      },
                      "identifierName": "string"
                    },
                    "name": "string"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 782,
                  "end": 1092,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 19
                    },
                    "end": {
                      "line": 48,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 788,
                      "end": 818,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 37,
                          "column": 34
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 792,
                          "end": 817,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 33
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 792,
                            "end": 797,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 13
                              },
                              "identifierName": "parts"
                            },
                            "name": "parts"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 800,
                            "end": 817,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 16
                              },
                              "end": {
                                "line": 37,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 800,
                              "end": 812,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 16
                                },
                                "end": {
                                  "line": 37,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 800,
                                "end": 806,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 22
                                  },
                                  "identifierName": "string"
                                },
                                "name": "string"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 807,
                                "end": 812,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 28
                                  },
                                  "identifierName": "split"
                                },
                                "name": "split"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 813,
                                "end": 816,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 32
                                  }
                                },
                                "extra": {
                                  "rawValue": "-",
                                  "raw": "'-'"
                                },
                                "value": "-"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 823,
                      "end": 1069,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 4
                        },
                        "end": {
                          "line": 46,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 827,
                        "end": 843,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 24
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 827,
                          "end": 839,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 827,
                            "end": 832,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 13
                              },
                              "identifierName": "parts"
                            },
                            "name": "parts"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 833,
                            "end": 839,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 14
                              },
                              "end": {
                                "line": 38,
                                "column": 20
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 842,
                          "end": 843,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 23
                            },
                            "end": {
                              "line": 38,
                              "column": 24
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 845,
                        "end": 1069,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 26
                          },
                          "end": {
                            "line": 46,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 853,
                            "end": 871,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 6
                              },
                              "end": {
                                "line": 39,
                                "column": 24
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 853,
                              "end": 870,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 6
                                },
                                "end": {
                                  "line": 39,
                                  "column": 23
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 853,
                                "end": 859,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "identifierName": "string"
                                },
                                "name": "string"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 862,
                                "end": 870,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 862,
                                  "end": 867,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 20
                                    },
                                    "identifierName": "parts"
                                  },
                                  "name": "parts"
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 868,
                                  "end": 869,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 22
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ForOfStatement",
                            "start": 878,
                            "end": 1063,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 6
                              },
                              "end": {
                                "line": 45,
                                "column": 7
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 883,
                              "end": 891,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 11
                                },
                                "end": {
                                  "line": 40,
                                  "column": 19
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 887,
                                  "end": 891,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 19
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 887,
                                    "end": 891,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 19
                                      },
                                      "identifierName": "part"
                                    },
                                    "name": "part"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 895,
                              "end": 900,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 23
                                },
                                "end": {
                                  "line": 40,
                                  "column": 28
                                },
                                "identifierName": "parts"
                              },
                              "name": "parts"
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 902,
                              "end": 1063,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 30
                                },
                                "end": {
                                  "line": 45,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 912,
                                  "end": 1055,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 916,
                                    "end": 933,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 29
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 916,
                                      "end": 924,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 916,
                                        "end": 921,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 17
                                          },
                                          "identifierName": "parts"
                                        },
                                        "name": "parts"
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 922,
                                        "end": 923,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "computed": true
                                    },
                                    "operator": "!==",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 929,
                                      "end": 933,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 29
                                        },
                                        "identifierName": "part"
                                      },
                                      "name": "part"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 935,
                                    "end": 1055,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 947,
                                        "end": 988,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 51
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 951,
                                            "end": 987,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 50
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 951,
                                              "end": 956,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 19
                                                },
                                                "identifierName": "upper"
                                              },
                                              "name": "upper"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 959,
                                              "end": 987,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 50
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 959,
                                                "end": 985,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 959,
                                                  "end": 973,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 36
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 959,
                                                    "end": 970,
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 959,
                                                      "end": 963,
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 26
                                                        },
                                                        "identifierName": "part"
                                                      },
                                                      "name": "part"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 964,
                                                      "end": 970,
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 33
                                                        },
                                                        "identifierName": "charAt"
                                                      },
                                                      "name": "charAt"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "NumericLiteral",
                                                      "start": 971,
                                                      "end": 972,
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 35
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 974,
                                                  "end": 985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 48
                                                    },
                                                    "identifierName": "toUpperCase"
                                                  },
                                                  "name": "toUpperCase"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 999,
                                        "end": 1045,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 56
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 999,
                                          "end": 1044,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 55
                                            }
                                          },
                                          "operator": "+=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 999,
                                            "end": 1005,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 16
                                              },
                                              "identifierName": "string"
                                            },
                                            "name": "string"
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 1009,
                                            "end": 1044,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 55
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 1009,
                                              "end": 1014,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 25
                                                },
                                                "identifierName": "upper"
                                              },
                                              "name": "upper"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 1017,
                                              "end": 1044,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 55
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1017,
                                                "end": 1042,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 53
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 1017,
                                                  "end": 1030,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 41
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1017,
                                                    "end": 1027,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1017,
                                                      "end": 1021,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 32
                                                        },
                                                        "identifierName": "part"
                                                      },
                                                      "name": "part"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1022,
                                                      "end": 1027,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 38
                                                        },
                                                        "identifierName": "slice"
                                                      },
                                                      "name": "slice"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "NumericLiteral",
                                                      "start": 1028,
                                                      "end": 1029,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 40
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 1,
                                                        "raw": "1"
                                                      },
                                                      "value": 1
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1031,
                                                  "end": 1042,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 53
                                                    },
                                                    "identifierName": "toLowerCase"
                                                  },
                                                  "name": "toLowerCase"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1074,
                      "end": 1088,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 4
                        },
                        "end": {
                          "line": 47,
                          "column": 18
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1081,
                        "end": 1087,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 11
                          },
                          "end": {
                            "line": 47,
                            "column": 17
                          },
                          "identifierName": "string"
                        },
                        "name": "string"
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * convert hyphen to a javascript property srting\n   ",
                    "start": 701,
                    "end": 762,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 2
                      },
                      "end": {
                        "line": 35,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1096,
                "end": 1385,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 2
                  },
                  "end": {
                    "line": 59,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1096,
                  "end": 1101,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 2
                    },
                    "end": {
                      "line": 50,
                      "column": 7
                    },
                    "identifierName": "build"
                  },
                  "name": "build"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1102,
                    "end": 1108,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 8
                      },
                      "end": {
                        "line": 50,
                        "column": 14
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1110,
                  "end": 1385,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 16
                    },
                    "end": {
                      "line": 59,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1116,
                      "end": 1140,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1116,
                        "end": 1139,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 51,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1116,
                          "end": 1130,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 4
                            },
                            "end": {
                              "line": 51,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1116,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 4
                              },
                              "end": {
                                "line": 51,
                                "column": 13
                              },
                              "identifierName": "logWorker"
                            },
                            "name": "logWorker"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1126,
                            "end": 1130,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 14
                              },
                              "end": {
                                "line": 51,
                                "column": 18
                              },
                              "identifierName": "send"
                            },
                            "name": "send"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1131,
                            "end": 1138,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 19
                              },
                              "end": {
                                "line": 51,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": "start",
                              "raw": "'start'"
                            },
                            "value": "start"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1145,
                      "end": 1195,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 54
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1145,
                        "end": 1194,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 4
                          },
                          "end": {
                            "line": 52,
                            "column": 53
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1145,
                          "end": 1159,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 4
                            },
                            "end": {
                              "line": 52,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1145,
                            "end": 1154,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 4
                              },
                              "end": {
                                "line": 52,
                                "column": 13
                              },
                              "identifierName": "logWorker"
                            },
                            "name": "logWorker"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1155,
                            "end": 1159,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 14
                              },
                              "end": {
                                "line": 52,
                                "column": 18
                              },
                              "identifierName": "send"
                            },
                            "name": "send"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 1160,
                            "end": 1193,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 19
                              },
                              "end": {
                                "line": 52,
                                "column": 52
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1160,
                              "end": 1173,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 19
                                },
                                "end": {
                                  "line": 52,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1160,
                                "end": 1166,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 25
                                  },
                                  "identifierName": "logger"
                                },
                                "name": "logger"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1167,
                                "end": 1173,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 32
                                  },
                                  "identifierName": "_chalk"
                                },
                                "name": "_chalk"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 1174,
                                "end": 1184,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 43
                                  }
                                },
                                "extra": {
                                  "rawValue": "building",
                                  "raw": "'building'"
                                },
                                "value": "building"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 1186,
                                "end": 1192,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 51
                                  }
                                },
                                "extra": {
                                  "rawValue": "cyan",
                                  "raw": "'cyan'"
                                },
                                "value": "cyan"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1200,
                      "end": 1381,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1207,
                        "end": 1380,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 11
                          },
                          "end": {
                            "line": 58,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1207,
                          "end": 1336,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 11
                            },
                            "end": {
                              "line": 56,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1207,
                            "end": 1330,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 11
                              },
                              "end": {
                                "line": 56,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1207,
                              "end": 1239,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 11
                                },
                                "end": {
                                  "line": 53,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1207,
                                "end": 1234,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 38
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1207,
                                  "end": 1226,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1207,
                                    "end": 1211,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1212,
                                    "end": 1226,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 30
                                      },
                                      "identifierName": "promiseBundles"
                                    },
                                    "name": "promiseBundles"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1227,
                                    "end": 1233,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 37
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1235,
                                "end": 1239,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 43
                                  },
                                  "identifierName": "then"
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 1240,
                                "end": 1329,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1240,
                                    "end": 1247,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 51
                                      },
                                      "identifierName": "bundles"
                                    },
                                    "name": "bundles"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1251,
                                  "end": 1329,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1259,
                                      "end": 1300,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 47
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1259,
                                        "end": 1299,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 46
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1259,
                                          "end": 1267,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 14
                                            },
                                            "identifierName": "iterator"
                                          },
                                          "name": "iterator"
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1270,
                                          "end": 1299,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 46
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1270,
                                            "end": 1277,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 24
                                              },
                                              "identifierName": "bundler"
                                            },
                                            "name": "bundler"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1278,
                                              "end": 1285,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 32
                                                },
                                                "identifierName": "bundles"
                                              },
                                              "name": "bundles"
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 1287,
                                              "end": 1298,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1287,
                                                "end": 1291,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1292,
                                                "end": 1298,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 45
                                                  },
                                                  "identifierName": "bundle"
                                                },
                                                "name": "bundle"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1307,
                                      "end": 1323,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 22
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1307,
                                        "end": 1322,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 21
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1307,
                                          "end": 1320,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1307,
                                            "end": 1315,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 14
                                              },
                                              "identifierName": "iterator"
                                            },
                                            "name": "iterator"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1316,
                                            "end": 1320,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 19
                                              },
                                              "identifierName": "next"
                                            },
                                            "name": "next"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1331,
                            "end": 1336,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 7
                              },
                              "end": {
                                "line": 56,
                                "column": 12
                              },
                              "identifierName": "catch"
                            },
                            "name": "catch"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1337,
                            "end": 1379,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 13
                              },
                              "end": {
                                "line": 58,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1337,
                                "end": 1342,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 18
                                  },
                                  "identifierName": "error"
                                },
                                "name": "error"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1346,
                              "end": 1379,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 22
                                },
                                "end": {
                                  "line": 58,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1354,
                                  "end": 1373,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 25
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1354,
                                    "end": 1372,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 24
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1354,
                                      "end": 1365,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1354,
                                        "end": 1360,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 12
                                          },
                                          "identifierName": "logger"
                                        },
                                        "name": "logger"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1361,
                                        "end": 1365,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 17
                                          },
                                          "identifierName": "warn"
                                        },
                                        "name": "warn"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1366,
                                        "end": 1371,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 23
                                          },
                                          "identifierName": "error"
                                        },
                                        "name": "error"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1389,
                "end": 2160,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 2
                  },
                  "end": {
                    "line": 87,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1389,
                  "end": 1402,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 2
                    },
                    "end": {
                      "line": 61,
                      "column": 15
                    },
                    "identifierName": "handleFormats"
                  },
                  "name": "handleFormats"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1403,
                    "end": 1409,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 16
                      },
                      "end": {
                        "line": 61,
                        "column": 22
                      },
                      "identifierName": "bundle"
                    },
                    "name": "bundle"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1411,
                  "end": 2160,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 24
                    },
                    "end": {
                      "line": 87,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1417,
                      "end": 2156,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 86,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 1424,
                        "end": 2155,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 11
                          },
                          "end": {
                            "line": 86,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1428,
                          "end": 1435,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 15
                            },
                            "end": {
                              "line": 62,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1436,
                            "end": 2154,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 23
                              },
                              "end": {
                                "line": 86,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1437,
                                "end": 1444,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 31
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 1446,
                                "end": 1452,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 39
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1457,
                              "end": 2154,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 44
                                },
                                "end": {
                                  "line": 86,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "TryStatement",
                                  "start": 1465,
                                  "end": 2148,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 1469,
                                    "end": 2105,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1479,
                                        "end": 1508,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 37
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1485,
                                            "end": 1507,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 36
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1485,
                                              "end": 1491,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 20
                                                },
                                                "identifierName": "format"
                                              },
                                              "name": "format"
                                            },
                                            "init": {
                                              "type": "MemberExpression",
                                              "start": 1494,
                                              "end": 1507,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 36
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1494,
                                                "end": 1500,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 29
                                                  },
                                                  "identifierName": "bundle"
                                                },
                                                "name": "bundle"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1501,
                                                "end": 1507,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 36
                                                  },
                                                  "identifierName": "format"
                                                },
                                                "name": "format"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1517,
                                        "end": 1540,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 31
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1521,
                                            "end": 1539,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 30
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1521,
                                              "end": 1525,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 16
                                                },
                                                "identifierName": "dest"
                                              },
                                              "name": "dest"
                                            },
                                            "init": {
                                              "type": "MemberExpression",
                                              "start": 1528,
                                              "end": 1539,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1528,
                                                "end": 1534,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 25
                                                  },
                                                  "identifierName": "bundle"
                                                },
                                                "name": "bundle"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1535,
                                                "end": 1539,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 30
                                                  },
                                                  "identifierName": "dest"
                                                },
                                                "name": "dest"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 1549,
                                        "end": 2034,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 1553,
                                          "end": 1592,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 51
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 1553,
                                            "end": 1570,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 29
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 1553,
                                              "end": 1559,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 18
                                                },
                                                "identifierName": "format"
                                              },
                                              "name": "format"
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 1564,
                                              "end": 1570,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 29
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "iife",
                                                "raw": "'iife'"
                                              },
                                              "value": "iife"
                                            }
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "UnaryExpression",
                                            "start": 1574,
                                            "end": 1592,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 51
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 1575,
                                              "end": 1592,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 51
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1575,
                                                "end": 1581,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 40
                                                  },
                                                  "identifierName": "bundle"
                                                },
                                                "name": "bundle"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1582,
                                                "end": 1592,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 51
                                                  },
                                                  "identifierName": "moduleName"
                                                },
                                                "name": "moduleName"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 1594,
                                          "end": 1663,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1606,
                                              "end": 1653,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 57
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 1606,
                                                "end": 1652,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 56
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 1606,
                                                  "end": 1623,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 27
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1606,
                                                    "end": 1612,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 16
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1613,
                                                    "end": 1623,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 27
                                                      },
                                                      "identifierName": "moduleName"
                                                    },
                                                    "name": "moduleName"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 1626,
                                                  "end": 1652,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 56
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1626,
                                                    "end": 1639,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 43
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1626,
                                                      "end": 1630,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1631,
                                                      "end": 1639,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 43
                                                        },
                                                        "identifierName": "toJsProp"
                                                      },
                                                      "name": "toJsProp"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 1640,
                                                      "end": 1651,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 55
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1640,
                                                        "end": 1646,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 50
                                                          },
                                                          "identifierName": "bundle"
                                                        },
                                                        "name": "bundle"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1647,
                                                        "end": 1651,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 55
                                                          },
                                                          "identifierName": "name"
                                                        },
                                                        "name": "name"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "BlockStatement",
                                          "start": 1669,
                                          "end": 2034,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "SwitchStatement",
                                              "start": 1681,
                                              "end": 2024,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 11
                                                }
                                              },
                                              "discriminant": {
                                                "type": "Identifier",
                                                "start": 1689,
                                                "end": 1695,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 24
                                                  },
                                                  "identifierName": "format"
                                                },
                                                "name": "format"
                                              },
                                              "cases": [
                                                {
                                                  "type": "SwitchCase",
                                                  "start": 1711,
                                                  "end": 1804,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 20
                                                    }
                                                  },
                                                  "consequent": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 1737,
                                                      "end": 1783,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 60
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 1737,
                                                        "end": 1782,
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 59
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 1737,
                                                          "end": 1741,
                                                          "loc": {
                                                            "start": {
                                                              "line": 71,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 71,
                                                              "column": 18
                                                            },
                                                            "identifierName": "dest"
                                                          },
                                                          "name": "dest"
                                                        },
                                                        "right": {
                                                          "type": "CallExpression",
                                                          "start": 1744,
                                                          "end": 1782,
                                                          "loc": {
                                                            "start": {
                                                              "line": 71,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 71,
                                                              "column": 59
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1744,
                                                            "end": 1763,
                                                            "loc": {
                                                              "start": {
                                                                "line": 71,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 40
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 1744,
                                                              "end": 1755,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 71,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 71,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1744,
                                                                "end": 1750,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 71,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 71,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "bundle"
                                                                },
                                                                "name": "bundle"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1751,
                                                                "end": 1755,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 71,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 71,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "dest"
                                                                },
                                                                "name": "dest"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1756,
                                                              "end": 1763,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 71,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 71,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "replace"
                                                              },
                                                              "name": "replace"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "StringLiteral",
                                                              "start": 1764,
                                                              "end": 1769,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 71,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 71,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": ".js",
                                                                "raw": "'.js'"
                                                              },
                                                              "value": ".js"
                                                            },
                                                            {
                                                              "type": "StringLiteral",
                                                              "start": 1771,
                                                              "end": 1781,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 71,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 71,
                                                                  "column": 58
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": "-node.js",
                                                                "raw": "'-node.js'"
                                                              },
                                                              "value": "-node.js"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "BreakStatement",
                                                      "start": 1798,
                                                      "end": 1804,
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 20
                                                        }
                                                      },
                                                      "label": null
                                                    }
                                                  ],
                                                  "test": {
                                                    "type": "StringLiteral",
                                                    "start": 1716,
                                                    "end": 1721,
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 22
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "cjs",
                                                      "raw": "'cjs'"
                                                    },
                                                    "value": "cjs"
                                                  }
                                                },
                                                {
                                                  "type": "SwitchCase",
                                                  "start": 1817,
                                                  "end": 1827,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 22
                                                    }
                                                  },
                                                  "consequent": [],
                                                  "test": {
                                                    "type": "StringLiteral",
                                                    "start": 1822,
                                                    "end": 1826,
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 21
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "es",
                                                      "raw": "'es'"
                                                    },
                                                    "value": "es"
                                                  }
                                                },
                                                {
                                                  "type": "SwitchCase",
                                                  "start": 1840,
                                                  "end": 1938,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 20
                                                    }
                                                  },
                                                  "consequent": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 1866,
                                                      "end": 1917,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 65
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 1866,
                                                        "end": 1916,
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 64
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "start": 1866,
                                                          "end": 1870,
                                                          "loc": {
                                                            "start": {
                                                              "line": 75,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 75,
                                                              "column": 18
                                                            },
                                                            "identifierName": "dest"
                                                          },
                                                          "name": "dest"
                                                        },
                                                        "right": {
                                                          "type": "CallExpression",
                                                          "start": 1873,
                                                          "end": 1916,
                                                          "loc": {
                                                            "start": {
                                                              "line": 75,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 75,
                                                              "column": 64
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1873,
                                                            "end": 1892,
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 40
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 1873,
                                                              "end": 1884,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 75,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 75,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1873,
                                                                "end": 1879,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 75,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 75,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "bundle"
                                                                },
                                                                "name": "bundle"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1880,
                                                                "end": 1884,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 75,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 75,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "dest"
                                                                },
                                                                "name": "dest"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1885,
                                                              "end": 1892,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 75,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 75,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "replace"
                                                              },
                                                              "name": "replace"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "StringLiteral",
                                                              "start": 1893,
                                                              "end": 1898,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 75,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 75,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": ".js",
                                                                "raw": "'.js'"
                                                              },
                                                              "value": ".js"
                                                            },
                                                            {
                                                              "type": "TemplateLiteral",
                                                              "start": 1900,
                                                              "end": 1915,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 75,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 75,
                                                                  "column": 63
                                                                }
                                                              },
                                                              "expressions": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 1904,
                                                                  "end": 1910,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 75,
                                                                      "column": 52
                                                                    },
                                                                    "end": {
                                                                      "line": 75,
                                                                      "column": 58
                                                                    },
                                                                    "identifierName": "format"
                                                                  },
                                                                  "name": "format"
                                                                }
                                                              ],
                                                              "quasis": [
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 1901,
                                                                  "end": 1902,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 75,
                                                                      "column": 49
                                                                    },
                                                                    "end": {
                                                                      "line": 75,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": "-",
                                                                    "cooked": "-"
                                                                  },
                                                                  "tail": false
                                                                },
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 1911,
                                                                  "end": 1914,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 75,
                                                                      "column": 59
                                                                    },
                                                                    "end": {
                                                                      "line": 75,
                                                                      "column": 62
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": ".js",
                                                                    "cooked": ".js"
                                                                  },
                                                                  "tail": true
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "BreakStatement",
                                                      "start": 1932,
                                                      "end": 1938,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 20
                                                        }
                                                      },
                                                      "label": null
                                                    }
                                                  ],
                                                  "test": {
                                                    "type": "StringLiteral",
                                                    "start": 1845,
                                                    "end": 1850,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 22
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "amd",
                                                      "raw": "'amd'"
                                                    },
                                                    "value": "amd"
                                                  }
                                                },
                                                {
                                                  "type": "SwitchCase",
                                                  "start": 1951,
                                                  "end": 1980,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 20
                                                    }
                                                  },
                                                  "consequent": [
                                                    {
                                                      "type": "BreakStatement",
                                                      "start": 1974,
                                                      "end": 1980,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 20
                                                        }
                                                      },
                                                      "label": null,
                                                      "leadingComments": null,
                                                      "trailingComments": null
                                                    }
                                                  ],
                                                  "test": null,
                                                  "trailingComments": [
                                                    {
                                                      "type": "CommentLine",
                                                      "value": " do nothing",
                                                      "start": 1999,
                                                      "end": 2012,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 31
                                                        }
                                                      }
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ],
                                          "directives": []
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2043,
                                        "end": 2097,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 62
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2043,
                                          "end": 2096,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 61
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 2043,
                                            "end": 2050,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 15
                                              },
                                              "identifierName": "resolve"
                                            },
                                            "name": "resolve"
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 2051,
                                              "end": 2095,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 60
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 2052,
                                                  "end": 2066,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 31
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2052,
                                                    "end": 2058,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 23
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 2060,
                                                    "end": 2066,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 31
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 2068,
                                                  "end": 2078,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2068,
                                                    "end": 2072,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 37
                                                      },
                                                      "identifierName": "dest"
                                                    },
                                                    "name": "dest"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 2074,
                                                    "end": 2078,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 43
                                                      },
                                                      "identifierName": "dest"
                                                    },
                                                    "name": "dest"
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 2080,
                                                  "end": 2094,
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 59
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2080,
                                                    "end": 2086,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 51
                                                      },
                                                      "identifierName": "format"
                                                    },
                                                    "name": "format"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 2088,
                                                    "end": 2094,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 59
                                                      },
                                                      "identifierName": "format"
                                                    },
                                                    "name": "format"
                                                  }
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 2106,
                                    "end": 2148,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 2113,
                                      "end": 2116,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 2118,
                                      "end": 2148,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 2128,
                                          "end": 2140,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 20
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2128,
                                            "end": 2139,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 19
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2128,
                                              "end": 2134,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 14
                                                },
                                                "identifierName": "reject"
                                              },
                                              "name": "reject"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2135,
                                                "end": 2138,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 18
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2164,
                "end": 3236,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 2
                  },
                  "end": {
                    "line": 119,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2164,
                  "end": 2178,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 2
                    },
                    "end": {
                      "line": 89,
                      "column": 16
                    },
                    "identifierName": "promiseBundles"
                  },
                  "name": "promiseBundles"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2179,
                    "end": 2185,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 17
                      },
                      "end": {
                        "line": 89,
                        "column": 23
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2187,
                  "end": 3236,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 25
                    },
                    "end": {
                      "line": 119,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2193,
                      "end": 3232,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 4
                        },
                        "end": {
                          "line": 118,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 2200,
                        "end": 3231,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 11
                          },
                          "end": {
                            "line": 118,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2204,
                          "end": 2211,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 15
                            },
                            "end": {
                              "line": 90,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2212,
                            "end": 3230,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 23
                              },
                              "end": {
                                "line": 118,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2213,
                                "end": 2220,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 31
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 2222,
                                "end": 2228,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 39
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2233,
                              "end": 3230,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 44
                                },
                                "end": {
                                  "line": 118,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2241,
                                  "end": 2258,
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 23
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2245,
                                      "end": 2257,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 22
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2245,
                                        "end": 2252,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 17
                                          },
                                          "identifierName": "formats"
                                        },
                                        "name": "formats"
                                      },
                                      "init": {
                                        "type": "ArrayExpression",
                                        "start": 2255,
                                        "end": 2257,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 22
                                          }
                                        },
                                        "elements": []
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2265,
                                  "end": 2294,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 35
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2269,
                                      "end": 2293,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 34
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2269,
                                        "end": 2276,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 17
                                          },
                                          "identifierName": "bundles"
                                        },
                                        "name": "bundles"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 2279,
                                        "end": 2293,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2279,
                                          "end": 2285,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 26
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2286,
                                          "end": 2293,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 34
                                            },
                                            "identifierName": "bundles"
                                          },
                                          "name": "bundles"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "TryStatement",
                                  "start": 2301,
                                  "end": 3224,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 7
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 2305,
                                    "end": 3181,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ForOfStatement",
                                        "start": 2315,
                                        "end": 3086,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 9
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 2320,
                                          "end": 2330,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 23
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 2324,
                                              "end": 2330,
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 23
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 2324,
                                                "end": 2330,
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 23
                                                  },
                                                  "identifierName": "bundle"
                                                },
                                                "name": "bundle"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 2334,
                                          "end": 2341,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 34
                                            },
                                            "identifierName": "bundles"
                                          },
                                          "name": "bundles"
                                        },
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 2343,
                                          "end": 3086,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2355,
                                              "end": 2396,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 51
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2355,
                                                "end": 2395,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 50
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2355,
                                                  "end": 2366,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 21
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2355,
                                                    "end": 2361,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 16
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2362,
                                                    "end": 2366,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 21
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "LogicalExpression",
                                                  "start": 2369,
                                                  "end": 2395,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 50
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2369,
                                                    "end": 2380,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2369,
                                                      "end": 2375,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 30
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2376,
                                                      "end": 2380,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 35
                                                        },
                                                        "identifierName": "name"
                                                      },
                                                      "name": "name"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "||",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 2384,
                                                    "end": 2395,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2384,
                                                      "end": 2390,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 45
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2391,
                                                      "end": 2395,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 50
                                                        },
                                                        "identifierName": "name"
                                                      },
                                                      "name": "name"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2407,
                                              "end": 2451,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 54
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2407,
                                                "end": 2450,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 53
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2407,
                                                  "end": 2419,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 22
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2407,
                                                    "end": 2413,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 16
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2414,
                                                    "end": 2419,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 22
                                                      },
                                                      "identifierName": "babel"
                                                    },
                                                    "name": "babel"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "LogicalExpression",
                                                  "start": 2422,
                                                  "end": 2450,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 53
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2422,
                                                    "end": 2434,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2422,
                                                      "end": 2428,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 31
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2429,
                                                      "end": 2434,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 37
                                                        },
                                                        "identifierName": "babel"
                                                      },
                                                      "name": "babel"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "||",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 2438,
                                                    "end": 2450,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 53
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2438,
                                                      "end": 2444,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 47
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2445,
                                                      "end": 2450,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 53
                                                        },
                                                        "identifierName": "babel"
                                                      },
                                                      "name": "babel"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2462,
                                              "end": 2518,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 66
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2462,
                                                "end": 2517,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 65
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2462,
                                                  "end": 2478,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2462,
                                                    "end": 2468,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 16
                                                      },
                                                      "identifierName": "bundle"
                                                    },
                                                    "name": "bundle"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2469,
                                                    "end": 2478,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 26
                                                      },
                                                      "identifierName": "sourceMap"
                                                    },
                                                    "name": "sourceMap"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "LogicalExpression",
                                                  "start": 2481,
                                                  "end": 2517,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 65
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2481,
                                                    "end": 2497,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 45
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2481,
                                                      "end": 2487,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 35
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2488,
                                                      "end": 2497,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 45
                                                        },
                                                        "identifierName": "sourceMap"
                                                      },
                                                      "name": "sourceMap"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "||",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 2501,
                                                    "end": 2517,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 65
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2501,
                                                      "end": 2507,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 55
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2508,
                                                      "end": 2517,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 56
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 65
                                                        },
                                                        "identifierName": "sourceMap"
                                                      },
                                                      "name": "sourceMap"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 2529,
                                              "end": 3076,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "LogicalExpression",
                                                "start": 2533,
                                                "end": 2601,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "LogicalExpression",
                                                  "start": 2533,
                                                  "end": 2583,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 64
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2533,
                                                    "end": 2546,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 27
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2533,
                                                      "end": 2539,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 20
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2540,
                                                      "end": 2546,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 27
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 2550,
                                                    "end": 2583,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 64
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "UnaryExpression",
                                                      "start": 2550,
                                                      "end": 2570,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 51
                                                        }
                                                      },
                                                      "operator": "typeof",
                                                      "prefix": true,
                                                      "argument": {
                                                        "type": "MemberExpression",
                                                        "start": 2557,
                                                        "end": 2570,
                                                        "loc": {
                                                          "start": {
                                                            "line": 98,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 98,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2557,
                                                          "end": 2563,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 44
                                                            },
                                                            "identifierName": "config"
                                                          },
                                                          "name": "config"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2564,
                                                          "end": 2570,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 51
                                                            },
                                                            "identifierName": "format"
                                                          },
                                                          "name": "format"
                                                        },
                                                        "computed": false
                                                      },
                                                      "extra": {
                                                        "parenthesizedArgument": false
                                                      }
                                                    },
                                                    "operator": "!==",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 2575,
                                                      "end": 2583,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 56
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 64
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "string",
                                                        "raw": "'string'"
                                                      },
                                                      "value": "string"
                                                    }
                                                  }
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "UnaryExpression",
                                                  "start": 2587,
                                                  "end": 2601,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 82
                                                    }
                                                  },
                                                  "operator": "!",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 2588,
                                                    "end": 2601,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 82
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2588,
                                                      "end": 2594,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 75
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2595,
                                                      "end": 2601,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 76
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 82
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "computed": false
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 2603,
                                                "end": 2772,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 84
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ForOfStatement",
                                                    "start": 2617,
                                                    "end": 2760,
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 13
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "VariableDeclaration",
                                                      "start": 2622,
                                                      "end": 2632,
                                                      "loc": {
                                                        "start": {
                                                          "line": 99,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 99,
                                                          "column": 27
                                                        }
                                                      },
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "start": 2626,
                                                          "end": 2632,
                                                          "loc": {
                                                            "start": {
                                                              "line": 99,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 99,
                                                              "column": 27
                                                            }
                                                          },
                                                          "id": {
                                                            "type": "Identifier",
                                                            "start": 2626,
                                                            "end": 2632,
                                                            "loc": {
                                                              "start": {
                                                                "line": 99,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 99,
                                                                "column": 27
                                                              },
                                                              "identifierName": "format"
                                                            },
                                                            "name": "format"
                                                          },
                                                          "init": null
                                                        }
                                                      ],
                                                      "kind": "let"
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 2636,
                                                      "end": 2649,
                                                      "loc": {
                                                        "start": {
                                                          "line": 99,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 99,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2636,
                                                        "end": 2642,
                                                        "loc": {
                                                          "start": {
                                                            "line": 99,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 99,
                                                            "column": 37
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2643,
                                                        "end": 2649,
                                                        "loc": {
                                                          "start": {
                                                            "line": 99,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 99,
                                                            "column": 44
                                                          },
                                                          "identifierName": "format"
                                                        },
                                                        "name": "format"
                                                      },
                                                      "computed": false
                                                    },
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 2651,
                                                      "end": 2760,
                                                      "loc": {
                                                        "start": {
                                                          "line": 99,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 13
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 2667,
                                                          "end": 2690,
                                                          "loc": {
                                                            "start": {
                                                              "line": 100,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 100,
                                                              "column": 37
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 2667,
                                                            "end": 2689,
                                                            "loc": {
                                                              "start": {
                                                                "line": 100,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 100,
                                                                "column": 36
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 2667,
                                                              "end": 2680,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 100,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 100,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2667,
                                                                "end": 2673,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 100,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 100,
                                                                    "column": 20
                                                                  },
                                                                  "identifierName": "bundle"
                                                                },
                                                                "name": "bundle"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2674,
                                                                "end": 2680,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 100,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 100,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "format"
                                                                },
                                                                "name": "format"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 2683,
                                                              "end": 2689,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 100,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 100,
                                                                  "column": 36
                                                                },
                                                                "identifierName": "format"
                                                              },
                                                              "name": "format"
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 2705,
                                                          "end": 2746,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 55
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 2705,
                                                            "end": 2745,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 54
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 2705,
                                                              "end": 2717,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2705,
                                                                "end": 2712,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 21
                                                                  },
                                                                  "identifierName": "formats"
                                                                },
                                                                "name": "formats"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2713,
                                                                "end": 2717,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "push"
                                                                },
                                                                "name": "push"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "start": 2718,
                                                                "end": 2744,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 53
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2718,
                                                                  "end": 2736,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 45
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 2718,
                                                                    "end": 2722,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 31
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2723,
                                                                    "end": 2736,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 45
                                                                      },
                                                                      "identifierName": "handleFormats"
                                                                    },
                                                                    "name": "handleFormats"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 2737,
                                                                    "end": 2743,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 46
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 52
                                                                      },
                                                                      "identifierName": "bundle"
                                                                    },
                                                                    "name": "bundle"
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": {
                                                "type": "IfStatement",
                                                "start": 2778,
                                                "end": 3076,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 11
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 2782,
                                                  "end": 2832,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 71
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2782,
                                                    "end": 2795,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 34
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2782,
                                                      "end": 2788,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 27
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2789,
                                                      "end": 2795,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 34
                                                        },
                                                        "identifierName": "format"
                                                      },
                                                      "name": "format"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 2799,
                                                    "end": 2832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 71
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "UnaryExpression",
                                                      "start": 2799,
                                                      "end": 2819,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 58
                                                        }
                                                      },
                                                      "operator": "typeof",
                                                      "prefix": true,
                                                      "argument": {
                                                        "type": "MemberExpression",
                                                        "start": 2806,
                                                        "end": 2819,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 58
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2806,
                                                          "end": 2812,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 51
                                                            },
                                                            "identifierName": "bundle"
                                                          },
                                                          "name": "bundle"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2813,
                                                          "end": 2819,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 58
                                                            },
                                                            "identifierName": "format"
                                                          },
                                                          "name": "format"
                                                        },
                                                        "computed": false
                                                      },
                                                      "extra": {
                                                        "parenthesizedArgument": false
                                                      }
                                                    },
                                                    "operator": "!==",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 2824,
                                                      "end": 2832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 71
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "string",
                                                        "raw": "'string'"
                                                      },
                                                      "value": "string"
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 2834,
                                                  "end": 3003,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 11
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ForOfStatement",
                                                      "start": 2848,
                                                      "end": 2991,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 13
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "VariableDeclaration",
                                                        "start": 2853,
                                                        "end": 2863,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 27
                                                          }
                                                        },
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "start": 2857,
                                                            "end": 2863,
                                                            "loc": {
                                                              "start": {
                                                                "line": 104,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 104,
                                                                "column": 27
                                                              }
                                                            },
                                                            "id": {
                                                              "type": "Identifier",
                                                              "start": 2857,
                                                              "end": 2863,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 104,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 104,
                                                                  "column": 27
                                                                },
                                                                "identifierName": "format"
                                                              },
                                                              "name": "format"
                                                            },
                                                            "init": null
                                                          }
                                                        ],
                                                        "kind": "let"
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 2867,
                                                        "end": 2880,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2867,
                                                          "end": 2873,
                                                          "loc": {
                                                            "start": {
                                                              "line": 104,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 104,
                                                              "column": 37
                                                            },
                                                            "identifierName": "bundle"
                                                          },
                                                          "name": "bundle"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2874,
                                                          "end": 2880,
                                                          "loc": {
                                                            "start": {
                                                              "line": 104,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 104,
                                                              "column": 44
                                                            },
                                                            "identifierName": "format"
                                                          },
                                                          "name": "format"
                                                        },
                                                        "computed": false
                                                      },
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 2882,
                                                        "end": 2991,
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 107,
                                                            "column": 13
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2898,
                                                            "end": 2921,
                                                            "loc": {
                                                              "start": {
                                                                "line": 105,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 105,
                                                                "column": 37
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 2898,
                                                              "end": 2920,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 105,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 105,
                                                                  "column": 36
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 2898,
                                                                "end": 2911,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 27
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2898,
                                                                  "end": 2904,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 105,
                                                                      "column": 14
                                                                    },
                                                                    "end": {
                                                                      "line": 105,
                                                                      "column": 20
                                                                    },
                                                                    "identifierName": "bundle"
                                                                  },
                                                                  "name": "bundle"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2905,
                                                                  "end": 2911,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 105,
                                                                      "column": 21
                                                                    },
                                                                    "end": {
                                                                      "line": 105,
                                                                      "column": 27
                                                                    },
                                                                    "identifierName": "format"
                                                                  },
                                                                  "name": "format"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "Identifier",
                                                                "start": 2914,
                                                                "end": 2920,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 36
                                                                  },
                                                                  "identifierName": "format"
                                                                },
                                                                "name": "format"
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2936,
                                                            "end": 2977,
                                                            "loc": {
                                                              "start": {
                                                                "line": 106,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 106,
                                                                "column": 55
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 2936,
                                                              "end": 2976,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 106,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 106,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 2936,
                                                                "end": 2948,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 106,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 106,
                                                                    "column": 26
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2936,
                                                                  "end": 2943,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 106,
                                                                      "column": 14
                                                                    },
                                                                    "end": {
                                                                      "line": 106,
                                                                      "column": 21
                                                                    },
                                                                    "identifierName": "formats"
                                                                  },
                                                                  "name": "formats"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2944,
                                                                  "end": 2948,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 106,
                                                                      "column": 22
                                                                    },
                                                                    "end": {
                                                                      "line": 106,
                                                                      "column": 26
                                                                    },
                                                                    "identifierName": "push"
                                                                  },
                                                                  "name": "push"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "CallExpression",
                                                                  "start": 2949,
                                                                  "end": 2975,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 106,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 106,
                                                                      "column": 53
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2949,
                                                                    "end": 2967,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 106,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 106,
                                                                        "column": 45
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 2949,
                                                                      "end": 2953,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 106,
                                                                          "column": 27
                                                                        },
                                                                        "end": {
                                                                          "line": 106,
                                                                          "column": 31
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2954,
                                                                      "end": 2967,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 106,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 106,
                                                                          "column": 45
                                                                        },
                                                                        "identifierName": "handleFormats"
                                                                      },
                                                                      "name": "handleFormats"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 2968,
                                                                      "end": 2974,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 106,
                                                                          "column": 46
                                                                        },
                                                                        "end": {
                                                                          "line": 106,
                                                                          "column": 52
                                                                        },
                                                                        "identifierName": "bundle"
                                                                      },
                                                                      "name": "bundle"
                                                                    }
                                                                  ]
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": {
                                                  "type": "BlockStatement",
                                                  "start": 3009,
                                                  "end": 3076,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 11
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3023,
                                                      "end": 3064,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 53
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3023,
                                                        "end": 3063,
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 52
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3023,
                                                          "end": 3035,
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 24
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3023,
                                                            "end": 3030,
                                                            "loc": {
                                                              "start": {
                                                                "line": 109,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 109,
                                                                "column": 19
                                                              },
                                                              "identifierName": "formats"
                                                            },
                                                            "name": "formats"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3031,
                                                            "end": 3035,
                                                            "loc": {
                                                              "start": {
                                                                "line": 109,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 109,
                                                                "column": 24
                                                              },
                                                              "identifierName": "push"
                                                            },
                                                            "name": "push"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "CallExpression",
                                                            "start": 3036,
                                                            "end": 3062,
                                                            "loc": {
                                                              "start": {
                                                                "line": 109,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 109,
                                                                "column": 51
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3036,
                                                              "end": 3054,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 109,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 109,
                                                                  "column": 43
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 3036,
                                                                "end": 3040,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 109,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 109,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3041,
                                                                "end": 3054,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 109,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 109,
                                                                    "column": 43
                                                                  },
                                                                  "identifierName": "handleFormats"
                                                                },
                                                                "name": "handleFormats"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3055,
                                                                "end": 3061,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 109,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 109,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "bundle"
                                                                },
                                                                "name": "bundle"
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3095,
                                        "end": 3173,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3095,
                                          "end": 3172,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3095,
                                            "end": 3120,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 3095,
                                              "end": 3115,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 28
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3095,
                                                "end": 3106,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 19
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3095,
                                                  "end": 3102,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 15
                                                    },
                                                    "identifierName": "Promise"
                                                  },
                                                  "name": "Promise"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3103,
                                                  "end": 3106,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 19
                                                    },
                                                    "identifierName": "all"
                                                  },
                                                  "name": "all"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3107,
                                                  "end": 3114,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 27
                                                    },
                                                    "identifierName": "formats"
                                                  },
                                                  "name": "formats"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3116,
                                              "end": 3120,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 33
                                                },
                                                "identifierName": "then"
                                              },
                                              "name": "then"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 3121,
                                              "end": 3171,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3121,
                                                  "end": 3128,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 41
                                                    },
                                                    "identifierName": "bundles"
                                                  },
                                                  "name": "bundles"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 3132,
                                                "end": 3171,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3144,
                                                    "end": 3161,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 27
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 3144,
                                                      "end": 3160,
                                                      "loc": {
                                                        "start": {
                                                          "line": 113,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 113,
                                                          "column": 26
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 3144,
                                                        "end": 3151,
                                                        "loc": {
                                                          "start": {
                                                            "line": 113,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 113,
                                                            "column": 17
                                                          },
                                                          "identifierName": "resolve"
                                                        },
                                                        "name": "resolve"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3152,
                                                          "end": 3159,
                                                          "loc": {
                                                            "start": {
                                                              "line": 113,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 113,
                                                              "column": 25
                                                            },
                                                            "identifierName": "bundles"
                                                          },
                                                          "name": "bundles"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 3182,
                                    "end": 3224,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 7
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 3189,
                                      "end": 3192,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 18
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3194,
                                      "end": 3224,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 3204,
                                          "end": 3216,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 20
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 3204,
                                            "end": 3215,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 19
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 3204,
                                              "end": 3210,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 14
                                                },
                                                "identifierName": "reject"
                                              },
                                              "name": "reject"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 3211,
                                                "end": 3214,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 18
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n * @param {object} config\n * @param {string} config.src path/to/js\n * @param {string} config.dest destination to write to\n * @param {string} config.format format to build ['es', 'iife', 'amd', 'cjs']\n * @param {string} config.name the name of your element/app\n * @param {string} config.moduleName the moduleName for your element/app (not needed for es & cjs)\n * @param {boolean} config.sourceMap Wether or not to build sourceMaps defaults to 'true'\n * @param {object} config.plugins rollup plugins to use [see](https://github.com/rollup/rollup/wiki/Plugins)\n ",
                    "start": 3238,
                    "end": 3803,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 0
                      },
                      "end": {
                        "line": 130,
                        "column": 3
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3806,
                "end": 5226,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 2
                  },
                  "end": {
                    "line": 172,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3806,
                  "end": 3812,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 2
                    },
                    "end": {
                      "line": 131,
                      "column": 8
                    },
                    "identifierName": "bundle"
                  },
                  "name": "bundle",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 3813,
                    "end": 3928,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 9
                      },
                      "end": {
                        "line": 131,
                        "column": 124
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 3813,
                      "end": 3819,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 9
                        },
                        "end": {
                          "line": 131,
                          "column": 15
                        },
                        "identifierName": "config"
                      },
                      "name": "config"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 3822,
                      "end": 3928,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 18
                        },
                        "end": {
                          "line": 131,
                          "column": 124
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 3823,
                          "end": 3832,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 19
                            },
                            "end": {
                              "line": 131,
                              "column": 28
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3823,
                            "end": 3826,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 19
                              },
                              "end": {
                                "line": 131,
                                "column": 22
                              },
                              "identifierName": "src"
                            },
                            "name": "src"
                          },
                          "value": {
                            "type": "NullLiteral",
                            "start": 3828,
                            "end": 3832,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 24
                              },
                              "end": {
                                "line": 131,
                                "column": 28
                              }
                            }
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3834,
                          "end": 3851,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 30
                            },
                            "end": {
                              "line": 131,
                              "column": 47
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3834,
                            "end": 3838,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 30
                              },
                              "end": {
                                "line": 131,
                                "column": 34
                              },
                              "identifierName": "dest"
                            },
                            "name": "dest"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 3840,
                            "end": 3851,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 36
                              },
                              "end": {
                                "line": 131,
                                "column": 47
                              }
                            },
                            "extra": {
                              "rawValue": "bundle.js",
                              "raw": "'bundle.js'"
                            },
                            "value": "bundle.js"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3853,
                          "end": 3867,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 49
                            },
                            "end": {
                              "line": 131,
                              "column": 63
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3853,
                            "end": 3859,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 49
                              },
                              "end": {
                                "line": 131,
                                "column": 55
                              },
                              "identifierName": "format"
                            },
                            "name": "format"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 3861,
                            "end": 3867,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 57
                              },
                              "end": {
                                "line": 131,
                                "column": 63
                              }
                            },
                            "extra": {
                              "rawValue": "iife",
                              "raw": "'iife'"
                            },
                            "value": "iife"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3869,
                          "end": 3879,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 65
                            },
                            "end": {
                              "line": 131,
                              "column": 75
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3869,
                            "end": 3873,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 65
                              },
                              "end": {
                                "line": 131,
                                "column": 69
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "value": {
                            "type": "NullLiteral",
                            "start": 3875,
                            "end": 3879,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 71
                              },
                              "end": {
                                "line": 131,
                                "column": 75
                              }
                            }
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3881,
                          "end": 3892,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 77
                            },
                            "end": {
                              "line": 131,
                              "column": 88
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3881,
                            "end": 3888,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 77
                              },
                              "end": {
                                "line": 131,
                                "column": 84
                              },
                              "identifierName": "plugins"
                            },
                            "name": "plugins"
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "start": 3890,
                            "end": 3892,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 86
                              },
                              "end": {
                                "line": 131,
                                "column": 88
                              }
                            },
                            "elements": []
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3894,
                          "end": 3910,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 90
                            },
                            "end": {
                              "line": 131,
                              "column": 106
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3894,
                            "end": 3904,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 90
                              },
                              "end": {
                                "line": 131,
                                "column": 100
                              },
                              "identifierName": "moduleName"
                            },
                            "name": "moduleName"
                          },
                          "value": {
                            "type": "NullLiteral",
                            "start": 3906,
                            "end": 3910,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 102
                              },
                              "end": {
                                "line": 131,
                                "column": 106
                              }
                            }
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3912,
                          "end": 3927,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 108
                            },
                            "end": {
                              "line": 131,
                              "column": 123
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3912,
                            "end": 3921,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 108
                              },
                              "end": {
                                "line": 131,
                                "column": 117
                              },
                              "identifierName": "sourceMap"
                            },
                            "name": "sourceMap"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 3923,
                            "end": 3927,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 119
                              },
                              "end": {
                                "line": 131,
                                "column": 123
                              }
                            },
                            "value": true
                          }
                        }
                      ]
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3930,
                  "end": 5226,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 126
                    },
                    "end": {
                      "line": 172,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 3936,
                      "end": 5222,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 4
                        },
                        "end": {
                          "line": 171,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 3943,
                        "end": 5221,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 11
                          },
                          "end": {
                            "line": 171,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 3947,
                          "end": 3954,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 15
                            },
                            "end": {
                              "line": 132,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3955,
                            "end": 5220,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 23
                              },
                              "end": {
                                "line": 171,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 3956,
                                "end": 3963,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 31
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 3965,
                                "end": 3971,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 39
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3976,
                              "end": 5220,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 44
                                },
                                "end": {
                                  "line": 171,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3984,
                                  "end": 4019,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 41
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3988,
                                      "end": 4018,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 40
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3988,
                                        "end": 3995,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 17
                                          },
                                          "identifierName": "plugins"
                                        },
                                        "name": "plugins"
                                      },
                                      "init": {
                                        "type": "LogicalExpression",
                                        "start": 3998,
                                        "end": 4018,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 40
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 3998,
                                          "end": 4012,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 34
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3998,
                                            "end": 4004,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 26
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4005,
                                            "end": 4012,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 34
                                              },
                                              "identifierName": "plugins"
                                            },
                                            "name": "plugins"
                                          },
                                          "computed": false
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ArrayExpression",
                                          "start": 4016,
                                          "end": 4018,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 40
                                            }
                                          },
                                          "elements": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 4026,
                                  "end": 4150,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 4030,
                                    "end": 4042,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4030,
                                      "end": 4036,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 16
                                        },
                                        "identifierName": "config"
                                      },
                                      "name": "config"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4037,
                                      "end": 4042,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 22
                                        },
                                        "identifierName": "babel"
                                      },
                                      "name": "babel"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4044,
                                    "end": 4150,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4054,
                                        "end": 4099,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 53
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4060,
                                            "end": 4098,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 52
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4060,
                                              "end": 4065,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 19
                                                },
                                                "identifierName": "babel"
                                              },
                                              "name": "babel"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 4068,
                                              "end": 4098,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 52
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 4068,
                                                "end": 4075,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 29
                                                  },
                                                  "identifierName": "require"
                                                },
                                                "name": "require"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 4076,
                                                  "end": 4097,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 51
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "rollup-plugin-babel",
                                                    "raw": "'rollup-plugin-babel'"
                                                  },
                                                  "value": "rollup-plugin-babel"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4108,
                                        "end": 4142,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4108,
                                          "end": 4141,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4108,
                                            "end": 4120,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 20
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4108,
                                              "end": 4115,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 15
                                                },
                                                "identifierName": "plugins"
                                              },
                                              "name": "plugins"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4116,
                                              "end": 4120,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 20
                                                },
                                                "identifierName": "push"
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 4121,
                                              "end": 4140,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 40
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 4121,
                                                "end": 4126,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 26
                                                  },
                                                  "identifierName": "babel"
                                                },
                                                "name": "babel"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 4127,
                                                  "end": 4139,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4127,
                                                    "end": 4133,
                                                    "loc": {
                                                      "start": {
                                                        "line": 136,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 136,
                                                        "column": 33
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4134,
                                                    "end": 4139,
                                                    "loc": {
                                                      "start": {
                                                        "line": 136,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 136,
                                                        "column": 39
                                                      },
                                                      "identifierName": "babel"
                                                    },
                                                    "name": "babel"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4157,
                                  "end": 5214,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4157,
                                    "end": 5213,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4157,
                                      "end": 4857,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 4157,
                                        "end": 4851,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 8
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4157,
                                          "end": 4401,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 13
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 4157,
                                            "end": 4396,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 8
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4157,
                                              "end": 4163,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 12
                                                },
                                                "identifierName": "rollup"
                                              },
                                              "name": "rollup"
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 4164,
                                                "end": 4395,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 7
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4174,
                                                    "end": 4213,
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 47
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4174,
                                                      "end": 4179,
                                                      "loc": {
                                                        "start": {
                                                          "line": 139,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 13
                                                        },
                                                        "identifierName": "entry"
                                                      },
                                                      "name": "entry"
                                                    },
                                                    "value": {
                                                      "type": "TemplateLiteral",
                                                      "start": 4181,
                                                      "end": 4213,
                                                      "loc": {
                                                        "start": {
                                                          "line": 139,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 47
                                                        }
                                                      },
                                                      "expressions": [
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 4184,
                                                          "end": 4197,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 31
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4184,
                                                            "end": 4195,
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 29
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4184,
                                                              "end": 4191,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 139,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 139,
                                                                  "column": 25
                                                                },
                                                                "identifierName": "process"
                                                              },
                                                              "name": "process"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4192,
                                                              "end": 4195,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 139,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 139,
                                                                  "column": 29
                                                                },
                                                                "identifierName": "cwd"
                                                              },
                                                              "name": "cwd"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 4201,
                                                          "end": 4211,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4201,
                                                            "end": 4207,
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 41
                                                              },
                                                              "identifierName": "config"
                                                            },
                                                            "name": "config"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4208,
                                                            "end": 4211,
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 45
                                                              },
                                                              "identifierName": "src"
                                                            },
                                                            "name": "src"
                                                          },
                                                          "computed": false
                                                        }
                                                      ],
                                                      "quasis": [
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 4182,
                                                          "end": 4182,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 16
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": "",
                                                            "cooked": ""
                                                          },
                                                          "tail": false
                                                        },
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 4198,
                                                          "end": 4199,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 33
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": "/",
                                                            "cooked": "/"
                                                          },
                                                          "tail": false
                                                        },
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 4212,
                                                          "end": 4212,
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 46
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": "",
                                                            "cooked": ""
                                                          },
                                                          "tail": true
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4223,
                                                    "end": 4239,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 24
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4223,
                                                      "end": 4230,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 15
                                                        },
                                                        "identifierName": "plugins"
                                                      },
                                                      "name": "plugins"
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 4232,
                                                      "end": 4239,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 24
                                                        },
                                                        "identifierName": "plugins"
                                                      },
                                                      "name": "plugins"
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4249,
                                                    "end": 4261,
                                                    "loc": {
                                                      "start": {
                                                        "line": 141,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 141,
                                                        "column": 20
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4249,
                                                      "end": 4254,
                                                      "loc": {
                                                        "start": {
                                                          "line": 141,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 141,
                                                          "column": 13
                                                        },
                                                        "identifierName": "cache"
                                                      },
                                                      "name": "cache"
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 4256,
                                                      "end": 4261,
                                                      "loc": {
                                                        "start": {
                                                          "line": 141,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 141,
                                                          "column": 20
                                                        },
                                                        "identifierName": "cache"
                                                      },
                                                      "name": "cache"
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 4323,
                                                    "end": 4387,
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 145,
                                                        "column": 9
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4323,
                                                      "end": 4329,
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 143,
                                                          "column": 14
                                                        },
                                                        "identifierName": "onwarn"
                                                      },
                                                      "name": "onwarn",
                                                      "leadingComments": null
                                                    },
                                                    "value": {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 4331,
                                                      "end": 4387,
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 145,
                                                          "column": 9
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 4331,
                                                          "end": 4338,
                                                          "loc": {
                                                            "start": {
                                                              "line": 143,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 143,
                                                              "column": 23
                                                            },
                                                            "identifierName": "warning"
                                                          },
                                                          "name": "warning"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 4342,
                                                        "end": 4387,
                                                        "loc": {
                                                          "start": {
                                                            "line": 143,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 145,
                                                            "column": 9
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 4354,
                                                            "end": 4377,
                                                            "loc": {
                                                              "start": {
                                                                "line": 144,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 144,
                                                                "column": 33
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 4354,
                                                              "end": 4376,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 144,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 144,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 4354,
                                                                "end": 4367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 144,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 144,
                                                                    "column": 23
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 4354,
                                                                  "end": 4362,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 144,
                                                                      "column": 10
                                                                    },
                                                                    "end": {
                                                                      "line": 144,
                                                                      "column": 18
                                                                    },
                                                                    "identifierName": "warnings"
                                                                  },
                                                                  "name": "warnings"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4363,
                                                                  "end": 4367,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 144,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 144,
                                                                      "column": 23
                                                                    },
                                                                    "identifierName": "push"
                                                                  },
                                                                  "name": "push"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 4368,
                                                                  "end": 4375,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 144,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 144,
                                                                      "column": 31
                                                                    },
                                                                    "identifierName": "warning"
                                                                  },
                                                                  "name": "warning"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    },
                                                    "leadingComments": [
                                                      {
                                                        "type": "CommentLine",
                                                        "value": " Use the previous bundle as starting point.",
                                                        "start": 4269,
                                                        "end": 4314,
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 6
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 51
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4397,
                                            "end": 4401,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 13
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 4402,
                                            "end": 4850,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 7
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 4402,
                                                "end": 4408,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 20
                                                  },
                                                  "identifierName": "bundle"
                                                },
                                                "name": "bundle"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 4412,
                                              "end": 4850,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 4422,
                                                  "end": 4437,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 23
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 4422,
                                                    "end": 4436,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 22
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 4422,
                                                      "end": 4427,
                                                      "loc": {
                                                        "start": {
                                                          "line": 147,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 147,
                                                          "column": 13
                                                        },
                                                        "identifierName": "cache"
                                                      },
                                                      "name": "cache"
                                                    },
                                                    "right": {
                                                      "type": "Identifier",
                                                      "start": 4430,
                                                      "end": 4436,
                                                      "loc": {
                                                        "start": {
                                                          "line": 147,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 147,
                                                          "column": 22
                                                        },
                                                        "identifierName": "bundle"
                                                      },
                                                      "name": "bundle"
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 4446,
                                                  "end": 4696,
                                                  "loc": {
                                                    "start": {
                                                      "line": 148,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 11
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 4446,
                                                    "end": 4695,
                                                    "loc": {
                                                      "start": {
                                                        "line": 148,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 10
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4446,
                                                      "end": 4458,
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 148,
                                                          "column": 20
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4446,
                                                        "end": 4452,
                                                        "loc": {
                                                          "start": {
                                                            "line": 148,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 148,
                                                            "column": 14
                                                          },
                                                          "identifierName": "bundle"
                                                        },
                                                        "name": "bundle"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4453,
                                                        "end": 4458,
                                                        "loc": {
                                                          "start": {
                                                            "line": 148,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 148,
                                                            "column": 20
                                                          },
                                                          "identifierName": "write"
                                                        },
                                                        "name": "write"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 4459,
                                                        "end": 4694,
                                                        "loc": {
                                                          "start": {
                                                            "line": 148,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 9
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4532,
                                                            "end": 4553,
                                                            "loc": {
                                                              "start": {
                                                                "line": 150,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 150,
                                                                "column": 31
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4532,
                                                              "end": 4538,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 16
                                                                },
                                                                "identifierName": "format"
                                                              },
                                                              "name": "format",
                                                              "leadingComments": null
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 4540,
                                                              "end": 4553,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 150,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 150,
                                                                  "column": 31
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4540,
                                                                "end": 4546,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 150,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 150,
                                                                    "column": 24
                                                                  },
                                                                  "identifierName": "config"
                                                                },
                                                                "name": "config"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4547,
                                                                "end": 4553,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 150,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 150,
                                                                    "column": 31
                                                                  },
                                                                  "identifierName": "format"
                                                                },
                                                                "name": "format"
                                                              },
                                                              "computed": false
                                                            },
                                                            "leadingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " output format - 'amd', 'cjs', 'es', 'iife', 'umd'",
                                                                "start": 4469,
                                                                "end": 4521,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 149,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 60
                                                                  }
                                                                }
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4565,
                                                            "end": 4594,
                                                            "loc": {
                                                              "start": {
                                                                "line": 151,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 151,
                                                                "column": 39
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4565,
                                                              "end": 4575,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 151,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 151,
                                                                  "column": 20
                                                                },
                                                                "identifierName": "moduleName"
                                                              },
                                                              "name": "moduleName"
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 4577,
                                                              "end": 4594,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 151,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 151,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4577,
                                                                "end": 4583,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 151,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 151,
                                                                    "column": 28
                                                                  },
                                                                  "identifierName": "config"
                                                                },
                                                                "name": "config"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4584,
                                                                "end": 4594,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 151,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 151,
                                                                    "column": 39
                                                                  },
                                                                  "identifierName": "moduleName"
                                                                },
                                                                "name": "moduleName"
                                                              },
                                                              "computed": false
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4606,
                                                            "end": 4633,
                                                            "loc": {
                                                              "start": {
                                                                "line": 152,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 152,
                                                                "column": 37
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4606,
                                                              "end": 4615,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 152,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 152,
                                                                  "column": 19
                                                                },
                                                                "identifierName": "sourceMap"
                                                              },
                                                              "name": "sourceMap"
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 4617,
                                                              "end": 4633,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 152,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 152,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4617,
                                                                "end": 4623,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 152,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 152,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "config"
                                                                },
                                                                "name": "config"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4624,
                                                                "end": 4633,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 152,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 152,
                                                                    "column": 37
                                                                  },
                                                                  "identifierName": "sourceMap"
                                                                },
                                                                "name": "sourceMap"
                                                              },
                                                              "computed": false
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4645,
                                                            "end": 4684,
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 49
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4645,
                                                              "end": 4649,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 14
                                                                },
                                                                "identifierName": "dest"
                                                              },
                                                              "name": "dest"
                                                            },
                                                            "value": {
                                                              "type": "TemplateLiteral",
                                                              "start": 4651,
                                                              "end": 4684,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "expressions": [
                                                                {
                                                                  "type": "CallExpression",
                                                                  "start": 4654,
                                                                  "end": 4667,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 4654,
                                                                    "end": 4665,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 30
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 4654,
                                                                      "end": 4661,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 153,
                                                                          "column": 19
                                                                        },
                                                                        "end": {
                                                                          "line": 153,
                                                                          "column": 26
                                                                        },
                                                                        "identifierName": "process"
                                                                      },
                                                                      "name": "process"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 4662,
                                                                      "end": 4665,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 153,
                                                                          "column": 27
                                                                        },
                                                                        "end": {
                                                                          "line": 153,
                                                                          "column": 30
                                                                        },
                                                                        "identifierName": "cwd"
                                                                      },
                                                                      "name": "cwd"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 4671,
                                                                  "end": 4682,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 47
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 4671,
                                                                    "end": 4677,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 42
                                                                      },
                                                                      "identifierName": "config"
                                                                    },
                                                                    "name": "config"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 4678,
                                                                    "end": 4682,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 43
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 47
                                                                      },
                                                                      "identifierName": "dest"
                                                                    },
                                                                    "name": "dest"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ],
                                                              "quasis": [
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 4652,
                                                                  "end": 4652,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 17
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": "",
                                                                    "cooked": ""
                                                                  },
                                                                  "tail": false
                                                                },
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 4668,
                                                                  "end": 4669,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": "/",
                                                                    "cooked": "/"
                                                                  },
                                                                  "tail": false
                                                                },
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 4683,
                                                                  "end": 4683,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 48
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": "",
                                                                    "cooked": ""
                                                                  },
                                                                  "tail": true
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 4705,
                                                  "end": 4777,
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 80
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 4705,
                                                    "end": 4776,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 79
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4705,
                                                      "end": 4719,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 22
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4705,
                                                        "end": 4714,
                                                        "loc": {
                                                          "start": {
                                                            "line": 155,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 155,
                                                            "column": 17
                                                          },
                                                          "identifierName": "logWorker"
                                                        },
                                                        "name": "logWorker"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4715,
                                                        "end": 4719,
                                                        "loc": {
                                                          "start": {
                                                            "line": 155,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 155,
                                                            "column": 22
                                                          },
                                                          "identifierName": "send"
                                                        },
                                                        "name": "send"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 4720,
                                                        "end": 4775,
                                                        "loc": {
                                                          "start": {
                                                            "line": 155,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 155,
                                                            "column": 78
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4720,
                                                          "end": 4733,
                                                          "loc": {
                                                            "start": {
                                                              "line": 155,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 155,
                                                              "column": 36
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4720,
                                                            "end": 4726,
                                                            "loc": {
                                                              "start": {
                                                                "line": 155,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 155,
                                                                "column": 29
                                                              },
                                                              "identifierName": "logger"
                                                            },
                                                            "name": "logger"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4727,
                                                            "end": 4733,
                                                            "loc": {
                                                              "start": {
                                                                "line": 155,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 155,
                                                                "column": 36
                                                              },
                                                              "identifierName": "_chalk"
                                                            },
                                                            "name": "_chalk"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "TemplateLiteral",
                                                            "start": 4734,
                                                            "end": 4766,
                                                            "loc": {
                                                              "start": {
                                                                "line": 155,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 155,
                                                                "column": 69
                                                              }
                                                            },
                                                            "expressions": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 4737,
                                                                "end": 4748,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 51
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 4737,
                                                                  "end": 4743,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 46
                                                                    },
                                                                    "identifierName": "config"
                                                                  },
                                                                  "name": "config"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4744,
                                                                  "end": 4748,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 51
                                                                    },
                                                                    "identifierName": "name"
                                                                  },
                                                                  "name": "name"
                                                                },
                                                                "computed": false
                                                              }
                                                            ],
                                                            "quasis": [
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 4735,
                                                                "end": 4735,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "",
                                                                  "cooked": ""
                                                                },
                                                                "tail": false
                                                              },
                                                              {
                                                                "type": "TemplateElement",
                                                                "start": 4749,
                                                                "end": 4765,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 68
                                                                  }
                                                                },
                                                                "value": {
                                                                  "raw": "::build finished",
                                                                  "cooked": "::build finished"
                                                                },
                                                                "tail": true
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 4768,
                                                            "end": 4774,
                                                            "loc": {
                                                              "start": {
                                                                "line": 155,
                                                                "column": 71
                                                              },
                                                              "end": {
                                                                "line": 155,
                                                                "column": 77
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "cyan",
                                                              "raw": "'cyan'"
                                                            },
                                                            "value": "cyan"
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 4786,
                                                  "end": 4842,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 16
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 4786,
                                                    "end": 4841,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 15
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 4786,
                                                      "end": 4796,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 18
                                                        },
                                                        "identifierName": "setTimeout"
                                                      },
                                                      "name": "setTimeout"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 4797,
                                                        "end": 4835,
                                                        "loc": {
                                                          "start": {
                                                            "line": 156,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 9
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 4803,
                                                          "end": 4835,
                                                          "loc": {
                                                            "start": {
                                                              "line": 156,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 158,
                                                              "column": 9
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 4815,
                                                              "end": 4825,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 20
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 4815,
                                                                "end": 4824,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 157,
                                                                    "column": 19
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 4815,
                                                                  "end": 4822,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 10
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 17
                                                                    },
                                                                    "identifierName": "resolve"
                                                                  },
                                                                  "name": "resolve"
                                                                },
                                                                "arguments": []
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      },
                                                      {
                                                        "type": "NumericLiteral",
                                                        "start": 4837,
                                                        "end": 4840,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 11
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 14
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 100,
                                                          "raw": "100"
                                                        },
                                                        "value": 100
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4852,
                                        "end": 4857,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 14
                                          },
                                          "identifierName": "catch"
                                        },
                                        "name": "catch"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 4858,
                                        "end": 5212,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 4858,
                                            "end": 4861,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 18
                                              },
                                              "identifierName": "err"
                                            },
                                            "name": "err"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 4865,
                                          "end": 5212,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 4875,
                                              "end": 4897,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 30
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 4881,
                                                  "end": 4896,
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 29
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 4881,
                                                    "end": 4885,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 18
                                                      },
                                                      "identifierName": "code"
                                                    },
                                                    "name": "code"
                                                  },
                                                  "init": {
                                                    "type": "MemberExpression",
                                                    "start": 4888,
                                                    "end": 4896,
                                                    "loc": {
                                                      "start": {
                                                        "line": 160,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4888,
                                                      "end": 4891,
                                                      "loc": {
                                                        "start": {
                                                          "line": 160,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 160,
                                                          "column": 24
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4892,
                                                      "end": 4896,
                                                      "loc": {
                                                        "start": {
                                                          "line": 160,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 160,
                                                          "column": 29
                                                        },
                                                        "identifierName": "code"
                                                      },
                                                      "name": "code"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              ],
                                              "kind": "const"
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4906,
                                              "end": 4930,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 32
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 4906,
                                                "end": 4929,
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 31
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4906,
                                                  "end": 4920,
                                                  "loc": {
                                                    "start": {
                                                      "line": 161,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 161,
                                                      "column": 22
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4906,
                                                    "end": 4915,
                                                    "loc": {
                                                      "start": {
                                                        "line": 161,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 161,
                                                        "column": 17
                                                      },
                                                      "identifierName": "logWorker"
                                                    },
                                                    "name": "logWorker"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4916,
                                                    "end": 4920,
                                                    "loc": {
                                                      "start": {
                                                        "line": 161,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 161,
                                                        "column": 22
                                                      },
                                                      "identifierName": "send"
                                                    },
                                                    "name": "send"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 4921,
                                                    "end": 4928,
                                                    "loc": {
                                                      "start": {
                                                        "line": 161,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 161,
                                                        "column": 30
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "pauze",
                                                      "raw": "'pauze'"
                                                    },
                                                    "value": "pauze"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4939,
                                              "end": 4957,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 26
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 4939,
                                                "end": 4956,
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 25
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4939,
                                                  "end": 4951,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 20
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4939,
                                                    "end": 4945,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 14
                                                      },
                                                      "identifierName": "logger"
                                                    },
                                                    "name": "logger"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4946,
                                                    "end": 4951,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 20
                                                      },
                                                      "identifierName": "error"
                                                    },
                                                    "name": "error"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 4952,
                                                    "end": 4955,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 24
                                                      },
                                                      "identifierName": "err"
                                                    },
                                                    "name": "err"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 4966,
                                              "end": 5183,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "LogicalExpression",
                                                "start": 4970,
                                                "end": 5024,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 66
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 4970,
                                                  "end": 4993,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 35
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 4970,
                                                    "end": 4974,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 16
                                                      },
                                                      "identifierName": "code"
                                                    },
                                                    "name": "code"
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 4979,
                                                    "end": 4993,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 35
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "PLUGIN_ERROR",
                                                      "raw": "'PLUGIN_ERROR'"
                                                    },
                                                    "value": "PLUGIN_ERROR"
                                                  }
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 4997,
                                                  "end": 5024,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 66
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 4997,
                                                    "end": 5001,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 43
                                                      },
                                                      "identifierName": "code"
                                                    },
                                                    "name": "code"
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 5006,
                                                    "end": 5024,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 66
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "UNRESOLVED_ENTRY",
                                                      "raw": "'UNRESOLVED_ENTRY'"
                                                    },
                                                    "value": "UNRESOLVED_ENTRY"
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 5026,
                                                "end": 5073,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 68
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5038,
                                                    "end": 5063,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 35
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 5038,
                                                      "end": 5062,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 34
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 5038,
                                                        "end": 5052,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5038,
                                                          "end": 5047,
                                                          "loc": {
                                                            "start": {
                                                              "line": 164,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 164,
                                                              "column": 19
                                                            },
                                                            "identifierName": "logWorker"
                                                          },
                                                          "name": "logWorker"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5048,
                                                          "end": 5052,
                                                          "loc": {
                                                            "start": {
                                                              "line": 164,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 164,
                                                              "column": 24
                                                            },
                                                            "identifierName": "kill"
                                                          },
                                                          "name": "kill"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 5053,
                                                          "end": 5061,
                                                          "loc": {
                                                            "start": {
                                                              "line": 164,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 164,
                                                              "column": 33
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "SIGINT",
                                                            "raw": "'SIGINT'"
                                                          },
                                                          "value": "SIGINT"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": {
                                                "type": "BlockStatement",
                                                "start": 5079,
                                                "end": 5183,
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 168,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5091,
                                                    "end": 5137,
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 56
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 5091,
                                                      "end": 5136,
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 55
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 5091,
                                                        "end": 5102,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 21
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5091,
                                                          "end": 5097,
                                                          "loc": {
                                                            "start": {
                                                              "line": 166,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 166,
                                                              "column": 16
                                                            },
                                                            "identifierName": "logger"
                                                          },
                                                          "name": "logger"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5098,
                                                          "end": 5102,
                                                          "loc": {
                                                            "start": {
                                                              "line": 166,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 166,
                                                              "column": 21
                                                            },
                                                            "identifierName": "warn"
                                                          },
                                                          "name": "warn"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 5103,
                                                          "end": 5135,
                                                          "loc": {
                                                            "start": {
                                                              "line": 166,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 166,
                                                              "column": 54
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "trying to resume the build ...",
                                                            "raw": "'trying to resume the build ...'"
                                                          },
                                                          "value": "trying to resume the build ..."
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5148,
                                                    "end": 5173,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 35
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 5148,
                                                      "end": 5172,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 34
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 5148,
                                                        "end": 5162,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5148,
                                                          "end": 5157,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 19
                                                            },
                                                            "identifierName": "logWorker"
                                                          },
                                                          "name": "logWorker"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5158,
                                                          "end": 5162,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 24
                                                            },
                                                            "identifierName": "send"
                                                          },
                                                          "name": "send"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 5163,
                                                          "end": 5171,
                                                          "loc": {
                                                            "start": {
                                                              "line": 167,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 33
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "resume",
                                                            "raw": "'resume'"
                                                          },
                                                          "value": "resume"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 5192,
                                              "end": 5204,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 20
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 5192,
                                                "end": 5203,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 19
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 5192,
                                                  "end": 5198,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 14
                                                    },
                                                    "identifierName": "reject"
                                                  },
                                                  "name": "reject"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 5199,
                                                    "end": 5202,
                                                    "loc": {
                                                      "start": {
                                                        "line": 169,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 169,
                                                        "column": 18
                                                      },
                                                      "identifierName": "err"
                                                    },
                                                    "name": "err"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n * @param {object} config\n * @param {string} config.src path/to/js\n * @param {string} config.dest destination to write to\n * @param {string} config.format format to build ['es', 'iife', 'amd', 'cjs']\n * @param {string} config.name the name of your element/app\n * @param {string} config.moduleName the moduleName for your element/app (not needed for es & cjs)\n * @param {boolean} config.sourceMap Wether or not to build sourceMaps defaults to 'true'\n * @param {object} config.plugins rollup plugins to use [see](https://github.com/rollup/rollup/wiki/Plugins)\n ",
                    "start": 3238,
                    "end": 3803,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 0
                      },
                      "end": {
                        "line": 130,
                        "column": 3
                      }
                    }
                  }
                ]
              }
            ]
          },
          "__PseudoExport__": true,
          "leadingComments": [],
          "trailingComments": []
        },
        "leadingComments": null
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 5229,
        "end": 5258,
        "loc": {
          "start": {
            "line": 174,
            "column": 0
          },
          "end": {
            "line": 174,
            "column": 29
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "kind": "let",
          "loc": {
            "start": {
              "line": 174,
              "column": 0
            },
            "end": {
              "line": 174,
              "column": 29
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "id": {
                "type": "Identifier",
                "name": "builder"
              },
              "init": {
                "type": "NewExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "Builder"
                }
              }
            }
          ],
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n   * convert hyphen to a javascript property srting\n   ",
      "start": 701,
      "end": 762,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 35,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " do nothing",
      "start": 1999,
      "end": 2012,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @param {object} config\n * @param {string} config.src path/to/js\n * @param {string} config.dest destination to write to\n * @param {string} config.format format to build ['es', 'iife', 'amd', 'cjs']\n * @param {string} config.name the name of your element/app\n * @param {string} config.moduleName the moduleName for your element/app (not needed for es & cjs)\n * @param {boolean} config.sourceMap Wether or not to build sourceMaps defaults to 'true'\n * @param {object} config.plugins rollup plugins to use [see](https://github.com/rollup/rollup/wiki/Plugins)\n ",
      "start": 3238,
      "end": 3803,
      "loc": {
        "start": {
          "line": 121,
          "column": 0
        },
        "end": {
          "line": 130,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Use the previous bundle as starting point.",
      "start": 4269,
      "end": 4314,
      "loc": {
        "start": {
          "line": 142,
          "column": 6
        },
        "end": {
          "line": 142,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " output format - 'amd', 'cjs', 'es', 'iife', 'umd'",
      "start": 4469,
      "end": 4521,
      "loc": {
        "start": {
          "line": 149,
          "column": 8
        },
        "end": {
          "line": 149,
          "column": 60
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14,
      "end": 19,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 20,
      "end": 21,
      "loc": {
        "start": {
          "line": 2,
          "column": 6
        },
        "end": {
          "line": 2,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rollup",
      "start": 21,
      "end": 27,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 2,
          "column": 13
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 29,
      "end": 30,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 31,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 17
        },
        "end": {
          "line": 2,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 38,
      "end": 39,
      "loc": {
        "start": {
          "line": 2,
          "column": 24
        },
        "end": {
          "line": 2,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "rollup",
      "start": 39,
      "end": 47,
      "loc": {
        "start": {
          "line": 2,
          "column": 25
        },
        "end": {
          "line": 2,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 47,
      "end": 48,
      "loc": {
        "start": {
          "line": 2,
          "column": 33
        },
        "end": {
          "line": 2,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 48,
      "end": 49,
      "loc": {
        "start": {
          "line": 2,
          "column": 34
        },
        "end": {
          "line": 2,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 50,
      "end": 55,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 56,
      "end": 60,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 61,
      "end": 62,
      "loc": {
        "start": {
          "line": 3,
          "column": 11
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 63,
      "end": 70,
      "loc": {
        "start": {
          "line": 3,
          "column": 13
        },
        "end": {
          "line": 3,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 3,
          "column": 20
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "path",
      "start": 71,
      "end": 77,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 77,
      "end": 78,
      "loc": {
        "start": {
          "line": 3,
          "column": 27
        },
        "end": {
          "line": 3,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 78,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 28
        },
        "end": {
          "line": 3,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 80,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 86,
      "end": 87,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fork",
      "start": 87,
      "end": 91,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 91,
      "end": 92,
      "loc": {
        "start": {
          "line": 4,
          "column": 11
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 93,
      "end": 94,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 95,
      "end": 102,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 102,
      "end": 103,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "child_process",
      "start": 103,
      "end": 118,
      "loc": {
        "start": {
          "line": 4,
          "column": 23
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 4,
          "column": 38
        },
        "end": {
          "line": 4,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 119,
      "end": 120,
      "loc": {
        "start": {
          "line": 4,
          "column": 39
        },
        "end": {
          "line": 4,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 121,
      "end": 127,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 128,
      "end": 134,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 135,
      "end": 139,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./logger.js",
      "start": 140,
      "end": 153,
      "loc": {
        "start": {
          "line": 5,
          "column": 19
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 153,
      "end": 154,
      "loc": {
        "start": {
          "line": 5,
          "column": 32
        },
        "end": {
          "line": 5,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 155,
      "end": 158,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterator",
      "start": 159,
      "end": 167,
      "loc": {
        "start": {
          "line": 6,
          "column": 4
        },
        "end": {
          "line": 6,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 167,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 12
        },
        "end": {
          "line": 6,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 169,
      "end": 172,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cache",
      "start": 173,
      "end": 178,
      "loc": {
        "start": {
          "line": 7,
          "column": 4
        },
        "end": {
          "line": 7,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 178,
      "end": 179,
      "loc": {
        "start": {
          "line": 7,
          "column": 9
        },
        "end": {
          "line": 7,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 180,
      "end": 183,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warnings",
      "start": 184,
      "end": 192,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 193,
      "end": 194,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 195,
      "end": 196,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 196,
      "end": 197,
      "loc": {
        "start": {
          "line": 8,
          "column": 16
        },
        "end": {
          "line": 8,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 197,
      "end": 198,
      "loc": {
        "start": {
          "line": 8,
          "column": 17
        },
        "end": {
          "line": 8,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 200,
      "end": 205,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 206,
      "end": 215,
      "loc": {
        "start": {
          "line": 10,
          "column": 6
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 216,
      "end": 217,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fork",
      "start": 218,
      "end": 222,
      "loc": {
        "start": {
          "line": 10,
          "column": 18
        },
        "end": {
          "line": 10,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 222,
      "end": 223,
      "loc": {
        "start": {
          "line": 10,
          "column": 22
        },
        "end": {
          "line": 10,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 223,
      "end": 227,
      "loc": {
        "start": {
          "line": 10,
          "column": 23
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 227,
      "end": 228,
      "loc": {
        "start": {
          "line": 10,
          "column": 27
        },
        "end": {
          "line": 10,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 228,
      "end": 232,
      "loc": {
        "start": {
          "line": 10,
          "column": 28
        },
        "end": {
          "line": 10,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 232,
      "end": 233,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dirname",
      "start": 233,
      "end": 242,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 242,
      "end": 243,
      "loc": {
        "start": {
          "line": 10,
          "column": 42
        },
        "end": {
          "line": 10,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "workers/log-worker.js",
      "start": 244,
      "end": 267,
      "loc": {
        "start": {
          "line": 10,
          "column": 44
        },
        "end": {
          "line": 10,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 267,
      "end": 268,
      "loc": {
        "start": {
          "line": 10,
          "column": 67
        },
        "end": {
          "line": 10,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 268,
      "end": 269,
      "loc": {
        "start": {
          "line": 10,
          "column": 68
        },
        "end": {
          "line": 10,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 10,
          "column": 69
        },
        "end": {
          "line": 10,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 272,
      "end": 280,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 12,
          "column": 9
        },
        "end": {
          "line": 12,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundler",
      "start": 283,
      "end": 290,
      "loc": {
        "start": {
          "line": 12,
          "column": 11
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 290,
      "end": 291,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 291,
      "end": 298,
      "loc": {
        "start": {
          "line": 12,
          "column": 19
        },
        "end": {
          "line": 12,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 298,
      "end": 299,
      "loc": {
        "start": {
          "line": 12,
          "column": 26
        },
        "end": {
          "line": 12,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 300,
      "end": 302,
      "loc": {
        "start": {
          "line": 12,
          "column": 28
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 302,
      "end": 303,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 304,
      "end": 305,
      "loc": {
        "start": {
          "line": 12,
          "column": 32
        },
        "end": {
          "line": 12,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 308,
      "end": 311,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fns",
      "start": 312,
      "end": 315,
      "loc": {
        "start": {
          "line": 13,
          "column": 6
        },
        "end": {
          "line": 13,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 316,
      "end": 317,
      "loc": {
        "start": {
          "line": 13,
          "column": 10
        },
        "end": {
          "line": 13,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 318,
      "end": 319,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 319,
      "end": 320,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 320,
      "end": 321,
      "loc": {
        "start": {
          "line": 13,
          "column": 14
        },
        "end": {
          "line": 13,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 324,
      "end": 327,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 328,
      "end": 329,
      "loc": {
        "start": {
          "line": 14,
          "column": 6
        },
        "end": {
          "line": 14,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 329,
      "end": 332,
      "loc": {
        "start": {
          "line": 14,
          "column": 7
        },
        "end": {
          "line": 14,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 333,
      "end": 339,
      "loc": {
        "start": {
          "line": 14,
          "column": 11
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 340,
      "end": 342,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 343,
      "end": 350,
      "loc": {
        "start": {
          "line": 14,
          "column": 21
        },
        "end": {
          "line": 14,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 350,
      "end": 351,
      "loc": {
        "start": {
          "line": 14,
          "column": 28
        },
        "end": {
          "line": 14,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 352,
      "end": 353,
      "loc": {
        "start": {
          "line": 14,
          "column": 30
        },
        "end": {
          "line": 14,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 358,
      "end": 361,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 362,
      "end": 366,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 367,
      "end": 368,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 369,
      "end": 375,
      "loc": {
        "start": {
          "line": 15,
          "column": 15
        },
        "end": {
          "line": 15,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 375,
      "end": 376,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 376,
      "end": 380,
      "loc": {
        "start": {
          "line": 15,
          "column": 22
        },
        "end": {
          "line": 15,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 380,
      "end": 381,
      "loc": {
        "start": {
          "line": 15,
          "column": 26
        },
        "end": {
          "line": 15,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 386,
      "end": 392,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 393,
      "end": 394,
      "loc": {
        "start": {
          "line": 16,
          "column": 11
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 395,
      "end": 401,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 401,
      "end": 402,
      "loc": {
        "start": {
          "line": 16,
          "column": 19
        },
        "end": {
          "line": 16,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 402,
      "end": 408,
      "loc": {
        "start": {
          "line": 16,
          "column": 20
        },
        "end": {
          "line": 16,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 409,
      "end": 411,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 412,
      "end": 418,
      "loc": {
        "start": {
          "line": 16,
          "column": 30
        },
        "end": {
          "line": 16,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 418,
      "end": 419,
      "loc": {
        "start": {
          "line": 16,
          "column": 36
        },
        "end": {
          "line": 16,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 424,
      "end": 430,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 430,
      "end": 431,
      "loc": {
        "start": {
          "line": 17,
          "column": 10
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 431,
      "end": 435,
      "loc": {
        "start": {
          "line": 17,
          "column": 11
        },
        "end": {
          "line": 17,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 436,
      "end": 437,
      "loc": {
        "start": {
          "line": 17,
          "column": 16
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 438,
      "end": 442,
      "loc": {
        "start": {
          "line": 17,
          "column": 18
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 442,
      "end": 443,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fns",
      "start": 448,
      "end": 451,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 18,
          "column": 7
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 452,
      "end": 456,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 456,
      "end": 457,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 457,
      "end": 459,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 459,
      "end": 460,
      "loc": {
        "start": {
          "line": 18,
          "column": 15
        },
        "end": {
          "line": 18,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 460,
      "end": 466,
      "loc": {
        "start": {
          "line": 18,
          "column": 16
        },
        "end": {
          "line": 18,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 466,
      "end": 467,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 467,
      "end": 468,
      "loc": {
        "start": {
          "line": 18,
          "column": 23
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 468,
      "end": 469,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 472,
      "end": 473,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "yield",
        "keyword": "yield",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "yield",
      "start": 477,
      "end": 482,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 483,
      "end": 490,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 490,
      "end": 491,
      "loc": {
        "start": {
          "line": 21,
          "column": 15
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 491,
      "end": 494,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 21,
          "column": 19
        },
        "end": {
          "line": 21,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fns",
      "start": 495,
      "end": 498,
      "loc": {
        "start": {
          "line": 21,
          "column": 20
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 498,
      "end": 499,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 499,
      "end": 500,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 500,
      "end": 504,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 504,
      "end": 505,
      "loc": {
        "start": {
          "line": 21,
          "column": 29
        },
        "end": {
          "line": 21,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 505,
      "end": 512,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 513,
      "end": 515,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 516,
      "end": 517,
      "loc": {
        "start": {
          "line": 21,
          "column": 41
        },
        "end": {
          "line": 21,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 522,
      "end": 531,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 531,
      "end": 532,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "kill",
      "start": 532,
      "end": 536,
      "loc": {
        "start": {
          "line": 22,
          "column": 14
        },
        "end": {
          "line": 22,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 536,
      "end": 537,
      "loc": {
        "start": {
          "line": 22,
          "column": 18
        },
        "end": {
          "line": 22,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SIGINT",
      "start": 537,
      "end": 545,
      "loc": {
        "start": {
          "line": 22,
          "column": 19
        },
        "end": {
          "line": 22,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 545,
      "end": 546,
      "loc": {
        "start": {
          "line": 22,
          "column": 27
        },
        "end": {
          "line": 22,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 22,
          "column": 28
        },
        "end": {
          "line": 22,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 552,
      "end": 554,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 555,
      "end": 556,
      "loc": {
        "start": {
          "line": 23,
          "column": 7
        },
        "end": {
          "line": 23,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "global",
      "start": 556,
      "end": 562,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 562,
      "end": 563,
      "loc": {
        "start": {
          "line": 23,
          "column": 14
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 563,
      "end": 568,
      "loc": {
        "start": {
          "line": 23,
          "column": 15
        },
        "end": {
          "line": 23,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 568,
      "end": 569,
      "loc": {
        "start": {
          "line": 23,
          "column": 20
        },
        "end": {
          "line": 23,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 570,
      "end": 571,
      "loc": {
        "start": {
          "line": 23,
          "column": 22
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 578,
      "end": 581,
      "loc": {
        "start": {
          "line": 24,
          "column": 6
        },
        "end": {
          "line": 24,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 582,
      "end": 583,
      "loc": {
        "start": {
          "line": 24,
          "column": 10
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 583,
      "end": 586,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warning",
      "start": 587,
      "end": 594,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 595,
      "end": 597,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warnings",
      "start": 598,
      "end": 606,
      "loc": {
        "start": {
          "line": 24,
          "column": 26
        },
        "end": {
          "line": 24,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 606,
      "end": 607,
      "loc": {
        "start": {
          "line": 24,
          "column": 34
        },
        "end": {
          "line": 24,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 608,
      "end": 609,
      "loc": {
        "start": {
          "line": 24,
          "column": 36
        },
        "end": {
          "line": 24,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 618,
      "end": 624,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 624,
      "end": 625,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 625,
      "end": 629,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warning",
      "start": 630,
      "end": 637,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 638,
      "end": 639,
      "loc": {
        "start": {
          "line": 25,
          "column": 28
        },
        "end": {
          "line": 25,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 652,
      "end": 653,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 658,
      "end": 664,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 665,
      "end": 672,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 672,
      "end": 673,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 29,
          "column": 2
        },
        "end": {
          "line": 29,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 29,
          "column": 3
        },
        "end": {
          "line": 29,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 678,
      "end": 679,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 30,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 682,
      "end": 687,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Builder",
      "start": 688,
      "end": 695,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "end": {
          "line": 31,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 696,
      "end": 697,
      "loc": {
        "start": {
          "line": 31,
          "column": 14
        },
        "end": {
          "line": 31,
          "column": 15
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * convert hyphen to a javascript property srting\n   ",
      "start": 701,
      "end": 762,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 35,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toJsProp",
      "start": 765,
      "end": 773,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 773,
      "end": 774,
      "loc": {
        "start": {
          "line": 36,
          "column": 10
        },
        "end": {
          "line": 36,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 774,
      "end": 780,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 780,
      "end": 781,
      "loc": {
        "start": {
          "line": 36,
          "column": 17
        },
        "end": {
          "line": 36,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 782,
      "end": 783,
      "loc": {
        "start": {
          "line": 36,
          "column": 19
        },
        "end": {
          "line": 36,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 788,
      "end": 791,
      "loc": {
        "start": {
          "line": 37,
          "column": 4
        },
        "end": {
          "line": 37,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 792,
      "end": 797,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 798,
      "end": 799,
      "loc": {
        "start": {
          "line": 37,
          "column": 14
        },
        "end": {
          "line": 37,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 800,
      "end": 806,
      "loc": {
        "start": {
          "line": 37,
          "column": 16
        },
        "end": {
          "line": 37,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 37,
          "column": 22
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 807,
      "end": 812,
      "loc": {
        "start": {
          "line": 37,
          "column": 23
        },
        "end": {
          "line": 37,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 812,
      "end": 813,
      "loc": {
        "start": {
          "line": 37,
          "column": 28
        },
        "end": {
          "line": 37,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-",
      "start": 813,
      "end": 816,
      "loc": {
        "start": {
          "line": 37,
          "column": 29
        },
        "end": {
          "line": 37,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 816,
      "end": 817,
      "loc": {
        "start": {
          "line": 37,
          "column": 32
        },
        "end": {
          "line": 37,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 817,
      "end": 818,
      "loc": {
        "start": {
          "line": 37,
          "column": 33
        },
        "end": {
          "line": 37,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 823,
      "end": 825,
      "loc": {
        "start": {
          "line": 38,
          "column": 4
        },
        "end": {
          "line": 38,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 38,
          "column": 7
        },
        "end": {
          "line": 38,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 827,
      "end": 832,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 832,
      "end": 833,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 833,
      "end": 839,
      "loc": {
        "start": {
          "line": 38,
          "column": 14
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 38,
          "column": 21
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 842,
      "end": 843,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 853,
      "end": 859,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 860,
      "end": 861,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 862,
      "end": 867,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 867,
      "end": 868,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 868,
      "end": 869,
      "loc": {
        "start": {
          "line": 39,
          "column": 21
        },
        "end": {
          "line": 39,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 869,
      "end": 870,
      "loc": {
        "start": {
          "line": 39,
          "column": 22
        },
        "end": {
          "line": 39,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 870,
      "end": 871,
      "loc": {
        "start": {
          "line": 39,
          "column": 23
        },
        "end": {
          "line": 39,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 878,
      "end": 881,
      "loc": {
        "start": {
          "line": 40,
          "column": 6
        },
        "end": {
          "line": 40,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 882,
      "end": 883,
      "loc": {
        "start": {
          "line": 40,
          "column": 10
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 883,
      "end": 886,
      "loc": {
        "start": {
          "line": 40,
          "column": 11
        },
        "end": {
          "line": 40,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "part",
      "start": 887,
      "end": 891,
      "loc": {
        "start": {
          "line": 40,
          "column": 15
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 892,
      "end": 894,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 895,
      "end": 900,
      "loc": {
        "start": {
          "line": 40,
          "column": 23
        },
        "end": {
          "line": 40,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 900,
      "end": 901,
      "loc": {
        "start": {
          "line": 40,
          "column": 28
        },
        "end": {
          "line": 40,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 40,
          "column": 30
        },
        "end": {
          "line": 40,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 912,
      "end": 914,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 915,
      "end": 916,
      "loc": {
        "start": {
          "line": 41,
          "column": 11
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parts",
      "start": 916,
      "end": 921,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 921,
      "end": 922,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 922,
      "end": 923,
      "loc": {
        "start": {
          "line": 41,
          "column": 18
        },
        "end": {
          "line": 41,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 41,
          "column": 19
        },
        "end": {
          "line": 41,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 925,
      "end": 928,
      "loc": {
        "start": {
          "line": 41,
          "column": 21
        },
        "end": {
          "line": 41,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "part",
      "start": 929,
      "end": 933,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 933,
      "end": 934,
      "loc": {
        "start": {
          "line": 41,
          "column": 29
        },
        "end": {
          "line": 41,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 41,
          "column": 31
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 947,
      "end": 950,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upper",
      "start": 951,
      "end": 956,
      "loc": {
        "start": {
          "line": 42,
          "column": 14
        },
        "end": {
          "line": 42,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 957,
      "end": 958,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "part",
      "start": 959,
      "end": 963,
      "loc": {
        "start": {
          "line": 42,
          "column": 22
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 963,
      "end": 964,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "charAt",
      "start": 964,
      "end": 970,
      "loc": {
        "start": {
          "line": 42,
          "column": 27
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 970,
      "end": 971,
      "loc": {
        "start": {
          "line": 42,
          "column": 33
        },
        "end": {
          "line": 42,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 971,
      "end": 972,
      "loc": {
        "start": {
          "line": 42,
          "column": 34
        },
        "end": {
          "line": 42,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 972,
      "end": 973,
      "loc": {
        "start": {
          "line": 42,
          "column": 35
        },
        "end": {
          "line": 42,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 973,
      "end": 974,
      "loc": {
        "start": {
          "line": 42,
          "column": 36
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 974,
      "end": 985,
      "loc": {
        "start": {
          "line": 42,
          "column": 37
        },
        "end": {
          "line": 42,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 985,
      "end": 986,
      "loc": {
        "start": {
          "line": 42,
          "column": 48
        },
        "end": {
          "line": 42,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 986,
      "end": 987,
      "loc": {
        "start": {
          "line": 42,
          "column": 49
        },
        "end": {
          "line": 42,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 987,
      "end": 988,
      "loc": {
        "start": {
          "line": 42,
          "column": 50
        },
        "end": {
          "line": 42,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 999,
      "end": 1005,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 1006,
      "end": 1008,
      "loc": {
        "start": {
          "line": 43,
          "column": 17
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upper",
      "start": 1009,
      "end": 1014,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 43,
          "column": 26
        },
        "end": {
          "line": 43,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "part",
      "start": 1017,
      "end": 1021,
      "loc": {
        "start": {
          "line": 43,
          "column": 28
        },
        "end": {
          "line": 43,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1021,
      "end": 1022,
      "loc": {
        "start": {
          "line": 43,
          "column": 32
        },
        "end": {
          "line": 43,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 1022,
      "end": 1027,
      "loc": {
        "start": {
          "line": 43,
          "column": 33
        },
        "end": {
          "line": 43,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1027,
      "end": 1028,
      "loc": {
        "start": {
          "line": 43,
          "column": 38
        },
        "end": {
          "line": 43,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1029,
      "end": 1030,
      "loc": {
        "start": {
          "line": 43,
          "column": 40
        },
        "end": {
          "line": 43,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 43,
          "column": 41
        },
        "end": {
          "line": 43,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 1031,
      "end": 1042,
      "loc": {
        "start": {
          "line": 43,
          "column": 42
        },
        "end": {
          "line": 43,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1042,
      "end": 1043,
      "loc": {
        "start": {
          "line": 43,
          "column": 53
        },
        "end": {
          "line": 43,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1043,
      "end": 1044,
      "loc": {
        "start": {
          "line": 43,
          "column": 54
        },
        "end": {
          "line": 43,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 43,
          "column": 55
        },
        "end": {
          "line": 43,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1054,
      "end": 1055,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1062,
      "end": 1063,
      "loc": {
        "start": {
          "line": 45,
          "column": 6
        },
        "end": {
          "line": 45,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1068,
      "end": 1069,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1074,
      "end": 1080,
      "loc": {
        "start": {
          "line": 47,
          "column": 4
        },
        "end": {
          "line": 47,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 1081,
      "end": 1087,
      "loc": {
        "start": {
          "line": 47,
          "column": 11
        },
        "end": {
          "line": 47,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1087,
      "end": 1088,
      "loc": {
        "start": {
          "line": 47,
          "column": 17
        },
        "end": {
          "line": 47,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1091,
      "end": 1092,
      "loc": {
        "start": {
          "line": 48,
          "column": 2
        },
        "end": {
          "line": 48,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "build",
      "start": 1096,
      "end": 1101,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 50,
          "column": 7
        },
        "end": {
          "line": 50,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1102,
      "end": 1108,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1108,
      "end": 1109,
      "loc": {
        "start": {
          "line": 50,
          "column": 14
        },
        "end": {
          "line": 50,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1110,
      "end": 1111,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 1116,
      "end": 1125,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1125,
      "end": 1126,
      "loc": {
        "start": {
          "line": 51,
          "column": 13
        },
        "end": {
          "line": 51,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 1126,
      "end": 1130,
      "loc": {
        "start": {
          "line": 51,
          "column": 14
        },
        "end": {
          "line": 51,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1130,
      "end": 1131,
      "loc": {
        "start": {
          "line": 51,
          "column": 18
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "start",
      "start": 1131,
      "end": 1138,
      "loc": {
        "start": {
          "line": 51,
          "column": 19
        },
        "end": {
          "line": 51,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 51,
          "column": 26
        },
        "end": {
          "line": 51,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 51,
          "column": 27
        },
        "end": {
          "line": 51,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 1145,
      "end": 1154,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1154,
      "end": 1155,
      "loc": {
        "start": {
          "line": 52,
          "column": 13
        },
        "end": {
          "line": 52,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 1155,
      "end": 1159,
      "loc": {
        "start": {
          "line": 52,
          "column": 14
        },
        "end": {
          "line": 52,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1159,
      "end": 1160,
      "loc": {
        "start": {
          "line": 52,
          "column": 18
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 1160,
      "end": 1166,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1166,
      "end": 1167,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_chalk",
      "start": 1167,
      "end": 1173,
      "loc": {
        "start": {
          "line": 52,
          "column": 26
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1173,
      "end": 1174,
      "loc": {
        "start": {
          "line": 52,
          "column": 32
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "building",
      "start": 1174,
      "end": 1184,
      "loc": {
        "start": {
          "line": 52,
          "column": 33
        },
        "end": {
          "line": 52,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1184,
      "end": 1185,
      "loc": {
        "start": {
          "line": 52,
          "column": 43
        },
        "end": {
          "line": 52,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cyan",
      "start": 1186,
      "end": 1192,
      "loc": {
        "start": {
          "line": 52,
          "column": 45
        },
        "end": {
          "line": 52,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1192,
      "end": 1193,
      "loc": {
        "start": {
          "line": 52,
          "column": 51
        },
        "end": {
          "line": 52,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1193,
      "end": 1194,
      "loc": {
        "start": {
          "line": 52,
          "column": 52
        },
        "end": {
          "line": 52,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1194,
      "end": 1195,
      "loc": {
        "start": {
          "line": 52,
          "column": 53
        },
        "end": {
          "line": 52,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1200,
      "end": 1206,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1207,
      "end": 1211,
      "loc": {
        "start": {
          "line": 53,
          "column": 11
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1211,
      "end": 1212,
      "loc": {
        "start": {
          "line": 53,
          "column": 15
        },
        "end": {
          "line": 53,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseBundles",
      "start": 1212,
      "end": 1226,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1226,
      "end": 1227,
      "loc": {
        "start": {
          "line": 53,
          "column": 30
        },
        "end": {
          "line": 53,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1227,
      "end": 1233,
      "loc": {
        "start": {
          "line": 53,
          "column": 31
        },
        "end": {
          "line": 53,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1233,
      "end": 1234,
      "loc": {
        "start": {
          "line": 53,
          "column": 37
        },
        "end": {
          "line": 53,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 53,
          "column": 38
        },
        "end": {
          "line": 53,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1235,
      "end": 1239,
      "loc": {
        "start": {
          "line": 53,
          "column": 39
        },
        "end": {
          "line": 53,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1239,
      "end": 1240,
      "loc": {
        "start": {
          "line": 53,
          "column": 43
        },
        "end": {
          "line": 53,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 1240,
      "end": 1247,
      "loc": {
        "start": {
          "line": 53,
          "column": 44
        },
        "end": {
          "line": 53,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1248,
      "end": 1250,
      "loc": {
        "start": {
          "line": 53,
          "column": 52
        },
        "end": {
          "line": 53,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1251,
      "end": 1252,
      "loc": {
        "start": {
          "line": 53,
          "column": 55
        },
        "end": {
          "line": 53,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterator",
      "start": 1259,
      "end": 1267,
      "loc": {
        "start": {
          "line": 54,
          "column": 6
        },
        "end": {
          "line": 54,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1268,
      "end": 1269,
      "loc": {
        "start": {
          "line": 54,
          "column": 15
        },
        "end": {
          "line": 54,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundler",
      "start": 1270,
      "end": 1277,
      "loc": {
        "start": {
          "line": 54,
          "column": 17
        },
        "end": {
          "line": 54,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1277,
      "end": 1278,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 1278,
      "end": 1285,
      "loc": {
        "start": {
          "line": 54,
          "column": 25
        },
        "end": {
          "line": 54,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1285,
      "end": 1286,
      "loc": {
        "start": {
          "line": 54,
          "column": 32
        },
        "end": {
          "line": 54,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1287,
      "end": 1291,
      "loc": {
        "start": {
          "line": 54,
          "column": 34
        },
        "end": {
          "line": 54,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1291,
      "end": 1292,
      "loc": {
        "start": {
          "line": 54,
          "column": 38
        },
        "end": {
          "line": 54,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1292,
      "end": 1298,
      "loc": {
        "start": {
          "line": 54,
          "column": 39
        },
        "end": {
          "line": 54,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1298,
      "end": 1299,
      "loc": {
        "start": {
          "line": 54,
          "column": 45
        },
        "end": {
          "line": 54,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1299,
      "end": 1300,
      "loc": {
        "start": {
          "line": 54,
          "column": 46
        },
        "end": {
          "line": 54,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterator",
      "start": 1307,
      "end": 1315,
      "loc": {
        "start": {
          "line": 55,
          "column": 6
        },
        "end": {
          "line": 55,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1315,
      "end": 1316,
      "loc": {
        "start": {
          "line": 55,
          "column": 14
        },
        "end": {
          "line": 55,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "next",
      "start": 1316,
      "end": 1320,
      "loc": {
        "start": {
          "line": 55,
          "column": 15
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1320,
      "end": 1321,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1321,
      "end": 1322,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1322,
      "end": 1323,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1328,
      "end": 1329,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1329,
      "end": 1330,
      "loc": {
        "start": {
          "line": 56,
          "column": 5
        },
        "end": {
          "line": 56,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1330,
      "end": 1331,
      "loc": {
        "start": {
          "line": 56,
          "column": 6
        },
        "end": {
          "line": 56,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 1331,
      "end": 1336,
      "loc": {
        "start": {
          "line": 56,
          "column": 7
        },
        "end": {
          "line": 56,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1336,
      "end": 1337,
      "loc": {
        "start": {
          "line": 56,
          "column": 12
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 1337,
      "end": 1342,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1343,
      "end": 1345,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1346,
      "end": 1347,
      "loc": {
        "start": {
          "line": 56,
          "column": 22
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 1354,
      "end": 1360,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1360,
      "end": 1361,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 1361,
      "end": 1365,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1365,
      "end": 1366,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 1366,
      "end": 1371,
      "loc": {
        "start": {
          "line": 57,
          "column": 18
        },
        "end": {
          "line": 57,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1371,
      "end": 1372,
      "loc": {
        "start": {
          "line": 57,
          "column": 23
        },
        "end": {
          "line": 57,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1372,
      "end": 1373,
      "loc": {
        "start": {
          "line": 57,
          "column": 24
        },
        "end": {
          "line": 57,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 58,
          "column": 5
        },
        "end": {
          "line": 58,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 58,
          "column": 6
        },
        "end": {
          "line": 58,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1384,
      "end": 1385,
      "loc": {
        "start": {
          "line": 59,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleFormats",
      "start": 1389,
      "end": 1402,
      "loc": {
        "start": {
          "line": 61,
          "column": 2
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1402,
      "end": 1403,
      "loc": {
        "start": {
          "line": 61,
          "column": 15
        },
        "end": {
          "line": 61,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1403,
      "end": 1409,
      "loc": {
        "start": {
          "line": 61,
          "column": 16
        },
        "end": {
          "line": 61,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1409,
      "end": 1410,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1411,
      "end": 1412,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1417,
      "end": 1423,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1424,
      "end": 1427,
      "loc": {
        "start": {
          "line": 62,
          "column": 11
        },
        "end": {
          "line": 62,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1428,
      "end": 1435,
      "loc": {
        "start": {
          "line": 62,
          "column": 15
        },
        "end": {
          "line": 62,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1435,
      "end": 1436,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1436,
      "end": 1437,
      "loc": {
        "start": {
          "line": 62,
          "column": 23
        },
        "end": {
          "line": 62,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1437,
      "end": 1444,
      "loc": {
        "start": {
          "line": 62,
          "column": 24
        },
        "end": {
          "line": 62,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1444,
      "end": 1445,
      "loc": {
        "start": {
          "line": 62,
          "column": 31
        },
        "end": {
          "line": 62,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1446,
      "end": 1452,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1452,
      "end": 1453,
      "loc": {
        "start": {
          "line": 62,
          "column": 39
        },
        "end": {
          "line": 62,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1454,
      "end": 1456,
      "loc": {
        "start": {
          "line": 62,
          "column": 41
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1457,
      "end": 1458,
      "loc": {
        "start": {
          "line": 62,
          "column": 44
        },
        "end": {
          "line": 62,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 1465,
      "end": 1468,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 63,
          "column": 10
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1479,
      "end": 1484,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1485,
      "end": 1491,
      "loc": {
        "start": {
          "line": 64,
          "column": 14
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1492,
      "end": 1493,
      "loc": {
        "start": {
          "line": 64,
          "column": 21
        },
        "end": {
          "line": 64,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1494,
      "end": 1500,
      "loc": {
        "start": {
          "line": 64,
          "column": 23
        },
        "end": {
          "line": 64,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1500,
      "end": 1501,
      "loc": {
        "start": {
          "line": 64,
          "column": 29
        },
        "end": {
          "line": 64,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1501,
      "end": 1507,
      "loc": {
        "start": {
          "line": 64,
          "column": 30
        },
        "end": {
          "line": 64,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 64,
          "column": 36
        },
        "end": {
          "line": 64,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1517,
      "end": 1520,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 1521,
      "end": 1525,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1526,
      "end": 1527,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1528,
      "end": 1534,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 65,
          "column": 25
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 1535,
      "end": 1539,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1539,
      "end": 1540,
      "loc": {
        "start": {
          "line": 65,
          "column": 30
        },
        "end": {
          "line": 65,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1549,
      "end": 1551,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1552,
      "end": 1553,
      "loc": {
        "start": {
          "line": 66,
          "column": 11
        },
        "end": {
          "line": 66,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1553,
      "end": 1559,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1560,
      "end": 1563,
      "loc": {
        "start": {
          "line": 66,
          "column": 19
        },
        "end": {
          "line": 66,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "iife",
      "start": 1564,
      "end": 1570,
      "loc": {
        "start": {
          "line": 66,
          "column": 23
        },
        "end": {
          "line": 66,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1571,
      "end": 1573,
      "loc": {
        "start": {
          "line": 66,
          "column": 30
        },
        "end": {
          "line": 66,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 66,
          "column": 33
        },
        "end": {
          "line": 66,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1575,
      "end": 1581,
      "loc": {
        "start": {
          "line": 66,
          "column": 34
        },
        "end": {
          "line": 66,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1581,
      "end": 1582,
      "loc": {
        "start": {
          "line": 66,
          "column": 40
        },
        "end": {
          "line": 66,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduleName",
      "start": 1582,
      "end": 1592,
      "loc": {
        "start": {
          "line": 66,
          "column": 41
        },
        "end": {
          "line": 66,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1592,
      "end": 1593,
      "loc": {
        "start": {
          "line": 66,
          "column": 51
        },
        "end": {
          "line": 66,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1594,
      "end": 1595,
      "loc": {
        "start": {
          "line": 66,
          "column": 53
        },
        "end": {
          "line": 66,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1606,
      "end": 1612,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1612,
      "end": 1613,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduleName",
      "start": 1613,
      "end": 1623,
      "loc": {
        "start": {
          "line": 67,
          "column": 17
        },
        "end": {
          "line": 67,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1624,
      "end": 1625,
      "loc": {
        "start": {
          "line": 67,
          "column": 28
        },
        "end": {
          "line": 67,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1626,
      "end": 1630,
      "loc": {
        "start": {
          "line": 67,
          "column": 30
        },
        "end": {
          "line": 67,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1630,
      "end": 1631,
      "loc": {
        "start": {
          "line": 67,
          "column": 34
        },
        "end": {
          "line": 67,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toJsProp",
      "start": 1631,
      "end": 1639,
      "loc": {
        "start": {
          "line": 67,
          "column": 35
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1639,
      "end": 1640,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1640,
      "end": 1646,
      "loc": {
        "start": {
          "line": 67,
          "column": 44
        },
        "end": {
          "line": 67,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1646,
      "end": 1647,
      "loc": {
        "start": {
          "line": 67,
          "column": 50
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1647,
      "end": 1651,
      "loc": {
        "start": {
          "line": 67,
          "column": 51
        },
        "end": {
          "line": 67,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1651,
      "end": 1652,
      "loc": {
        "start": {
          "line": 67,
          "column": 55
        },
        "end": {
          "line": 67,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 67,
          "column": 56
        },
        "end": {
          "line": 67,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1664,
      "end": 1668,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1669,
      "end": 1670,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 1681,
      "end": 1687,
      "loc": {
        "start": {
          "line": 69,
          "column": 10
        },
        "end": {
          "line": 69,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 69,
          "column": 17
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1689,
      "end": 1695,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1695,
      "end": 1696,
      "loc": {
        "start": {
          "line": 69,
          "column": 24
        },
        "end": {
          "line": 69,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1697,
      "end": 1698,
      "loc": {
        "start": {
          "line": 69,
          "column": 26
        },
        "end": {
          "line": 69,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 1711,
      "end": 1715,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cjs",
      "start": 1716,
      "end": 1721,
      "loc": {
        "start": {
          "line": 70,
          "column": 17
        },
        "end": {
          "line": 70,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1721,
      "end": 1722,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 1737,
      "end": 1741,
      "loc": {
        "start": {
          "line": 71,
          "column": 14
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1742,
      "end": 1743,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1744,
      "end": 1750,
      "loc": {
        "start": {
          "line": 71,
          "column": 21
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 71,
          "column": 27
        },
        "end": {
          "line": 71,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 1751,
      "end": 1755,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 71,
          "column": 32
        },
        "end": {
          "line": 71,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1756,
      "end": 1763,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1763,
      "end": 1764,
      "loc": {
        "start": {
          "line": 71,
          "column": 40
        },
        "end": {
          "line": 71,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".js",
      "start": 1764,
      "end": 1769,
      "loc": {
        "start": {
          "line": 71,
          "column": 41
        },
        "end": {
          "line": 71,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1769,
      "end": 1770,
      "loc": {
        "start": {
          "line": 71,
          "column": 46
        },
        "end": {
          "line": 71,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-node.js",
      "start": 1771,
      "end": 1781,
      "loc": {
        "start": {
          "line": 71,
          "column": 48
        },
        "end": {
          "line": 71,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1781,
      "end": 1782,
      "loc": {
        "start": {
          "line": 71,
          "column": 58
        },
        "end": {
          "line": 71,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1782,
      "end": 1783,
      "loc": {
        "start": {
          "line": 71,
          "column": 59
        },
        "end": {
          "line": 71,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 1798,
      "end": 1803,
      "loc": {
        "start": {
          "line": 72,
          "column": 14
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1803,
      "end": 1804,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 1817,
      "end": 1821,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "es",
      "start": 1822,
      "end": 1826,
      "loc": {
        "start": {
          "line": 73,
          "column": 17
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1826,
      "end": 1827,
      "loc": {
        "start": {
          "line": 73,
          "column": 21
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 1840,
      "end": 1844,
      "loc": {
        "start": {
          "line": 74,
          "column": 12
        },
        "end": {
          "line": 74,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "amd",
      "start": 1845,
      "end": 1850,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1850,
      "end": 1851,
      "loc": {
        "start": {
          "line": 74,
          "column": 22
        },
        "end": {
          "line": 74,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 1866,
      "end": 1870,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1871,
      "end": 1872,
      "loc": {
        "start": {
          "line": 75,
          "column": 19
        },
        "end": {
          "line": 75,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 1873,
      "end": 1879,
      "loc": {
        "start": {
          "line": 75,
          "column": 21
        },
        "end": {
          "line": 75,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1879,
      "end": 1880,
      "loc": {
        "start": {
          "line": 75,
          "column": 27
        },
        "end": {
          "line": 75,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 1880,
      "end": 1884,
      "loc": {
        "start": {
          "line": 75,
          "column": 28
        },
        "end": {
          "line": 75,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1884,
      "end": 1885,
      "loc": {
        "start": {
          "line": 75,
          "column": 32
        },
        "end": {
          "line": 75,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 1885,
      "end": 1892,
      "loc": {
        "start": {
          "line": 75,
          "column": 33
        },
        "end": {
          "line": 75,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1892,
      "end": 1893,
      "loc": {
        "start": {
          "line": 75,
          "column": 40
        },
        "end": {
          "line": 75,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".js",
      "start": 1893,
      "end": 1898,
      "loc": {
        "start": {
          "line": 75,
          "column": 41
        },
        "end": {
          "line": 75,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1898,
      "end": 1899,
      "loc": {
        "start": {
          "line": 75,
          "column": 46
        },
        "end": {
          "line": 75,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1900,
      "end": 1901,
      "loc": {
        "start": {
          "line": 75,
          "column": 48
        },
        "end": {
          "line": 75,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-",
      "start": 1901,
      "end": 1902,
      "loc": {
        "start": {
          "line": 75,
          "column": 49
        },
        "end": {
          "line": 75,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1902,
      "end": 1904,
      "loc": {
        "start": {
          "line": 75,
          "column": 50
        },
        "end": {
          "line": 75,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 1904,
      "end": 1910,
      "loc": {
        "start": {
          "line": 75,
          "column": 52
        },
        "end": {
          "line": 75,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1910,
      "end": 1911,
      "loc": {
        "start": {
          "line": 75,
          "column": 58
        },
        "end": {
          "line": 75,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".js",
      "start": 1911,
      "end": 1914,
      "loc": {
        "start": {
          "line": 75,
          "column": 59
        },
        "end": {
          "line": 75,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1914,
      "end": 1915,
      "loc": {
        "start": {
          "line": 75,
          "column": 62
        },
        "end": {
          "line": 75,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1915,
      "end": 1916,
      "loc": {
        "start": {
          "line": 75,
          "column": 63
        },
        "end": {
          "line": 75,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1916,
      "end": 1917,
      "loc": {
        "start": {
          "line": 75,
          "column": 64
        },
        "end": {
          "line": 75,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 1932,
      "end": 1937,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1937,
      "end": 1938,
      "loc": {
        "start": {
          "line": 76,
          "column": 19
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1951,
      "end": 1958,
      "loc": {
        "start": {
          "line": 77,
          "column": 12
        },
        "end": {
          "line": 77,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 77,
          "column": 19
        },
        "end": {
          "line": 77,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 1974,
      "end": 1979,
      "loc": {
        "start": {
          "line": 78,
          "column": 14
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1979,
      "end": 1980,
      "loc": {
        "start": {
          "line": 78,
          "column": 19
        },
        "end": {
          "line": 78,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " do nothing",
      "start": 1999,
      "end": 2012,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2023,
      "end": 2024,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2033,
      "end": 2034,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2043,
      "end": 2050,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 82,
          "column": 15
        },
        "end": {
          "line": 82,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2051,
      "end": 2052,
      "loc": {
        "start": {
          "line": 82,
          "column": 16
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2052,
      "end": 2058,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2058,
      "end": 2059,
      "loc": {
        "start": {
          "line": 82,
          "column": 23
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2060,
      "end": 2066,
      "loc": {
        "start": {
          "line": 82,
          "column": 25
        },
        "end": {
          "line": 82,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 82,
          "column": 31
        },
        "end": {
          "line": 82,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 2068,
      "end": 2072,
      "loc": {
        "start": {
          "line": 82,
          "column": 33
        },
        "end": {
          "line": 82,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2072,
      "end": 2073,
      "loc": {
        "start": {
          "line": 82,
          "column": 37
        },
        "end": {
          "line": 82,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 2074,
      "end": 2078,
      "loc": {
        "start": {
          "line": 82,
          "column": 39
        },
        "end": {
          "line": 82,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2078,
      "end": 2079,
      "loc": {
        "start": {
          "line": 82,
          "column": 43
        },
        "end": {
          "line": 82,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2080,
      "end": 2086,
      "loc": {
        "start": {
          "line": 82,
          "column": 45
        },
        "end": {
          "line": 82,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2086,
      "end": 2087,
      "loc": {
        "start": {
          "line": 82,
          "column": 51
        },
        "end": {
          "line": 82,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2088,
      "end": 2094,
      "loc": {
        "start": {
          "line": 82,
          "column": 53
        },
        "end": {
          "line": 82,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2094,
      "end": 2095,
      "loc": {
        "start": {
          "line": 82,
          "column": 59
        },
        "end": {
          "line": 82,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2095,
      "end": 2096,
      "loc": {
        "start": {
          "line": 82,
          "column": 60
        },
        "end": {
          "line": 82,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 82,
          "column": 61
        },
        "end": {
          "line": 82,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2104,
      "end": 2105,
      "loc": {
        "start": {
          "line": 83,
          "column": 6
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 2106,
      "end": 2111,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2112,
      "end": 2113,
      "loc": {
        "start": {
          "line": 83,
          "column": 14
        },
        "end": {
          "line": 83,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2113,
      "end": 2116,
      "loc": {
        "start": {
          "line": 83,
          "column": 15
        },
        "end": {
          "line": 83,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2116,
      "end": 2117,
      "loc": {
        "start": {
          "line": 83,
          "column": 18
        },
        "end": {
          "line": 83,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2118,
      "end": 2119,
      "loc": {
        "start": {
          "line": 83,
          "column": 20
        },
        "end": {
          "line": 83,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2128,
      "end": 2134,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2134,
      "end": 2135,
      "loc": {
        "start": {
          "line": 84,
          "column": 14
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2135,
      "end": 2138,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2138,
      "end": 2139,
      "loc": {
        "start": {
          "line": 84,
          "column": 18
        },
        "end": {
          "line": 84,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2139,
      "end": 2140,
      "loc": {
        "start": {
          "line": 84,
          "column": 19
        },
        "end": {
          "line": 84,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2147,
      "end": 2148,
      "loc": {
        "start": {
          "line": 85,
          "column": 6
        },
        "end": {
          "line": 85,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2153,
      "end": 2154,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2154,
      "end": 2155,
      "loc": {
        "start": {
          "line": 86,
          "column": 5
        },
        "end": {
          "line": 86,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2155,
      "end": 2156,
      "loc": {
        "start": {
          "line": 86,
          "column": 6
        },
        "end": {
          "line": 86,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2159,
      "end": 2160,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 87,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseBundles",
      "start": 2164,
      "end": 2178,
      "loc": {
        "start": {
          "line": 89,
          "column": 2
        },
        "end": {
          "line": 89,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2178,
      "end": 2179,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2179,
      "end": 2185,
      "loc": {
        "start": {
          "line": 89,
          "column": 17
        },
        "end": {
          "line": 89,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2185,
      "end": 2186,
      "loc": {
        "start": {
          "line": 89,
          "column": 23
        },
        "end": {
          "line": 89,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2187,
      "end": 2188,
      "loc": {
        "start": {
          "line": 89,
          "column": 25
        },
        "end": {
          "line": 89,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2193,
      "end": 2199,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2200,
      "end": 2203,
      "loc": {
        "start": {
          "line": 90,
          "column": 11
        },
        "end": {
          "line": 90,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 2204,
      "end": 2211,
      "loc": {
        "start": {
          "line": 90,
          "column": 15
        },
        "end": {
          "line": 90,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2211,
      "end": 2212,
      "loc": {
        "start": {
          "line": 90,
          "column": 22
        },
        "end": {
          "line": 90,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 90,
          "column": 23
        },
        "end": {
          "line": 90,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2213,
      "end": 2220,
      "loc": {
        "start": {
          "line": 90,
          "column": 24
        },
        "end": {
          "line": 90,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2220,
      "end": 2221,
      "loc": {
        "start": {
          "line": 90,
          "column": 31
        },
        "end": {
          "line": 90,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2222,
      "end": 2228,
      "loc": {
        "start": {
          "line": 90,
          "column": 33
        },
        "end": {
          "line": 90,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2228,
      "end": 2229,
      "loc": {
        "start": {
          "line": 90,
          "column": 39
        },
        "end": {
          "line": 90,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2230,
      "end": 2232,
      "loc": {
        "start": {
          "line": 90,
          "column": 41
        },
        "end": {
          "line": 90,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2233,
      "end": 2234,
      "loc": {
        "start": {
          "line": 90,
          "column": 44
        },
        "end": {
          "line": 90,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2241,
      "end": 2244,
      "loc": {
        "start": {
          "line": 91,
          "column": 6
        },
        "end": {
          "line": 91,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formats",
      "start": 2245,
      "end": 2252,
      "loc": {
        "start": {
          "line": 91,
          "column": 10
        },
        "end": {
          "line": 91,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 91,
          "column": 18
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2255,
      "end": 2256,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2256,
      "end": 2257,
      "loc": {
        "start": {
          "line": 91,
          "column": 21
        },
        "end": {
          "line": 91,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2257,
      "end": 2258,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2265,
      "end": 2268,
      "loc": {
        "start": {
          "line": 92,
          "column": 6
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 2269,
      "end": 2276,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2277,
      "end": 2278,
      "loc": {
        "start": {
          "line": 92,
          "column": 18
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2279,
      "end": 2285,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2285,
      "end": 2286,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 2286,
      "end": 2293,
      "loc": {
        "start": {
          "line": 92,
          "column": 27
        },
        "end": {
          "line": 92,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2293,
      "end": 2294,
      "loc": {
        "start": {
          "line": 92,
          "column": 34
        },
        "end": {
          "line": 92,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 2301,
      "end": 2304,
      "loc": {
        "start": {
          "line": 93,
          "column": 6
        },
        "end": {
          "line": 93,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2305,
      "end": 2306,
      "loc": {
        "start": {
          "line": 93,
          "column": 10
        },
        "end": {
          "line": 93,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 2315,
      "end": 2318,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2319,
      "end": 2320,
      "loc": {
        "start": {
          "line": 94,
          "column": 12
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2320,
      "end": 2323,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2324,
      "end": 2330,
      "loc": {
        "start": {
          "line": 94,
          "column": 17
        },
        "end": {
          "line": 94,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 2331,
      "end": 2333,
      "loc": {
        "start": {
          "line": 94,
          "column": 24
        },
        "end": {
          "line": 94,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 2334,
      "end": 2341,
      "loc": {
        "start": {
          "line": 94,
          "column": 27
        },
        "end": {
          "line": 94,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2341,
      "end": 2342,
      "loc": {
        "start": {
          "line": 94,
          "column": 34
        },
        "end": {
          "line": 94,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2343,
      "end": 2344,
      "loc": {
        "start": {
          "line": 94,
          "column": 36
        },
        "end": {
          "line": 94,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2355,
      "end": 2361,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2361,
      "end": 2362,
      "loc": {
        "start": {
          "line": 95,
          "column": 16
        },
        "end": {
          "line": 95,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 2362,
      "end": 2366,
      "loc": {
        "start": {
          "line": 95,
          "column": 17
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2367,
      "end": 2368,
      "loc": {
        "start": {
          "line": 95,
          "column": 22
        },
        "end": {
          "line": 95,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2369,
      "end": 2375,
      "loc": {
        "start": {
          "line": 95,
          "column": 24
        },
        "end": {
          "line": 95,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2375,
      "end": 2376,
      "loc": {
        "start": {
          "line": 95,
          "column": 30
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 2376,
      "end": 2380,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2381,
      "end": 2383,
      "loc": {
        "start": {
          "line": 95,
          "column": 36
        },
        "end": {
          "line": 95,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2384,
      "end": 2390,
      "loc": {
        "start": {
          "line": 95,
          "column": 39
        },
        "end": {
          "line": 95,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2390,
      "end": 2391,
      "loc": {
        "start": {
          "line": 95,
          "column": 45
        },
        "end": {
          "line": 95,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 2391,
      "end": 2395,
      "loc": {
        "start": {
          "line": 95,
          "column": 46
        },
        "end": {
          "line": 95,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2395,
      "end": 2396,
      "loc": {
        "start": {
          "line": 95,
          "column": 50
        },
        "end": {
          "line": 95,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2407,
      "end": 2413,
      "loc": {
        "start": {
          "line": 96,
          "column": 10
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2413,
      "end": 2414,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 2414,
      "end": 2419,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2420,
      "end": 2421,
      "loc": {
        "start": {
          "line": 96,
          "column": 23
        },
        "end": {
          "line": 96,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2422,
      "end": 2428,
      "loc": {
        "start": {
          "line": 96,
          "column": 25
        },
        "end": {
          "line": 96,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2428,
      "end": 2429,
      "loc": {
        "start": {
          "line": 96,
          "column": 31
        },
        "end": {
          "line": 96,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 2429,
      "end": 2434,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2435,
      "end": 2437,
      "loc": {
        "start": {
          "line": 96,
          "column": 38
        },
        "end": {
          "line": 96,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2438,
      "end": 2444,
      "loc": {
        "start": {
          "line": 96,
          "column": 41
        },
        "end": {
          "line": 96,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2444,
      "end": 2445,
      "loc": {
        "start": {
          "line": 96,
          "column": 47
        },
        "end": {
          "line": 96,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 2445,
      "end": 2450,
      "loc": {
        "start": {
          "line": 96,
          "column": 48
        },
        "end": {
          "line": 96,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2450,
      "end": 2451,
      "loc": {
        "start": {
          "line": 96,
          "column": 53
        },
        "end": {
          "line": 96,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2462,
      "end": 2468,
      "loc": {
        "start": {
          "line": 97,
          "column": 10
        },
        "end": {
          "line": 97,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2468,
      "end": 2469,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceMap",
      "start": 2469,
      "end": 2478,
      "loc": {
        "start": {
          "line": 97,
          "column": 17
        },
        "end": {
          "line": 97,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2479,
      "end": 2480,
      "loc": {
        "start": {
          "line": 97,
          "column": 27
        },
        "end": {
          "line": 97,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2481,
      "end": 2487,
      "loc": {
        "start": {
          "line": 97,
          "column": 29
        },
        "end": {
          "line": 97,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2487,
      "end": 2488,
      "loc": {
        "start": {
          "line": 97,
          "column": 35
        },
        "end": {
          "line": 97,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceMap",
      "start": 2488,
      "end": 2497,
      "loc": {
        "start": {
          "line": 97,
          "column": 36
        },
        "end": {
          "line": 97,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2498,
      "end": 2500,
      "loc": {
        "start": {
          "line": 97,
          "column": 46
        },
        "end": {
          "line": 97,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2501,
      "end": 2507,
      "loc": {
        "start": {
          "line": 97,
          "column": 49
        },
        "end": {
          "line": 97,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2507,
      "end": 2508,
      "loc": {
        "start": {
          "line": 97,
          "column": 55
        },
        "end": {
          "line": 97,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceMap",
      "start": 2508,
      "end": 2517,
      "loc": {
        "start": {
          "line": 97,
          "column": 56
        },
        "end": {
          "line": 97,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2517,
      "end": 2518,
      "loc": {
        "start": {
          "line": 97,
          "column": 65
        },
        "end": {
          "line": 97,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2529,
      "end": 2531,
      "loc": {
        "start": {
          "line": 98,
          "column": 10
        },
        "end": {
          "line": 98,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2532,
      "end": 2533,
      "loc": {
        "start": {
          "line": 98,
          "column": 13
        },
        "end": {
          "line": 98,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2533,
      "end": 2539,
      "loc": {
        "start": {
          "line": 98,
          "column": 14
        },
        "end": {
          "line": 98,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2539,
      "end": 2540,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2540,
      "end": 2546,
      "loc": {
        "start": {
          "line": 98,
          "column": 21
        },
        "end": {
          "line": 98,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2547,
      "end": 2549,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 2550,
      "end": 2556,
      "loc": {
        "start": {
          "line": 98,
          "column": 31
        },
        "end": {
          "line": 98,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2557,
      "end": 2563,
      "loc": {
        "start": {
          "line": 98,
          "column": 38
        },
        "end": {
          "line": 98,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2563,
      "end": 2564,
      "loc": {
        "start": {
          "line": 98,
          "column": 44
        },
        "end": {
          "line": 98,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2564,
      "end": 2570,
      "loc": {
        "start": {
          "line": 98,
          "column": 45
        },
        "end": {
          "line": 98,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2571,
      "end": 2574,
      "loc": {
        "start": {
          "line": 98,
          "column": 52
        },
        "end": {
          "line": 98,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 2575,
      "end": 2583,
      "loc": {
        "start": {
          "line": 98,
          "column": 56
        },
        "end": {
          "line": 98,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2584,
      "end": 2586,
      "loc": {
        "start": {
          "line": 98,
          "column": 65
        },
        "end": {
          "line": 98,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2587,
      "end": 2588,
      "loc": {
        "start": {
          "line": 98,
          "column": 68
        },
        "end": {
          "line": 98,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2588,
      "end": 2594,
      "loc": {
        "start": {
          "line": 98,
          "column": 69
        },
        "end": {
          "line": 98,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2594,
      "end": 2595,
      "loc": {
        "start": {
          "line": 98,
          "column": 75
        },
        "end": {
          "line": 98,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2595,
      "end": 2601,
      "loc": {
        "start": {
          "line": 98,
          "column": 76
        },
        "end": {
          "line": 98,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2601,
      "end": 2602,
      "loc": {
        "start": {
          "line": 98,
          "column": 82
        },
        "end": {
          "line": 98,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2603,
      "end": 2604,
      "loc": {
        "start": {
          "line": 98,
          "column": 84
        },
        "end": {
          "line": 98,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 2617,
      "end": 2620,
      "loc": {
        "start": {
          "line": 99,
          "column": 12
        },
        "end": {
          "line": 99,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2621,
      "end": 2622,
      "loc": {
        "start": {
          "line": 99,
          "column": 16
        },
        "end": {
          "line": 99,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2622,
      "end": 2625,
      "loc": {
        "start": {
          "line": 99,
          "column": 17
        },
        "end": {
          "line": 99,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2626,
      "end": 2632,
      "loc": {
        "start": {
          "line": 99,
          "column": 21
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 2633,
      "end": 2635,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2636,
      "end": 2642,
      "loc": {
        "start": {
          "line": 99,
          "column": 31
        },
        "end": {
          "line": 99,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2642,
      "end": 2643,
      "loc": {
        "start": {
          "line": 99,
          "column": 37
        },
        "end": {
          "line": 99,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2643,
      "end": 2649,
      "loc": {
        "start": {
          "line": 99,
          "column": 38
        },
        "end": {
          "line": 99,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 99,
          "column": 44
        },
        "end": {
          "line": 99,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 99,
          "column": 46
        },
        "end": {
          "line": 99,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2667,
      "end": 2673,
      "loc": {
        "start": {
          "line": 100,
          "column": 14
        },
        "end": {
          "line": 100,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2673,
      "end": 2674,
      "loc": {
        "start": {
          "line": 100,
          "column": 20
        },
        "end": {
          "line": 100,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2674,
      "end": 2680,
      "loc": {
        "start": {
          "line": 100,
          "column": 21
        },
        "end": {
          "line": 100,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 100,
          "column": 28
        },
        "end": {
          "line": 100,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2683,
      "end": 2689,
      "loc": {
        "start": {
          "line": 100,
          "column": 30
        },
        "end": {
          "line": 100,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2689,
      "end": 2690,
      "loc": {
        "start": {
          "line": 100,
          "column": 36
        },
        "end": {
          "line": 100,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formats",
      "start": 2705,
      "end": 2712,
      "loc": {
        "start": {
          "line": 101,
          "column": 14
        },
        "end": {
          "line": 101,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2712,
      "end": 2713,
      "loc": {
        "start": {
          "line": 101,
          "column": 21
        },
        "end": {
          "line": 101,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2713,
      "end": 2717,
      "loc": {
        "start": {
          "line": 101,
          "column": 22
        },
        "end": {
          "line": 101,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2717,
      "end": 2718,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2718,
      "end": 2722,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2722,
      "end": 2723,
      "loc": {
        "start": {
          "line": 101,
          "column": 31
        },
        "end": {
          "line": 101,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleFormats",
      "start": 2723,
      "end": 2736,
      "loc": {
        "start": {
          "line": 101,
          "column": 32
        },
        "end": {
          "line": 101,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2736,
      "end": 2737,
      "loc": {
        "start": {
          "line": 101,
          "column": 45
        },
        "end": {
          "line": 101,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2737,
      "end": 2743,
      "loc": {
        "start": {
          "line": 101,
          "column": 46
        },
        "end": {
          "line": 101,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2743,
      "end": 2744,
      "loc": {
        "start": {
          "line": 101,
          "column": 52
        },
        "end": {
          "line": 101,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2744,
      "end": 2745,
      "loc": {
        "start": {
          "line": 101,
          "column": 53
        },
        "end": {
          "line": 101,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2745,
      "end": 2746,
      "loc": {
        "start": {
          "line": 101,
          "column": 54
        },
        "end": {
          "line": 101,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2759,
      "end": 2760,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2771,
      "end": 2772,
      "loc": {
        "start": {
          "line": 103,
          "column": 10
        },
        "end": {
          "line": 103,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2773,
      "end": 2777,
      "loc": {
        "start": {
          "line": 103,
          "column": 12
        },
        "end": {
          "line": 103,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2778,
      "end": 2780,
      "loc": {
        "start": {
          "line": 103,
          "column": 17
        },
        "end": {
          "line": 103,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2781,
      "end": 2782,
      "loc": {
        "start": {
          "line": 103,
          "column": 20
        },
        "end": {
          "line": 103,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2782,
      "end": 2788,
      "loc": {
        "start": {
          "line": 103,
          "column": 21
        },
        "end": {
          "line": 103,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2788,
      "end": 2789,
      "loc": {
        "start": {
          "line": 103,
          "column": 27
        },
        "end": {
          "line": 103,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2789,
      "end": 2795,
      "loc": {
        "start": {
          "line": 103,
          "column": 28
        },
        "end": {
          "line": 103,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2796,
      "end": 2798,
      "loc": {
        "start": {
          "line": 103,
          "column": 35
        },
        "end": {
          "line": 103,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 2799,
      "end": 2805,
      "loc": {
        "start": {
          "line": 103,
          "column": 38
        },
        "end": {
          "line": 103,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2806,
      "end": 2812,
      "loc": {
        "start": {
          "line": 103,
          "column": 45
        },
        "end": {
          "line": 103,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2812,
      "end": 2813,
      "loc": {
        "start": {
          "line": 103,
          "column": 51
        },
        "end": {
          "line": 103,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2813,
      "end": 2819,
      "loc": {
        "start": {
          "line": 103,
          "column": 52
        },
        "end": {
          "line": 103,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2820,
      "end": 2823,
      "loc": {
        "start": {
          "line": 103,
          "column": 59
        },
        "end": {
          "line": 103,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 2824,
      "end": 2832,
      "loc": {
        "start": {
          "line": 103,
          "column": 63
        },
        "end": {
          "line": 103,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2832,
      "end": 2833,
      "loc": {
        "start": {
          "line": 103,
          "column": 71
        },
        "end": {
          "line": 103,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2834,
      "end": 2835,
      "loc": {
        "start": {
          "line": 103,
          "column": 73
        },
        "end": {
          "line": 103,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 2848,
      "end": 2851,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2852,
      "end": 2853,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2853,
      "end": 2856,
      "loc": {
        "start": {
          "line": 104,
          "column": 17
        },
        "end": {
          "line": 104,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2857,
      "end": 2863,
      "loc": {
        "start": {
          "line": 104,
          "column": 21
        },
        "end": {
          "line": 104,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 2864,
      "end": 2866,
      "loc": {
        "start": {
          "line": 104,
          "column": 28
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2867,
      "end": 2873,
      "loc": {
        "start": {
          "line": 104,
          "column": 31
        },
        "end": {
          "line": 104,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2873,
      "end": 2874,
      "loc": {
        "start": {
          "line": 104,
          "column": 37
        },
        "end": {
          "line": 104,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2874,
      "end": 2880,
      "loc": {
        "start": {
          "line": 104,
          "column": 38
        },
        "end": {
          "line": 104,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2880,
      "end": 2881,
      "loc": {
        "start": {
          "line": 104,
          "column": 44
        },
        "end": {
          "line": 104,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2882,
      "end": 2883,
      "loc": {
        "start": {
          "line": 104,
          "column": 46
        },
        "end": {
          "line": 104,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2898,
      "end": 2904,
      "loc": {
        "start": {
          "line": 105,
          "column": 14
        },
        "end": {
          "line": 105,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2904,
      "end": 2905,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2905,
      "end": 2911,
      "loc": {
        "start": {
          "line": 105,
          "column": 21
        },
        "end": {
          "line": 105,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2912,
      "end": 2913,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 2914,
      "end": 2920,
      "loc": {
        "start": {
          "line": 105,
          "column": 30
        },
        "end": {
          "line": 105,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2920,
      "end": 2921,
      "loc": {
        "start": {
          "line": 105,
          "column": 36
        },
        "end": {
          "line": 105,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formats",
      "start": 2936,
      "end": 2943,
      "loc": {
        "start": {
          "line": 106,
          "column": 14
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2943,
      "end": 2944,
      "loc": {
        "start": {
          "line": 106,
          "column": 21
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2944,
      "end": 2948,
      "loc": {
        "start": {
          "line": 106,
          "column": 22
        },
        "end": {
          "line": 106,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2948,
      "end": 2949,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2949,
      "end": 2953,
      "loc": {
        "start": {
          "line": 106,
          "column": 27
        },
        "end": {
          "line": 106,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2953,
      "end": 2954,
      "loc": {
        "start": {
          "line": 106,
          "column": 31
        },
        "end": {
          "line": 106,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleFormats",
      "start": 2954,
      "end": 2967,
      "loc": {
        "start": {
          "line": 106,
          "column": 32
        },
        "end": {
          "line": 106,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2967,
      "end": 2968,
      "loc": {
        "start": {
          "line": 106,
          "column": 45
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 2968,
      "end": 2974,
      "loc": {
        "start": {
          "line": 106,
          "column": 46
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2974,
      "end": 2975,
      "loc": {
        "start": {
          "line": 106,
          "column": 52
        },
        "end": {
          "line": 106,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2975,
      "end": 2976,
      "loc": {
        "start": {
          "line": 106,
          "column": 53
        },
        "end": {
          "line": 106,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2976,
      "end": 2977,
      "loc": {
        "start": {
          "line": 106,
          "column": 54
        },
        "end": {
          "line": 106,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2990,
      "end": 2991,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3002,
      "end": 3003,
      "loc": {
        "start": {
          "line": 108,
          "column": 10
        },
        "end": {
          "line": 108,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 3004,
      "end": 3008,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3009,
      "end": 3010,
      "loc": {
        "start": {
          "line": 108,
          "column": 17
        },
        "end": {
          "line": 108,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formats",
      "start": 3023,
      "end": 3030,
      "loc": {
        "start": {
          "line": 109,
          "column": 12
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3030,
      "end": 3031,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 3031,
      "end": 3035,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3035,
      "end": 3036,
      "loc": {
        "start": {
          "line": 109,
          "column": 24
        },
        "end": {
          "line": 109,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3036,
      "end": 3040,
      "loc": {
        "start": {
          "line": 109,
          "column": 25
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3040,
      "end": 3041,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleFormats",
      "start": 3041,
      "end": 3054,
      "loc": {
        "start": {
          "line": 109,
          "column": 30
        },
        "end": {
          "line": 109,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3054,
      "end": 3055,
      "loc": {
        "start": {
          "line": 109,
          "column": 43
        },
        "end": {
          "line": 109,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 3055,
      "end": 3061,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3061,
      "end": 3062,
      "loc": {
        "start": {
          "line": 109,
          "column": 50
        },
        "end": {
          "line": 109,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3062,
      "end": 3063,
      "loc": {
        "start": {
          "line": 109,
          "column": 51
        },
        "end": {
          "line": 109,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3063,
      "end": 3064,
      "loc": {
        "start": {
          "line": 109,
          "column": 52
        },
        "end": {
          "line": 109,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3075,
      "end": 3076,
      "loc": {
        "start": {
          "line": 110,
          "column": 10
        },
        "end": {
          "line": 110,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3085,
      "end": 3086,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 3095,
      "end": 3102,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3102,
      "end": 3103,
      "loc": {
        "start": {
          "line": 112,
          "column": 15
        },
        "end": {
          "line": 112,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 3103,
      "end": 3106,
      "loc": {
        "start": {
          "line": 112,
          "column": 16
        },
        "end": {
          "line": 112,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3106,
      "end": 3107,
      "loc": {
        "start": {
          "line": 112,
          "column": 19
        },
        "end": {
          "line": 112,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formats",
      "start": 3107,
      "end": 3114,
      "loc": {
        "start": {
          "line": 112,
          "column": 20
        },
        "end": {
          "line": 112,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3114,
      "end": 3115,
      "loc": {
        "start": {
          "line": 112,
          "column": 27
        },
        "end": {
          "line": 112,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 112,
          "column": 28
        },
        "end": {
          "line": 112,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3116,
      "end": 3120,
      "loc": {
        "start": {
          "line": 112,
          "column": 29
        },
        "end": {
          "line": 112,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 112,
          "column": 33
        },
        "end": {
          "line": 112,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 3121,
      "end": 3128,
      "loc": {
        "start": {
          "line": 112,
          "column": 34
        },
        "end": {
          "line": 112,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3129,
      "end": 3131,
      "loc": {
        "start": {
          "line": 112,
          "column": 42
        },
        "end": {
          "line": 112,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3132,
      "end": 3133,
      "loc": {
        "start": {
          "line": 112,
          "column": 45
        },
        "end": {
          "line": 112,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3144,
      "end": 3151,
      "loc": {
        "start": {
          "line": 113,
          "column": 10
        },
        "end": {
          "line": 113,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3151,
      "end": 3152,
      "loc": {
        "start": {
          "line": 113,
          "column": 17
        },
        "end": {
          "line": 113,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundles",
      "start": 3152,
      "end": 3159,
      "loc": {
        "start": {
          "line": 113,
          "column": 18
        },
        "end": {
          "line": 113,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3159,
      "end": 3160,
      "loc": {
        "start": {
          "line": 113,
          "column": 25
        },
        "end": {
          "line": 113,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 113,
          "column": 26
        },
        "end": {
          "line": 113,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3170,
      "end": 3171,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3171,
      "end": 3172,
      "loc": {
        "start": {
          "line": 114,
          "column": 9
        },
        "end": {
          "line": 114,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 114,
          "column": 10
        },
        "end": {
          "line": 114,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3180,
      "end": 3181,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3182,
      "end": 3187,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 115,
          "column": 14
        },
        "end": {
          "line": 115,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3189,
      "end": 3192,
      "loc": {
        "start": {
          "line": 115,
          "column": 15
        },
        "end": {
          "line": 115,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3192,
      "end": 3193,
      "loc": {
        "start": {
          "line": 115,
          "column": 18
        },
        "end": {
          "line": 115,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3194,
      "end": 3195,
      "loc": {
        "start": {
          "line": 115,
          "column": 20
        },
        "end": {
          "line": 115,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3204,
      "end": 3210,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3210,
      "end": 3211,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 3211,
      "end": 3214,
      "loc": {
        "start": {
          "line": 116,
          "column": 15
        },
        "end": {
          "line": 116,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3214,
      "end": 3215,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3215,
      "end": 3216,
      "loc": {
        "start": {
          "line": 116,
          "column": 19
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3223,
      "end": 3224,
      "loc": {
        "start": {
          "line": 117,
          "column": 6
        },
        "end": {
          "line": 117,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3229,
      "end": 3230,
      "loc": {
        "start": {
          "line": 118,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3230,
      "end": 3231,
      "loc": {
        "start": {
          "line": 118,
          "column": 5
        },
        "end": {
          "line": 118,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3231,
      "end": 3232,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 119,
          "column": 2
        },
        "end": {
          "line": 119,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @param {object} config\n * @param {string} config.src path/to/js\n * @param {string} config.dest destination to write to\n * @param {string} config.format format to build ['es', 'iife', 'amd', 'cjs']\n * @param {string} config.name the name of your element/app\n * @param {string} config.moduleName the moduleName for your element/app (not needed for es & cjs)\n * @param {boolean} config.sourceMap Wether or not to build sourceMaps defaults to 'true'\n * @param {object} config.plugins rollup plugins to use [see](https://github.com/rollup/rollup/wiki/Plugins)\n ",
      "start": 3238,
      "end": 3803,
      "loc": {
        "start": {
          "line": 121,
          "column": 0
        },
        "end": {
          "line": 130,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 3806,
      "end": 3812,
      "loc": {
        "start": {
          "line": 131,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3812,
      "end": 3813,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 3813,
      "end": 3819,
      "loc": {
        "start": {
          "line": 131,
          "column": 9
        },
        "end": {
          "line": 131,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3820,
      "end": 3821,
      "loc": {
        "start": {
          "line": 131,
          "column": 16
        },
        "end": {
          "line": 131,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3822,
      "end": 3823,
      "loc": {
        "start": {
          "line": 131,
          "column": 18
        },
        "end": {
          "line": 131,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 3823,
      "end": 3826,
      "loc": {
        "start": {
          "line": 131,
          "column": 19
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3826,
      "end": 3827,
      "loc": {
        "start": {
          "line": 131,
          "column": 22
        },
        "end": {
          "line": 131,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3828,
      "end": 3832,
      "loc": {
        "start": {
          "line": 131,
          "column": 24
        },
        "end": {
          "line": 131,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 131,
          "column": 28
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 3834,
      "end": 3838,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3838,
      "end": 3839,
      "loc": {
        "start": {
          "line": 131,
          "column": 34
        },
        "end": {
          "line": 131,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bundle.js",
      "start": 3840,
      "end": 3851,
      "loc": {
        "start": {
          "line": 131,
          "column": 36
        },
        "end": {
          "line": 131,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3851,
      "end": 3852,
      "loc": {
        "start": {
          "line": 131,
          "column": 47
        },
        "end": {
          "line": 131,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 3853,
      "end": 3859,
      "loc": {
        "start": {
          "line": 131,
          "column": 49
        },
        "end": {
          "line": 131,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3859,
      "end": 3860,
      "loc": {
        "start": {
          "line": 131,
          "column": 55
        },
        "end": {
          "line": 131,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "iife",
      "start": 3861,
      "end": 3867,
      "loc": {
        "start": {
          "line": 131,
          "column": 57
        },
        "end": {
          "line": 131,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3867,
      "end": 3868,
      "loc": {
        "start": {
          "line": 131,
          "column": 63
        },
        "end": {
          "line": 131,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3869,
      "end": 3873,
      "loc": {
        "start": {
          "line": 131,
          "column": 65
        },
        "end": {
          "line": 131,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3873,
      "end": 3874,
      "loc": {
        "start": {
          "line": 131,
          "column": 69
        },
        "end": {
          "line": 131,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3875,
      "end": 3879,
      "loc": {
        "start": {
          "line": 131,
          "column": 71
        },
        "end": {
          "line": 131,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3879,
      "end": 3880,
      "loc": {
        "start": {
          "line": 131,
          "column": 75
        },
        "end": {
          "line": 131,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugins",
      "start": 3881,
      "end": 3888,
      "loc": {
        "start": {
          "line": 131,
          "column": 77
        },
        "end": {
          "line": 131,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3888,
      "end": 3889,
      "loc": {
        "start": {
          "line": 131,
          "column": 84
        },
        "end": {
          "line": 131,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3890,
      "end": 3891,
      "loc": {
        "start": {
          "line": 131,
          "column": 86
        },
        "end": {
          "line": 131,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3891,
      "end": 3892,
      "loc": {
        "start": {
          "line": 131,
          "column": 87
        },
        "end": {
          "line": 131,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3892,
      "end": 3893,
      "loc": {
        "start": {
          "line": 131,
          "column": 88
        },
        "end": {
          "line": 131,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduleName",
      "start": 3894,
      "end": 3904,
      "loc": {
        "start": {
          "line": 131,
          "column": 90
        },
        "end": {
          "line": 131,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3904,
      "end": 3905,
      "loc": {
        "start": {
          "line": 131,
          "column": 100
        },
        "end": {
          "line": 131,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3906,
      "end": 3910,
      "loc": {
        "start": {
          "line": 131,
          "column": 102
        },
        "end": {
          "line": 131,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3910,
      "end": 3911,
      "loc": {
        "start": {
          "line": 131,
          "column": 106
        },
        "end": {
          "line": 131,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceMap",
      "start": 3912,
      "end": 3921,
      "loc": {
        "start": {
          "line": 131,
          "column": 108
        },
        "end": {
          "line": 131,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3921,
      "end": 3922,
      "loc": {
        "start": {
          "line": 131,
          "column": 117
        },
        "end": {
          "line": 131,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3923,
      "end": 3927,
      "loc": {
        "start": {
          "line": 131,
          "column": 119
        },
        "end": {
          "line": 131,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3927,
      "end": 3928,
      "loc": {
        "start": {
          "line": 131,
          "column": 123
        },
        "end": {
          "line": 131,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 131,
          "column": 124
        },
        "end": {
          "line": 131,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3930,
      "end": 3931,
      "loc": {
        "start": {
          "line": 131,
          "column": 126
        },
        "end": {
          "line": 131,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3936,
      "end": 3942,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3943,
      "end": 3946,
      "loc": {
        "start": {
          "line": 132,
          "column": 11
        },
        "end": {
          "line": 132,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 3947,
      "end": 3954,
      "loc": {
        "start": {
          "line": 132,
          "column": 15
        },
        "end": {
          "line": 132,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3954,
      "end": 3955,
      "loc": {
        "start": {
          "line": 132,
          "column": 22
        },
        "end": {
          "line": 132,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3955,
      "end": 3956,
      "loc": {
        "start": {
          "line": 132,
          "column": 23
        },
        "end": {
          "line": 132,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3956,
      "end": 3963,
      "loc": {
        "start": {
          "line": 132,
          "column": 24
        },
        "end": {
          "line": 132,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3963,
      "end": 3964,
      "loc": {
        "start": {
          "line": 132,
          "column": 31
        },
        "end": {
          "line": 132,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3965,
      "end": 3971,
      "loc": {
        "start": {
          "line": 132,
          "column": 33
        },
        "end": {
          "line": 132,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3971,
      "end": 3972,
      "loc": {
        "start": {
          "line": 132,
          "column": 39
        },
        "end": {
          "line": 132,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3973,
      "end": 3975,
      "loc": {
        "start": {
          "line": 132,
          "column": 41
        },
        "end": {
          "line": 132,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3976,
      "end": 3977,
      "loc": {
        "start": {
          "line": 132,
          "column": 44
        },
        "end": {
          "line": 132,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3984,
      "end": 3987,
      "loc": {
        "start": {
          "line": 133,
          "column": 6
        },
        "end": {
          "line": 133,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugins",
      "start": 3988,
      "end": 3995,
      "loc": {
        "start": {
          "line": 133,
          "column": 10
        },
        "end": {
          "line": 133,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3996,
      "end": 3997,
      "loc": {
        "start": {
          "line": 133,
          "column": 18
        },
        "end": {
          "line": 133,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 3998,
      "end": 4004,
      "loc": {
        "start": {
          "line": 133,
          "column": 20
        },
        "end": {
          "line": 133,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4004,
      "end": 4005,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugins",
      "start": 4005,
      "end": 4012,
      "loc": {
        "start": {
          "line": 133,
          "column": 27
        },
        "end": {
          "line": 133,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4013,
      "end": 4015,
      "loc": {
        "start": {
          "line": 133,
          "column": 35
        },
        "end": {
          "line": 133,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4016,
      "end": 4017,
      "loc": {
        "start": {
          "line": 133,
          "column": 38
        },
        "end": {
          "line": 133,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4017,
      "end": 4018,
      "loc": {
        "start": {
          "line": 133,
          "column": 39
        },
        "end": {
          "line": 133,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4018,
      "end": 4019,
      "loc": {
        "start": {
          "line": 133,
          "column": 40
        },
        "end": {
          "line": 133,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4026,
      "end": 4028,
      "loc": {
        "start": {
          "line": 134,
          "column": 6
        },
        "end": {
          "line": 134,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4029,
      "end": 4030,
      "loc": {
        "start": {
          "line": 134,
          "column": 9
        },
        "end": {
          "line": 134,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4030,
      "end": 4036,
      "loc": {
        "start": {
          "line": 134,
          "column": 10
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4036,
      "end": 4037,
      "loc": {
        "start": {
          "line": 134,
          "column": 16
        },
        "end": {
          "line": 134,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 4037,
      "end": 4042,
      "loc": {
        "start": {
          "line": 134,
          "column": 17
        },
        "end": {
          "line": 134,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4042,
      "end": 4043,
      "loc": {
        "start": {
          "line": 134,
          "column": 22
        },
        "end": {
          "line": 134,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4044,
      "end": 4045,
      "loc": {
        "start": {
          "line": 134,
          "column": 24
        },
        "end": {
          "line": 134,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4054,
      "end": 4059,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 4060,
      "end": 4065,
      "loc": {
        "start": {
          "line": 135,
          "column": 14
        },
        "end": {
          "line": 135,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4066,
      "end": 4067,
      "loc": {
        "start": {
          "line": 135,
          "column": 20
        },
        "end": {
          "line": 135,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 4068,
      "end": 4075,
      "loc": {
        "start": {
          "line": 135,
          "column": 22
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4075,
      "end": 4076,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "rollup-plugin-babel",
      "start": 4076,
      "end": 4097,
      "loc": {
        "start": {
          "line": 135,
          "column": 30
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4097,
      "end": 4098,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4098,
      "end": 4099,
      "loc": {
        "start": {
          "line": 135,
          "column": 52
        },
        "end": {
          "line": 135,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugins",
      "start": 4108,
      "end": 4115,
      "loc": {
        "start": {
          "line": 136,
          "column": 8
        },
        "end": {
          "line": 136,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4115,
      "end": 4116,
      "loc": {
        "start": {
          "line": 136,
          "column": 15
        },
        "end": {
          "line": 136,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 4116,
      "end": 4120,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4120,
      "end": 4121,
      "loc": {
        "start": {
          "line": 136,
          "column": 20
        },
        "end": {
          "line": 136,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 4121,
      "end": 4126,
      "loc": {
        "start": {
          "line": 136,
          "column": 21
        },
        "end": {
          "line": 136,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4126,
      "end": 4127,
      "loc": {
        "start": {
          "line": 136,
          "column": 26
        },
        "end": {
          "line": 136,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4127,
      "end": 4133,
      "loc": {
        "start": {
          "line": 136,
          "column": 27
        },
        "end": {
          "line": 136,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4133,
      "end": 4134,
      "loc": {
        "start": {
          "line": 136,
          "column": 33
        },
        "end": {
          "line": 136,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "babel",
      "start": 4134,
      "end": 4139,
      "loc": {
        "start": {
          "line": 136,
          "column": 34
        },
        "end": {
          "line": 136,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4139,
      "end": 4140,
      "loc": {
        "start": {
          "line": 136,
          "column": 39
        },
        "end": {
          "line": 136,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4140,
      "end": 4141,
      "loc": {
        "start": {
          "line": 136,
          "column": 40
        },
        "end": {
          "line": 136,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4141,
      "end": 4142,
      "loc": {
        "start": {
          "line": 136,
          "column": 41
        },
        "end": {
          "line": 136,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4149,
      "end": 4150,
      "loc": {
        "start": {
          "line": 137,
          "column": 6
        },
        "end": {
          "line": 137,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rollup",
      "start": 4157,
      "end": 4163,
      "loc": {
        "start": {
          "line": 138,
          "column": 6
        },
        "end": {
          "line": 138,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4163,
      "end": 4164,
      "loc": {
        "start": {
          "line": 138,
          "column": 12
        },
        "end": {
          "line": 138,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4164,
      "end": 4165,
      "loc": {
        "start": {
          "line": 138,
          "column": 13
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entry",
      "start": 4174,
      "end": 4179,
      "loc": {
        "start": {
          "line": 139,
          "column": 8
        },
        "end": {
          "line": 139,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4179,
      "end": 4180,
      "loc": {
        "start": {
          "line": 139,
          "column": 13
        },
        "end": {
          "line": 139,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4181,
      "end": 4182,
      "loc": {
        "start": {
          "line": 139,
          "column": 15
        },
        "end": {
          "line": 139,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4182,
      "end": 4182,
      "loc": {
        "start": {
          "line": 139,
          "column": 16
        },
        "end": {
          "line": 139,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4182,
      "end": 4184,
      "loc": {
        "start": {
          "line": 139,
          "column": 16
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 4184,
      "end": 4191,
      "loc": {
        "start": {
          "line": 139,
          "column": 18
        },
        "end": {
          "line": 139,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4191,
      "end": 4192,
      "loc": {
        "start": {
          "line": 139,
          "column": 25
        },
        "end": {
          "line": 139,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cwd",
      "start": 4192,
      "end": 4195,
      "loc": {
        "start": {
          "line": 139,
          "column": 26
        },
        "end": {
          "line": 139,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4195,
      "end": 4196,
      "loc": {
        "start": {
          "line": 139,
          "column": 29
        },
        "end": {
          "line": 139,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 139,
          "column": 30
        },
        "end": {
          "line": 139,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4197,
      "end": 4198,
      "loc": {
        "start": {
          "line": 139,
          "column": 31
        },
        "end": {
          "line": 139,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 4198,
      "end": 4199,
      "loc": {
        "start": {
          "line": 139,
          "column": 32
        },
        "end": {
          "line": 139,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4199,
      "end": 4201,
      "loc": {
        "start": {
          "line": 139,
          "column": 33
        },
        "end": {
          "line": 139,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4201,
      "end": 4207,
      "loc": {
        "start": {
          "line": 139,
          "column": 35
        },
        "end": {
          "line": 139,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4207,
      "end": 4208,
      "loc": {
        "start": {
          "line": 139,
          "column": 41
        },
        "end": {
          "line": 139,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 4208,
      "end": 4211,
      "loc": {
        "start": {
          "line": 139,
          "column": 42
        },
        "end": {
          "line": 139,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4211,
      "end": 4212,
      "loc": {
        "start": {
          "line": 139,
          "column": 45
        },
        "end": {
          "line": 139,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4212,
      "end": 4212,
      "loc": {
        "start": {
          "line": 139,
          "column": 46
        },
        "end": {
          "line": 139,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4212,
      "end": 4213,
      "loc": {
        "start": {
          "line": 139,
          "column": 46
        },
        "end": {
          "line": 139,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4213,
      "end": 4214,
      "loc": {
        "start": {
          "line": 139,
          "column": 47
        },
        "end": {
          "line": 139,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugins",
      "start": 4223,
      "end": 4230,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4230,
      "end": 4231,
      "loc": {
        "start": {
          "line": 140,
          "column": 15
        },
        "end": {
          "line": 140,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugins",
      "start": 4232,
      "end": 4239,
      "loc": {
        "start": {
          "line": 140,
          "column": 17
        },
        "end": {
          "line": 140,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4239,
      "end": 4240,
      "loc": {
        "start": {
          "line": 140,
          "column": 24
        },
        "end": {
          "line": 140,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cache",
      "start": 4249,
      "end": 4254,
      "loc": {
        "start": {
          "line": 141,
          "column": 8
        },
        "end": {
          "line": 141,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4254,
      "end": 4255,
      "loc": {
        "start": {
          "line": 141,
          "column": 13
        },
        "end": {
          "line": 141,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cache",
      "start": 4256,
      "end": 4261,
      "loc": {
        "start": {
          "line": 141,
          "column": 15
        },
        "end": {
          "line": 141,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4261,
      "end": 4262,
      "loc": {
        "start": {
          "line": 141,
          "column": 20
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Use the previous bundle as starting point.",
      "start": 4269,
      "end": 4314,
      "loc": {
        "start": {
          "line": 142,
          "column": 6
        },
        "end": {
          "line": 142,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onwarn",
      "start": 4323,
      "end": 4329,
      "loc": {
        "start": {
          "line": 143,
          "column": 8
        },
        "end": {
          "line": 143,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4329,
      "end": 4330,
      "loc": {
        "start": {
          "line": 143,
          "column": 14
        },
        "end": {
          "line": 143,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warning",
      "start": 4331,
      "end": 4338,
      "loc": {
        "start": {
          "line": 143,
          "column": 16
        },
        "end": {
          "line": 143,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4339,
      "end": 4341,
      "loc": {
        "start": {
          "line": 143,
          "column": 24
        },
        "end": {
          "line": 143,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4342,
      "end": 4343,
      "loc": {
        "start": {
          "line": 143,
          "column": 27
        },
        "end": {
          "line": 143,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warnings",
      "start": 4354,
      "end": 4362,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4362,
      "end": 4363,
      "loc": {
        "start": {
          "line": 144,
          "column": 18
        },
        "end": {
          "line": 144,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 4363,
      "end": 4367,
      "loc": {
        "start": {
          "line": 144,
          "column": 19
        },
        "end": {
          "line": 144,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4367,
      "end": 4368,
      "loc": {
        "start": {
          "line": 144,
          "column": 23
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warning",
      "start": 4368,
      "end": 4375,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4375,
      "end": 4376,
      "loc": {
        "start": {
          "line": 144,
          "column": 31
        },
        "end": {
          "line": 144,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4376,
      "end": 4377,
      "loc": {
        "start": {
          "line": 144,
          "column": 32
        },
        "end": {
          "line": 144,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4386,
      "end": 4387,
      "loc": {
        "start": {
          "line": 145,
          "column": 8
        },
        "end": {
          "line": 145,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4394,
      "end": 4395,
      "loc": {
        "start": {
          "line": 146,
          "column": 6
        },
        "end": {
          "line": 146,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4395,
      "end": 4396,
      "loc": {
        "start": {
          "line": 146,
          "column": 7
        },
        "end": {
          "line": 146,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4396,
      "end": 4397,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 4397,
      "end": 4401,
      "loc": {
        "start": {
          "line": 146,
          "column": 9
        },
        "end": {
          "line": 146,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4401,
      "end": 4402,
      "loc": {
        "start": {
          "line": 146,
          "column": 13
        },
        "end": {
          "line": 146,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 4402,
      "end": 4408,
      "loc": {
        "start": {
          "line": 146,
          "column": 14
        },
        "end": {
          "line": 146,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4409,
      "end": 4411,
      "loc": {
        "start": {
          "line": 146,
          "column": 21
        },
        "end": {
          "line": 146,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4412,
      "end": 4413,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cache",
      "start": 4422,
      "end": 4427,
      "loc": {
        "start": {
          "line": 147,
          "column": 8
        },
        "end": {
          "line": 147,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4428,
      "end": 4429,
      "loc": {
        "start": {
          "line": 147,
          "column": 14
        },
        "end": {
          "line": 147,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 4430,
      "end": 4436,
      "loc": {
        "start": {
          "line": 147,
          "column": 16
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4436,
      "end": 4437,
      "loc": {
        "start": {
          "line": 147,
          "column": 22
        },
        "end": {
          "line": 147,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bundle",
      "start": 4446,
      "end": 4452,
      "loc": {
        "start": {
          "line": 148,
          "column": 8
        },
        "end": {
          "line": 148,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4452,
      "end": 4453,
      "loc": {
        "start": {
          "line": 148,
          "column": 14
        },
        "end": {
          "line": 148,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "write",
      "start": 4453,
      "end": 4458,
      "loc": {
        "start": {
          "line": 148,
          "column": 15
        },
        "end": {
          "line": 148,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4458,
      "end": 4459,
      "loc": {
        "start": {
          "line": 148,
          "column": 20
        },
        "end": {
          "line": 148,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4459,
      "end": 4460,
      "loc": {
        "start": {
          "line": 148,
          "column": 21
        },
        "end": {
          "line": 148,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " output format - 'amd', 'cjs', 'es', 'iife', 'umd'",
      "start": 4469,
      "end": 4521,
      "loc": {
        "start": {
          "line": 149,
          "column": 8
        },
        "end": {
          "line": 149,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 4532,
      "end": 4538,
      "loc": {
        "start": {
          "line": 150,
          "column": 10
        },
        "end": {
          "line": 150,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4538,
      "end": 4539,
      "loc": {
        "start": {
          "line": 150,
          "column": 16
        },
        "end": {
          "line": 150,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4540,
      "end": 4546,
      "loc": {
        "start": {
          "line": 150,
          "column": 18
        },
        "end": {
          "line": 150,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4546,
      "end": 4547,
      "loc": {
        "start": {
          "line": 150,
          "column": 24
        },
        "end": {
          "line": 150,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 4547,
      "end": 4553,
      "loc": {
        "start": {
          "line": 150,
          "column": 25
        },
        "end": {
          "line": 150,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4553,
      "end": 4554,
      "loc": {
        "start": {
          "line": 150,
          "column": 31
        },
        "end": {
          "line": 150,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduleName",
      "start": 4565,
      "end": 4575,
      "loc": {
        "start": {
          "line": 151,
          "column": 10
        },
        "end": {
          "line": 151,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4575,
      "end": 4576,
      "loc": {
        "start": {
          "line": 151,
          "column": 20
        },
        "end": {
          "line": 151,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4577,
      "end": 4583,
      "loc": {
        "start": {
          "line": 151,
          "column": 22
        },
        "end": {
          "line": 151,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4583,
      "end": 4584,
      "loc": {
        "start": {
          "line": 151,
          "column": 28
        },
        "end": {
          "line": 151,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduleName",
      "start": 4584,
      "end": 4594,
      "loc": {
        "start": {
          "line": 151,
          "column": 29
        },
        "end": {
          "line": 151,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4594,
      "end": 4595,
      "loc": {
        "start": {
          "line": 151,
          "column": 39
        },
        "end": {
          "line": 151,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceMap",
      "start": 4606,
      "end": 4615,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4615,
      "end": 4616,
      "loc": {
        "start": {
          "line": 152,
          "column": 19
        },
        "end": {
          "line": 152,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4617,
      "end": 4623,
      "loc": {
        "start": {
          "line": 152,
          "column": 21
        },
        "end": {
          "line": 152,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4623,
      "end": 4624,
      "loc": {
        "start": {
          "line": 152,
          "column": 27
        },
        "end": {
          "line": 152,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceMap",
      "start": 4624,
      "end": 4633,
      "loc": {
        "start": {
          "line": 152,
          "column": 28
        },
        "end": {
          "line": 152,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4633,
      "end": 4634,
      "loc": {
        "start": {
          "line": 152,
          "column": 37
        },
        "end": {
          "line": 152,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 4645,
      "end": 4649,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4649,
      "end": 4650,
      "loc": {
        "start": {
          "line": 153,
          "column": 14
        },
        "end": {
          "line": 153,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4651,
      "end": 4652,
      "loc": {
        "start": {
          "line": 153,
          "column": 16
        },
        "end": {
          "line": 153,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4652,
      "end": 4652,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4652,
      "end": 4654,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 4654,
      "end": 4661,
      "loc": {
        "start": {
          "line": 153,
          "column": 19
        },
        "end": {
          "line": 153,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4661,
      "end": 4662,
      "loc": {
        "start": {
          "line": 153,
          "column": 26
        },
        "end": {
          "line": 153,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cwd",
      "start": 4662,
      "end": 4665,
      "loc": {
        "start": {
          "line": 153,
          "column": 27
        },
        "end": {
          "line": 153,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 153,
          "column": 30
        },
        "end": {
          "line": 153,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4666,
      "end": 4667,
      "loc": {
        "start": {
          "line": 153,
          "column": 31
        },
        "end": {
          "line": 153,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4667,
      "end": 4668,
      "loc": {
        "start": {
          "line": 153,
          "column": 32
        },
        "end": {
          "line": 153,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 4668,
      "end": 4669,
      "loc": {
        "start": {
          "line": 153,
          "column": 33
        },
        "end": {
          "line": 153,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4669,
      "end": 4671,
      "loc": {
        "start": {
          "line": 153,
          "column": 34
        },
        "end": {
          "line": 153,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4671,
      "end": 4677,
      "loc": {
        "start": {
          "line": 153,
          "column": 36
        },
        "end": {
          "line": 153,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4677,
      "end": 4678,
      "loc": {
        "start": {
          "line": 153,
          "column": 42
        },
        "end": {
          "line": 153,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dest",
      "start": 4678,
      "end": 4682,
      "loc": {
        "start": {
          "line": 153,
          "column": 43
        },
        "end": {
          "line": 153,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4682,
      "end": 4683,
      "loc": {
        "start": {
          "line": 153,
          "column": 47
        },
        "end": {
          "line": 153,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4683,
      "end": 4683,
      "loc": {
        "start": {
          "line": 153,
          "column": 48
        },
        "end": {
          "line": 153,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4683,
      "end": 4684,
      "loc": {
        "start": {
          "line": 153,
          "column": 48
        },
        "end": {
          "line": 153,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4693,
      "end": 4694,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4694,
      "end": 4695,
      "loc": {
        "start": {
          "line": 154,
          "column": 9
        },
        "end": {
          "line": 154,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4695,
      "end": 4696,
      "loc": {
        "start": {
          "line": 154,
          "column": 10
        },
        "end": {
          "line": 154,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 4705,
      "end": 4714,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4714,
      "end": 4715,
      "loc": {
        "start": {
          "line": 155,
          "column": 17
        },
        "end": {
          "line": 155,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 4715,
      "end": 4719,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4719,
      "end": 4720,
      "loc": {
        "start": {
          "line": 155,
          "column": 22
        },
        "end": {
          "line": 155,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 4720,
      "end": 4726,
      "loc": {
        "start": {
          "line": 155,
          "column": 23
        },
        "end": {
          "line": 155,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4726,
      "end": 4727,
      "loc": {
        "start": {
          "line": 155,
          "column": 29
        },
        "end": {
          "line": 155,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_chalk",
      "start": 4727,
      "end": 4733,
      "loc": {
        "start": {
          "line": 155,
          "column": 30
        },
        "end": {
          "line": 155,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4733,
      "end": 4734,
      "loc": {
        "start": {
          "line": 155,
          "column": 36
        },
        "end": {
          "line": 155,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4734,
      "end": 4735,
      "loc": {
        "start": {
          "line": 155,
          "column": 37
        },
        "end": {
          "line": 155,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4735,
      "end": 4735,
      "loc": {
        "start": {
          "line": 155,
          "column": 38
        },
        "end": {
          "line": 155,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4735,
      "end": 4737,
      "loc": {
        "start": {
          "line": 155,
          "column": 38
        },
        "end": {
          "line": 155,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 4737,
      "end": 4743,
      "loc": {
        "start": {
          "line": 155,
          "column": 40
        },
        "end": {
          "line": 155,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4743,
      "end": 4744,
      "loc": {
        "start": {
          "line": 155,
          "column": 46
        },
        "end": {
          "line": 155,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4744,
      "end": 4748,
      "loc": {
        "start": {
          "line": 155,
          "column": 47
        },
        "end": {
          "line": 155,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4748,
      "end": 4749,
      "loc": {
        "start": {
          "line": 155,
          "column": 51
        },
        "end": {
          "line": 155,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "::build finished",
      "start": 4749,
      "end": 4765,
      "loc": {
        "start": {
          "line": 155,
          "column": 52
        },
        "end": {
          "line": 155,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4765,
      "end": 4766,
      "loc": {
        "start": {
          "line": 155,
          "column": 68
        },
        "end": {
          "line": 155,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4766,
      "end": 4767,
      "loc": {
        "start": {
          "line": 155,
          "column": 69
        },
        "end": {
          "line": 155,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cyan",
      "start": 4768,
      "end": 4774,
      "loc": {
        "start": {
          "line": 155,
          "column": 71
        },
        "end": {
          "line": 155,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4774,
      "end": 4775,
      "loc": {
        "start": {
          "line": 155,
          "column": 77
        },
        "end": {
          "line": 155,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4775,
      "end": 4776,
      "loc": {
        "start": {
          "line": 155,
          "column": 78
        },
        "end": {
          "line": 155,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4776,
      "end": 4777,
      "loc": {
        "start": {
          "line": 155,
          "column": 79
        },
        "end": {
          "line": 155,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setTimeout",
      "start": 4786,
      "end": 4796,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4796,
      "end": 4797,
      "loc": {
        "start": {
          "line": 156,
          "column": 18
        },
        "end": {
          "line": 156,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4797,
      "end": 4798,
      "loc": {
        "start": {
          "line": 156,
          "column": 19
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4798,
      "end": 4799,
      "loc": {
        "start": {
          "line": 156,
          "column": 20
        },
        "end": {
          "line": 156,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4800,
      "end": 4802,
      "loc": {
        "start": {
          "line": 156,
          "column": 22
        },
        "end": {
          "line": 156,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 156,
          "column": 25
        },
        "end": {
          "line": 156,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 4815,
      "end": 4822,
      "loc": {
        "start": {
          "line": 157,
          "column": 10
        },
        "end": {
          "line": 157,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4822,
      "end": 4823,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4823,
      "end": 4824,
      "loc": {
        "start": {
          "line": 157,
          "column": 18
        },
        "end": {
          "line": 157,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4824,
      "end": 4825,
      "loc": {
        "start": {
          "line": 157,
          "column": 19
        },
        "end": {
          "line": 157,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4834,
      "end": 4835,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4835,
      "end": 4836,
      "loc": {
        "start": {
          "line": 158,
          "column": 9
        },
        "end": {
          "line": 158,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 100,
      "start": 4837,
      "end": 4840,
      "loc": {
        "start": {
          "line": 158,
          "column": 11
        },
        "end": {
          "line": 158,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4840,
      "end": 4841,
      "loc": {
        "start": {
          "line": 158,
          "column": 14
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4841,
      "end": 4842,
      "loc": {
        "start": {
          "line": 158,
          "column": 15
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4849,
      "end": 4850,
      "loc": {
        "start": {
          "line": 159,
          "column": 6
        },
        "end": {
          "line": 159,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4850,
      "end": 4851,
      "loc": {
        "start": {
          "line": 159,
          "column": 7
        },
        "end": {
          "line": 159,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 159,
          "column": 8
        },
        "end": {
          "line": 159,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 4852,
      "end": 4857,
      "loc": {
        "start": {
          "line": 159,
          "column": 9
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4857,
      "end": 4858,
      "loc": {
        "start": {
          "line": 159,
          "column": 14
        },
        "end": {
          "line": 159,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4858,
      "end": 4861,
      "loc": {
        "start": {
          "line": 159,
          "column": 15
        },
        "end": {
          "line": 159,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4862,
      "end": 4864,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4865,
      "end": 4866,
      "loc": {
        "start": {
          "line": 159,
          "column": 22
        },
        "end": {
          "line": 159,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4875,
      "end": 4880,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 4881,
      "end": 4885,
      "loc": {
        "start": {
          "line": 160,
          "column": 14
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4886,
      "end": 4887,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4888,
      "end": 4891,
      "loc": {
        "start": {
          "line": 160,
          "column": 21
        },
        "end": {
          "line": 160,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4891,
      "end": 4892,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 4892,
      "end": 4896,
      "loc": {
        "start": {
          "line": 160,
          "column": 25
        },
        "end": {
          "line": 160,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4896,
      "end": 4897,
      "loc": {
        "start": {
          "line": 160,
          "column": 29
        },
        "end": {
          "line": 160,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 4906,
      "end": 4915,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4915,
      "end": 4916,
      "loc": {
        "start": {
          "line": 161,
          "column": 17
        },
        "end": {
          "line": 161,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 4916,
      "end": 4920,
      "loc": {
        "start": {
          "line": 161,
          "column": 18
        },
        "end": {
          "line": 161,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4920,
      "end": 4921,
      "loc": {
        "start": {
          "line": 161,
          "column": 22
        },
        "end": {
          "line": 161,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "pauze",
      "start": 4921,
      "end": 4928,
      "loc": {
        "start": {
          "line": 161,
          "column": 23
        },
        "end": {
          "line": 161,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4928,
      "end": 4929,
      "loc": {
        "start": {
          "line": 161,
          "column": 30
        },
        "end": {
          "line": 161,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4929,
      "end": 4930,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 4939,
      "end": 4945,
      "loc": {
        "start": {
          "line": 162,
          "column": 8
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4945,
      "end": 4946,
      "loc": {
        "start": {
          "line": 162,
          "column": 14
        },
        "end": {
          "line": 162,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 4946,
      "end": 4951,
      "loc": {
        "start": {
          "line": 162,
          "column": 15
        },
        "end": {
          "line": 162,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4951,
      "end": 4952,
      "loc": {
        "start": {
          "line": 162,
          "column": 20
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 4952,
      "end": 4955,
      "loc": {
        "start": {
          "line": 162,
          "column": 21
        },
        "end": {
          "line": 162,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4955,
      "end": 4956,
      "loc": {
        "start": {
          "line": 162,
          "column": 24
        },
        "end": {
          "line": 162,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4956,
      "end": 4957,
      "loc": {
        "start": {
          "line": 162,
          "column": 25
        },
        "end": {
          "line": 162,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4966,
      "end": 4968,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 163,
          "column": 11
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 4970,
      "end": 4974,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4975,
      "end": 4978,
      "loc": {
        "start": {
          "line": 163,
          "column": 17
        },
        "end": {
          "line": 163,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PLUGIN_ERROR",
      "start": 4979,
      "end": 4993,
      "loc": {
        "start": {
          "line": 163,
          "column": 21
        },
        "end": {
          "line": 163,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4994,
      "end": 4996,
      "loc": {
        "start": {
          "line": 163,
          "column": 36
        },
        "end": {
          "line": 163,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 4997,
      "end": 5001,
      "loc": {
        "start": {
          "line": 163,
          "column": 39
        },
        "end": {
          "line": 163,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5002,
      "end": 5005,
      "loc": {
        "start": {
          "line": 163,
          "column": 44
        },
        "end": {
          "line": 163,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UNRESOLVED_ENTRY",
      "start": 5006,
      "end": 5024,
      "loc": {
        "start": {
          "line": 163,
          "column": 48
        },
        "end": {
          "line": 163,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5024,
      "end": 5025,
      "loc": {
        "start": {
          "line": 163,
          "column": 66
        },
        "end": {
          "line": 163,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5026,
      "end": 5027,
      "loc": {
        "start": {
          "line": 163,
          "column": 68
        },
        "end": {
          "line": 163,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 5038,
      "end": 5047,
      "loc": {
        "start": {
          "line": 164,
          "column": 10
        },
        "end": {
          "line": 164,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5047,
      "end": 5048,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "kill",
      "start": 5048,
      "end": 5052,
      "loc": {
        "start": {
          "line": 164,
          "column": 20
        },
        "end": {
          "line": 164,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 164,
          "column": 24
        },
        "end": {
          "line": 164,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SIGINT",
      "start": 5053,
      "end": 5061,
      "loc": {
        "start": {
          "line": 164,
          "column": 25
        },
        "end": {
          "line": 164,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5061,
      "end": 5062,
      "loc": {
        "start": {
          "line": 164,
          "column": 33
        },
        "end": {
          "line": 164,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5062,
      "end": 5063,
      "loc": {
        "start": {
          "line": 164,
          "column": 34
        },
        "end": {
          "line": 164,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5072,
      "end": 5073,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5074,
      "end": 5078,
      "loc": {
        "start": {
          "line": 165,
          "column": 10
        },
        "end": {
          "line": 165,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5079,
      "end": 5080,
      "loc": {
        "start": {
          "line": 165,
          "column": 15
        },
        "end": {
          "line": 165,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 5091,
      "end": 5097,
      "loc": {
        "start": {
          "line": 166,
          "column": 10
        },
        "end": {
          "line": 166,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5097,
      "end": 5098,
      "loc": {
        "start": {
          "line": 166,
          "column": 16
        },
        "end": {
          "line": 166,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 5098,
      "end": 5102,
      "loc": {
        "start": {
          "line": 166,
          "column": 17
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5102,
      "end": 5103,
      "loc": {
        "start": {
          "line": 166,
          "column": 21
        },
        "end": {
          "line": 166,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "trying to resume the build ...",
      "start": 5103,
      "end": 5135,
      "loc": {
        "start": {
          "line": 166,
          "column": 22
        },
        "end": {
          "line": 166,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5135,
      "end": 5136,
      "loc": {
        "start": {
          "line": 166,
          "column": 54
        },
        "end": {
          "line": 166,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 166,
          "column": 55
        },
        "end": {
          "line": 166,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logWorker",
      "start": 5148,
      "end": 5157,
      "loc": {
        "start": {
          "line": 167,
          "column": 10
        },
        "end": {
          "line": 167,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5157,
      "end": 5158,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "send",
      "start": 5158,
      "end": 5162,
      "loc": {
        "start": {
          "line": 167,
          "column": 20
        },
        "end": {
          "line": 167,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5162,
      "end": 5163,
      "loc": {
        "start": {
          "line": 167,
          "column": 24
        },
        "end": {
          "line": 167,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "resume",
      "start": 5163,
      "end": 5171,
      "loc": {
        "start": {
          "line": 167,
          "column": 25
        },
        "end": {
          "line": 167,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5171,
      "end": 5172,
      "loc": {
        "start": {
          "line": 167,
          "column": 33
        },
        "end": {
          "line": 167,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5172,
      "end": 5173,
      "loc": {
        "start": {
          "line": 167,
          "column": 34
        },
        "end": {
          "line": 167,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5182,
      "end": 5183,
      "loc": {
        "start": {
          "line": 168,
          "column": 8
        },
        "end": {
          "line": 168,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 5192,
      "end": 5198,
      "loc": {
        "start": {
          "line": 169,
          "column": 8
        },
        "end": {
          "line": 169,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5198,
      "end": 5199,
      "loc": {
        "start": {
          "line": 169,
          "column": 14
        },
        "end": {
          "line": 169,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 5199,
      "end": 5202,
      "loc": {
        "start": {
          "line": 169,
          "column": 15
        },
        "end": {
          "line": 169,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5202,
      "end": 5203,
      "loc": {
        "start": {
          "line": 169,
          "column": 18
        },
        "end": {
          "line": 169,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5203,
      "end": 5204,
      "loc": {
        "start": {
          "line": 169,
          "column": 19
        },
        "end": {
          "line": 169,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5211,
      "end": 5212,
      "loc": {
        "start": {
          "line": 170,
          "column": 6
        },
        "end": {
          "line": 170,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5212,
      "end": 5213,
      "loc": {
        "start": {
          "line": 170,
          "column": 7
        },
        "end": {
          "line": 170,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5213,
      "end": 5214,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5219,
      "end": 5220,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5220,
      "end": 5221,
      "loc": {
        "start": {
          "line": 171,
          "column": 5
        },
        "end": {
          "line": 171,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5221,
      "end": 5222,
      "loc": {
        "start": {
          "line": 171,
          "column": 6
        },
        "end": {
          "line": 171,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5225,
      "end": 5226,
      "loc": {
        "start": {
          "line": 172,
          "column": 2
        },
        "end": {
          "line": 172,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5227,
      "end": 5228,
      "loc": {
        "start": {
          "line": 173,
          "column": 0
        },
        "end": {
          "line": 173,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 5229,
      "end": 5235,
      "loc": {
        "start": {
          "line": 174,
          "column": 0
        },
        "end": {
          "line": 174,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 5236,
      "end": 5243,
      "loc": {
        "start": {
          "line": 174,
          "column": 7
        },
        "end": {
          "line": 174,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5244,
      "end": 5247,
      "loc": {
        "start": {
          "line": 174,
          "column": 15
        },
        "end": {
          "line": 174,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Builder",
      "start": 5248,
      "end": 5255,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5255,
      "end": 5256,
      "loc": {
        "start": {
          "line": 174,
          "column": 26
        },
        "end": {
          "line": 174,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 174,
          "column": 27
        },
        "end": {
          "line": 174,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5257,
      "end": 5258,
      "loc": {
        "start": {
          "line": 174,
          "column": 28
        },
        "end": {
          "line": 174,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5259,
      "end": 5259,
      "loc": {
        "start": {
          "line": 175,
          "column": 0
        },
        "end": {
          "line": 175,
          "column": 0
        }
      }
    }
  ]
}