function withComments()

in transforms/manual-bind-to-arrow.js [33:36]


  function withComments(to, from) {
    to.comments = from.comments;
    return to;
  }