{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "assign_1",
            "range": [
              48,
              56
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 12
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                59,
                66
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 15
                },
                "end": {
                  "line": 3,
                  "column": 22
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/util/assign",
                "raw": "'../../dist/cjs/util/assign'",
                "range": [
                  67,
                  95
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 23
                  },
                  "end": {
                    "line": 3,
                    "column": 51
                  }
                }
              }
            ],
            "range": [
              59,
              96
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 15
              },
              "end": {
                "line": 3,
                "column": 52
              }
            }
          },
          "range": [
            48,
            96
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 52
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        97
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 53
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            98,
            106
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "assign",
            "raw": "'assign'",
            "range": [
              107,
              115
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 17
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        135,
                        137
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 4
                        },
                        "end": {
                          "line": 5,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should exist",
                        "raw": "'should exist'",
                        "range": [
                          138,
                          152
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 7
                          },
                          "end": {
                            "line": 5,
                            "column": 21
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              176,
                                              182
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              183,
                                              189
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            176,
                                            189
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 6,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 6,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "assign_1",
                                              "range": [
                                                190,
                                                198
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 6,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 6,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "assign",
                                              "range": [
                                                199,
                                                205
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 6,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 6,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "range": [
                                              190,
                                              205
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 6,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 6,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          176,
                                          206
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          207,
                                          209
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 6,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 6,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        176,
                                        209
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        210,
                                        212
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 6,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 6,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "range": [
                                      176,
                                      212
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 6,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      213,
                                      214
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 6,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "range": [
                                    176,
                                    214
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 46
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "function",
                                    "raw": "'function'",
                                    "range": [
                                      215,
                                      225
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 6,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 6,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  176,
                                  226
                                ],
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                176,
                                227
                              ],
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 8
                                },
                                "end": {
                                  "line": 6,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            166,
                            233
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 35
                            },
                            "end": {
                              "line": 7,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          154,
                          233
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 23
                          },
                          "end": {
                            "line": 7,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      135,
                      234
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2573,
                    "_esdocTestName": "it2573"
                  },
                  "range": [
                    135,
                    235
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4
                    },
                    "end": {
                      "line": 7,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "IfStatement",
                  "test": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "Object",
                      "range": [
                        244,
                        250
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 14
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "assign",
                      "range": [
                        251,
                        257
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 15
                        },
                        "end": {
                          "line": 8,
                          "column": 21
                        }
                      }
                    },
                    "range": [
                      244,
                      257
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8
                      },
                      "end": {
                        "line": 8,
                        "column": 21
                      }
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "Identifier",
                            "name": "it",
                            "range": [
                              269,
                              271
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 10
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "value": "should use Object.assign if available",
                              "raw": "'should use Object.assign if available'",
                              "range": [
                                272,
                                311
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 11
                                },
                                "end": {
                                  "line": 9,
                                  "column": 50
                                }
                              }
                            },
                            {
                              "type": "FunctionExpression",
                              "id": null,
                              "params": [],
                              "body": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "chai_1",
                                                "range": [
                                                  339,
                                                  345
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "expect",
                                                "range": [
                                                  346,
                                                  352
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "range": [
                                                339,
                                                352
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 10,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "assign_1",
                                                  "range": [
                                                    353,
                                                    361
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "assign",
                                                  "range": [
                                                    362,
                                                    368
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  353,
                                                  368
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 41
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              339,
                                              369
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "to",
                                            "range": [
                                              370,
                                              372
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "range": [
                                            339,
                                            372
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "equal",
                                          "range": [
                                            373,
                                            378
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "range": [
                                          339,
                                          378
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Object",
                                            "range": [
                                              379,
                                              385
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "assign",
                                            "range": [
                                              386,
                                              392
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            379,
                                            392
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 65
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        339,
                                        393
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 66
                                        }
                                      }
                                    },
                                    "range": [
                                      339,
                                      394
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 67
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  325,
                                  404
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 9
                                  }
                                }
                              },
                              "generator": false,
                              "expression": false,
                              "range": [
                                313,
                                404
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 52
                                },
                                "end": {
                                  "line": 11,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            269,
                            405
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 10
                            }
                          },
                          "_esdocTestId": 2574,
                          "_esdocTestName": "it2574"
                        },
                        "range": [
                          269,
                          406
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 11
                          }
                        }
                      }
                    ],
                    "range": [
                      259,
                      412
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 23
                      },
                      "end": {
                        "line": 12,
                        "column": 5
                      }
                    }
                  },
                  "alternate": null,
                  "range": [
                    240,
                    412
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 12,
                      "column": 5
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        417,
                        419
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should assign n objects to a target",
                        "raw": "'should assign n objects to a target'",
                        "range": [
                          420,
                          457
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 7
                          },
                          "end": {
                            "line": 13,
                            "column": 44
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "target",
                                    "range": [
                                      485,
                                      491
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "what",
                                          "range": [
                                            496,
                                            500
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "what",
                                          "raw": "'what'",
                                          "range": [
                                            502,
                                            508
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          496,
                                          508
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      494,
                                      510
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    485,
                                    510
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                481,
                                511
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source1",
                                    "range": [
                                      524,
                                      531
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "wut",
                                          "range": [
                                            536,
                                            539
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "socks",
                                          "raw": "'socks'",
                                          "range": [
                                            541,
                                            548
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          536,
                                          548
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      534,
                                      550
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    524,
                                    550
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                520,
                                551
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source2",
                                    "range": [
                                      564,
                                      571
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "and",
                                          "range": [
                                            576,
                                            579
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "sandals",
                                          "raw": "'sandals'",
                                          "range": [
                                            581,
                                            590
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          576,
                                          590
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      574,
                                      592
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    564,
                                    592
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                560,
                                593
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      606,
                                      612
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "assign_1",
                                        "range": [
                                          615,
                                          623
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "assign",
                                        "range": [
                                          624,
                                          630
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "range": [
                                        615,
                                        630
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "target",
                                        "range": [
                                          631,
                                          637
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 43
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "source1",
                                        "range": [
                                          639,
                                          646
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "source2",
                                        "range": [
                                          648,
                                          655
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 61
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      615,
                                      656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 62
                                      }
                                    }
                                  },
                                  "range": [
                                    606,
                                    656
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 62
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                602,
                                657
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            666,
                                            672
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            673,
                                            679
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          666,
                                          679
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            680,
                                            686
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        666,
                                        687
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        688,
                                        690
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      666,
                                      690
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      691,
                                      696
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    666,
                                    696
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 38
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "target",
                                    "range": [
                                      697,
                                      703
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 45
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  666,
                                  704
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                666,
                                705
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              714,
                                              720
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              721,
                                              727
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            714,
                                            727
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "result",
                                            "range": [
                                              728,
                                              734
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 28
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          714,
                                          735
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          736,
                                          738
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        714,
                                        738
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        739,
                                        743
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      714,
                                      743
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      744,
                                      749
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    714,
                                    749
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 43
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "what",
                                          "range": [
                                            752,
                                            756
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "what",
                                          "raw": "'what'",
                                          "range": [
                                            758,
                                            764
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          752,
                                          764
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 58
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "wut",
                                          "range": [
                                            766,
                                            769
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "socks",
                                          "raw": "'socks'",
                                          "range": [
                                            771,
                                            778
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 72
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          766,
                                          778
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 72
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "and",
                                          "range": [
                                            780,
                                            783
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 77
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "sandals",
                                          "raw": "'sandals'",
                                          "range": [
                                            785,
                                            794
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 88
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          780,
                                          794
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 88
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      750,
                                      796
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 90
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  714,
                                  797
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 91
                                  }
                                }
                              },
                              "range": [
                                714,
                                798
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 92
                                }
                              }
                            }
                          ],
                          "range": [
                            471,
                            804
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 58
                            },
                            "end": {
                              "line": 20,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          459,
                          804
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 46
                          },
                          "end": {
                            "line": 20,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      417,
                      805
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 20,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2575,
                    "_esdocTestName": "it2575"
                  },
                  "range": [
                    417,
                    806
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4
                    },
                    "end": {
                      "line": 20,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                129,
                808
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 31
                },
                "end": {
                  "line": 21,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              117,
              808
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 19
              },
              "end": {
                "line": 21,
                "column": 1
              }
            }
          }
        ],
        "range": [
          98,
          809
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 21,
            "column": 2
          }
        },
        "_esdocTestId": 2572,
        "_esdocTestName": "describe2572"
      },
      "range": [
        98,
        810
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 3
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            811,
            819
          ],
          "loc": {
            "start": {
              "line": 22,
              "column": 0
            },
            "end": {
              "line": 22,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "assignImpl",
            "raw": "'assignImpl'",
            "range": [
              820,
              832
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 9
              },
              "end": {
                "line": 22,
                "column": 21
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        852,
                        854
                      ],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should assign n objects to a target",
                        "raw": "'should assign n objects to a target'",
                        "range": [
                          855,
                          892
                        ],
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 7
                          },
                          "end": {
                            "line": 23,
                            "column": 44
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "target",
                                    "range": [
                                      920,
                                      926
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "what",
                                          "range": [
                                            931,
                                            935
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "what",
                                          "raw": "'what'",
                                          "range": [
                                            937,
                                            943
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          931,
                                          943
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      929,
                                      945
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    920,
                                    945
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                916,
                                946
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 8
                                },
                                "end": {
                                  "line": 24,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source1",
                                    "range": [
                                      959,
                                      966
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "wut",
                                          "range": [
                                            971,
                                            974
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "socks",
                                          "raw": "'socks'",
                                          "range": [
                                            976,
                                            983
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          971,
                                          983
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      969,
                                      985
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    959,
                                    985
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                955,
                                986
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source2",
                                    "range": [
                                      999,
                                      1006
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "and",
                                          "range": [
                                            1011,
                                            1014
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "sandals",
                                          "raw": "'sandals'",
                                          "range": [
                                            1016,
                                            1025
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1011,
                                          1025
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1009,
                                      1027
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    999,
                                    1027
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                995,
                                1028
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1041,
                                      1047
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "assign_1",
                                        "range": [
                                          1050,
                                          1058
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "assignImpl",
                                        "range": [
                                          1059,
                                          1069
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        1050,
                                        1069
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "target",
                                        "range": [
                                          1070,
                                          1076
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "source1",
                                        "range": [
                                          1078,
                                          1085
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "source2",
                                        "range": [
                                          1087,
                                          1094
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 65
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1050,
                                      1095
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 66
                                      }
                                    }
                                  },
                                  "range": [
                                    1041,
                                    1095
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 66
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1037,
                                1096
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 67
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1105,
                                            1111
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1112,
                                            1118
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1105,
                                          1118
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            1119,
                                            1125
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1105,
                                        1126
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1127,
                                        1129
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1105,
                                      1129
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1130,
                                      1135
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    1105,
                                    1135
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 38
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "target",
                                    "range": [
                                      1136,
                                      1142
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 45
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1105,
                                  1143
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                1105,
                                1144
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              1153,
                                              1159
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              1160,
                                              1166
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            1153,
                                            1166
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "result",
                                            "range": [
                                              1167,
                                              1173
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 28
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1153,
                                          1174
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          1175,
                                          1177
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        1153,
                                        1177
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        1178,
                                        1182
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      1153,
                                      1182
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1183,
                                      1188
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    1153,
                                    1188
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 43
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "what",
                                          "range": [
                                            1191,
                                            1195
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "what",
                                          "raw": "'what'",
                                          "range": [
                                            1197,
                                            1203
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1191,
                                          1203
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 58
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "wut",
                                          "range": [
                                            1205,
                                            1208
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "socks",
                                          "raw": "'socks'",
                                          "range": [
                                            1210,
                                            1217
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 72
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1205,
                                          1217
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 72
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "and",
                                          "range": [
                                            1219,
                                            1222
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 77
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "sandals",
                                          "raw": "'sandals'",
                                          "range": [
                                            1224,
                                            1233
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 88
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1219,
                                          1233
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 88
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1189,
                                      1235
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 90
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1153,
                                  1236
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 91
                                  }
                                }
                              },
                              "range": [
                                1153,
                                1237
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 92
                                }
                              }
                            }
                          ],
                          "range": [
                            906,
                            1243
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 58
                            },
                            "end": {
                              "line": 30,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          894,
                          1243
                        ],
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 46
                          },
                          "end": {
                            "line": 30,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      852,
                      1244
                    ],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 4
                      },
                      "end": {
                        "line": 30,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2577,
                    "_esdocTestName": "it2577"
                  },
                  "range": [
                    852,
                    1245
                  ],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 4
                    },
                    "end": {
                      "line": 30,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                846,
                1247
              ],
              "loc": {
                "start": {
                  "line": 22,
                  "column": 35
                },
                "end": {
                  "line": 31,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              834,
              1247
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 23
              },
              "end": {
                "line": 31,
                "column": 1
              }
            }
          }
        ],
        "range": [
          811,
          1248
        ],
        "loc": {
          "start": {
            "line": 22,
            "column": 0
          },
          "end": {
            "line": 31,
            "column": 2
          }
        },
        "_esdocTestId": 2576,
        "_esdocTestName": "describe2576"
      },
      "range": [
        811,
        1249
      ],
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 3
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            1250,
            1258
          ],
          "loc": {
            "start": {
              "line": 32,
              "column": 0
            },
            "end": {
              "line": 32,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "getAssign",
            "raw": "'getAssign'",
            "range": [
              1259,
              1270
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 9
              },
              "end": {
                "line": 32,
                "column": 20
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1290,
                        1292
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should return assignImpl if Object.assign does not exist on root",
                        "raw": "'should return assignImpl if Object.assign does not exist on root'",
                        "range": [
                          1293,
                          1359
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 7
                          },
                          "end": {
                            "line": 33,
                            "column": 73
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1387,
                                      1393
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "assign_1",
                                        "range": [
                                          1396,
                                          1404
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "getAssign",
                                        "range": [
                                          1405,
                                          1414
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1396,
                                        1414
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "Object",
                                              "range": [
                                                1417,
                                                1423
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "ObjectExpression",
                                              "properties": [],
                                              "range": [
                                                1425,
                                                1427
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1417,
                                              1427
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 52
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1415,
                                          1429
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 54
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1396,
                                      1430
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "range": [
                                    1387,
                                    1430
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 55
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1383,
                                1431
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1440,
                                            1446
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1447,
                                            1453
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1440,
                                          1453
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            1454,
                                            1460
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1440,
                                        1461
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1462,
                                        1464
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1440,
                                      1464
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1465,
                                      1470
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    1440,
                                    1470
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 38
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "assign_1",
                                      "range": [
                                        1471,
                                        1479
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "assignImpl",
                                      "range": [
                                        1480,
                                        1490
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "range": [
                                      1471,
                                      1490
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 58
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1440,
                                  1491
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 59
                                  }
                                }
                              },
                              "range": [
                                1440,
                                1492
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 60
                                }
                              }
                            }
                          ],
                          "range": [
                            1373,
                            1498
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 87
                            },
                            "end": {
                              "line": 36,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1361,
                          1498
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 75
                          },
                          "end": {
                            "line": 36,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1290,
                      1499
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 36,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2579,
                    "_esdocTestName": "it2579"
                  },
                  "range": [
                    1290,
                    1500
                  ],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 4
                    },
                    "end": {
                      "line": 36,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1505,
                        1507
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 37,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should return Object.assign if it exists",
                        "raw": "'should return Object.assign if it exists'",
                        "range": [
                          1508,
                          1550
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 7
                          },
                          "end": {
                            "line": 37,
                            "column": 49
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "FAKE",
                                    "range": [
                                      1578,
                                      1582
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [],
                                      "range": [
                                        1597,
                                        1600
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1585,
                                      1600
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    1578,
                                    1600
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1574,
                                1601
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1614,
                                      1620
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "assign_1",
                                        "range": [
                                          1623,
                                          1631
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "getAssign",
                                        "range": [
                                          1632,
                                          1641
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1623,
                                        1641
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "Object",
                                              "range": [
                                                1644,
                                                1650
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "ObjectExpression",
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "key": {
                                                    "type": "Identifier",
                                                    "name": "assign",
                                                    "range": [
                                                      1654,
                                                      1660
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 58
                                                      }
                                                    }
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "name": "FAKE",
                                                    "range": [
                                                      1662,
                                                      1666
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "kind": "init",
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "range": [
                                                    1654,
                                                    1666
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 64
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1652,
                                                1668
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              1644,
                                              1668
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 66
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1642,
                                          1670
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 68
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1623,
                                      1671
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 69
                                      }
                                    }
                                  },
                                  "range": [
                                    1614,
                                    1671
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 69
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1610,
                                1672
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 70
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1681,
                                            1687
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1688,
                                            1694
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1681,
                                          1694
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            1695,
                                            1701
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1681,
                                        1702
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1703,
                                        1705
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1681,
                                      1705
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1706,
                                      1711
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    1681,
                                    1711
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 38
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "FAKE",
                                    "range": [
                                      1712,
                                      1716
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 43
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1681,
                                  1717
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                1681,
                                1718
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 45
                                }
                              }
                            }
                          ],
                          "range": [
                            1564,
                            1724
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 63
                            },
                            "end": {
                              "line": 41,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1552,
                          1724
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 51
                          },
                          "end": {
                            "line": 41,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1505,
                      1725
                    ],
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 41,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2580,
                    "_esdocTestName": "it2580"
                  },
                  "range": [
                    1505,
                    1726
                  ],
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 4
                    },
                    "end": {
                      "line": 41,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                1284,
                1728
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 34
                },
                "end": {
                  "line": 42,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              1272,
              1728
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 22
              },
              "end": {
                "line": 42,
                "column": 1
              }
            }
          }
        ],
        "range": [
          1250,
          1729
        ],
        "loc": {
          "start": {
            "line": 32,
            "column": 0
          },
          "end": {
            "line": 42,
            "column": 2
          }
        },
        "_esdocTestId": 2578,
        "_esdocTestName": "describe2578"
      },
      "range": [
        1250,
        1730
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 3
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=assign-spec.js.map",
          "range": [
            1731,
            1770
          ],
          "loc": {
            "start": {
              "line": 43,
              "column": 0
            },
            "end": {
              "line": 43,
              "column": 39
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1730
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 42,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=assign-spec.js.map",
      "range": [
        1731,
        1770
      ],
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 39
        }
      }
    }
  ]
}