function hash(node, _salt) {
  return '' +
    node.loc.start.line +
    node.loc.start.column +
    node.loc.end.line +